romanz / amodem

Audio MODEM Communication Library in Python
Other
950 stars 118 forks source link

Specify audio output device #28

Open rkagerer opened 6 years ago

rkagerer commented 6 years ago

When there are multiple audio output devices installed in the PC, is there a way to specify which one amodem uses?

I found some hints about a PA_RECOMMENDED_OUTPUT_DEVICE environment variable here but can't locate a pa_devs.exe binary (partiularly for Windows) to figure out which value(s) I should try it with.