RadioFreeAsia / GlassPlayer

Minimalist audio stream player
GNU General Public License v2.0
5 stars 9 forks source link

alsa hw:1 playback #2

Closed rogerdavis198 closed 3 years ago

rogerdavis198 commented 3 years ago

Will not switch to second alsa card for playback ie

--audio-device=ALSA hw:1

or am I using the wrong code

Thanks

ElvishArtisan commented 3 years ago

Try --audio-device=ALSA --alsa-device=hw:0

ElvishArtisan commented 3 years ago

Or --audio-device=ALSA --alsa-device=hw:1 as appropriate.

rogerdavis198 commented 3 years ago

thank you