最終更新:2021-07-15 (木) 01:56:18 (1014d)  

PyAudio.get_default_host_api_info
Top / PyAudio.get_default_host_api_info

Return a dictionary containing the default Host API parameters.

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

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

関連