I introduced a regression at r1109 that was 'fixed in 1.9.9r1392' (https://github.com/ralph-irving/squeezelite/commit/3fbf7ea5288fad99e76800ee566771bbbce49299) that caused squeezelite to exit instead of waiting for the audio device to appear.
See 'issue 153' (https://github.com/ralph-irving/squeezelite/issues/153) for the details. However, you must supply both the -C and -r options on the command line as well as the *hw: device* with -o to enable it. You can get the supported samples rate of your DAC to use in the -r option from alsacap. Code: -------------------- $ alsacap *** Scanning for playback devices *** Card 2, ID `*CODEC*', name `USB Audio CODEC' Device 0, ID `USB Audio', name `USB Audio', 1 subdevices (1 available) 1..2 channels, sampling rate *32000..48000* Hz Sample formats: S8, U8, S16_LE Buffer size range from 64 to 1048576 Period size range from 32 to 524288 Subdevice 0, name `subdevice #0' -------------------- So for example for my UCA-202 I use -r32000-48000 along with -C 5 Code: -------------------- squeezelite -o hw:CARD=CODEC -r 32000-48000 -C 5 -------------------- Ralphy *1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio 'Squeezebox client builds' (https://sourceforge.net/projects/lmsclients/files/) 'donations' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) always appreciated. ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=113661 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
