ONeill wrote: > Just a pointer to another thread: > I tried to use squeezelite 1.8 for some mp3 files generated by pico2wave > and converted by lame, however squeezelite 1.8 wasn't able to play these > files, however, 1.5 works fine. The discussion can be found in this > thread: > http://forums.slimdevices.com/showthread.php?106623-squeezelite-and-local-tts-working-on-windows-but-not-on-Ubuntu&p=870835#post870835 > > Is this an error in the 1.8 version (it seems so), and how can this be > fixed? :)
First, please try 'the latest x86_64 build' (https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-1.8.5-802-debian8-x86_64.tar.gz/download) which has all the codec libraries included in the binary. It's built on debian 8 but works fine for me on ubuntu 16. If that binary still fails to play the 1 channel, 16000Hz mp3 stream. Provide a complete -d all=debug log from the squeezelite build above. Zip it and attach as a file if too large. Compile and run the following program on the failing ubuntu system and post the output. Code: -------------------- $ *https://raw.githubusercontent.com/ralph-irving/squeezelite/master/tools/alsacap.c* $ *gcc -o alsacap -l asound alsacap.c* $ *./alsacap* *** Scanning for playback devices *** Card 0, ID `Intel', name `HDA Intel' Device 0, ID `ALC883 Analog', name `ALC883 Analog', 1 subdevices (1 available) 2..8 channels, sampling rate 44100..192000 Hz Sample formats: S16_LE, S32_LE Buffer size range from 8 to 16384 Period size range from 4 to 8192 Subdevice 0, name `subdevice #0' Device 1, ID `ALC883 Digital', name `ALC883 Digital', 1 subdevices (1 available) 2 channels, sampling rate 44100..192000 Hz Sample formats: S16_LE, S32_LE, IEC958_SUBFRAME_LE Buffer size range from 32 to 16384 Period size range from 16 to 8192 Subdevice 0, name `subdevice #0' Card 1, 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' -------------------- I'd also suggest you build your own binary from source on the ubuntu system if the problem persists. Ralphy *1*-Touch, *5*-Classics, *2*-Booms, *1*-Reverted 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=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
