最終更新:2021-07-15 (木) 01:42:07 (1023d)  

PyAudio.get_host_api_info_by_type
Top / PyAudio.get_host_api_info_by_type

get_host_api_info_by_type(host_api_type)

Return a dictionary containing the Host API parameters for the host API specified by the host_api_type.

  • The keys of the dictionary mirror the data fields of PortAudio’s PaHostApiInfo? structure.

パラメータ

  • pyaudio.paInDevelopment?
  • pyaudio.paDirectSound?
  • pyaudio.paMME?
  • pyaudio.paASIO?
  • pyaudio.paSoundManager?
  • pyaudio.paCoreAudio?
  • pyaudio.paOSS?
  • pyaudio.paALSA?
  • pyaudio.paAL?
  • pyaudio.paBeOS?
  • pyaudio.paWDMKS?
  • pyaudio.paJACK?
  • pyaudio.paWASAPI?
  • pyaudio.paNoDevice?

  • paALSA
    {'defaultInputDevice': 14,
     'defaultOutputDevice': 14,
     'deviceCount': 15,
     'index': 0,
     'name': 'ALSA',
     'structVersion': 1,
     'type': 8}