Hi!
I've compiled SqueezePlay from the sources at http://svn.slimdevices.com/repos/jiv...ueezeplay/src/ on a Ubuntu lucid/amd64 system. Everything is working great with my Squeezebox server when using the default Alsa playback device. On the system this is an onboard soundcard. However, the system also has a USB DAC that I'd like to use as the audio output device. The USB DAC is Alsa device hw:1,0.
I grepped the source code for clues how to change the playback device, and found that squeezeplay/src/audio/decode/decode_alsa.c has references to interesting string "alsaPlaybackDevice". Apparently you should be able to set the playback device by editing some Lua settings file? I tried editing ~/.squeezeplay/userpath/settings/Playback.lua so that I added alsaPlaybackDevice="hw:1,0" to the "settings" table in this file but that didn't work...
How can I configure SqueezePlay to use this device? Thanks...
Results 1 to 3 of 3
Threaded View
-
2011-02-21, 13:07 #1Junior Member
- Join Date
- Feb 2011
- Posts
- 2
Using non-default Alsa playback device in SqueezePlay

Reply With Quote
