I built the 1.5 version following these steps. > > mkdir squeezelite-1.5; cd squeezelite-1.5 > git clone https://github.com/ralph-irving/squeezelite.git > cd squeezelite > git reset --hard d6b564624fc838cfb3d458662d2cf240ed540fb2 > make -f Makefile.resample >
I also built the 1.8 version following these steps. > > mkdir squeezelite-1.8; cd squeezelite-1.8 > git clone https://github.com/ralph-irving/squeezelite.git > cd squeezelite > make -f Makefile.resample > I built it on my Intel workstation running Ubuntu 16.04. Hopefully, I did this correctly. Should I have built it using Makefile.resample in both cases? When running version 1.5, I see this debug output. > mark@ubuntu:~$ ./squeezelite-1.5/squeezelite -o front:CARD=SB,DEV=0 -d > decode=debug > [09:43:52.517471] decode_init:129 init decode > [09:43:52.517653] load_faad:610 loaded libfaad.so.2 > [09:43:52.517744] load_vorbis:295 loaded libvorbisfile.so.3 > [09:43:52.517760] load_flac:258 loaded libFLAC.so.8 > [09:43:52.517766] register_pcm:382 using pcm > [09:43:52.517835] load_mad:351 loaded libmad.so.0 > [09:43:52.521177] decode_flush:190 decode flush > [09:43:52.521780] decode_flush:190 decode flush > > Started playing here > [09:44:04.283505] decode_flush:190 decode flush > [09:44:04.327034] codec_open:213 codec open: 'm' > [09:44:04.527132] mad_decode:199 mad_frame_decode error: lost > synchronization > [09:44:04.527245] mad_decode:211 setting track_start > [09:44:04.527252] mad_decode:240 gapless: skipping 529 frames at start > [09:44:04.529412] mad_decode:172 end of stream > [09:44:04.529619] decode_thread:99 decode complete > When running version 1.8, I see this debug output. I manually stopped it after 30 seconds. > mark@ubuntu:~$ ./squeezelite-1.8/squeezelite -o front:CARD=SB,DEV=0 -d > decode=debug > [09:42:05.626920] decode_init:153 init decode > [09:42:05.627119] load_faad:611 loaded libfaad.so.2 > [09:42:05.627128] register_faad:641 using faad to decode aac > [09:42:05.627219] load_vorbis:301 loaded libvorbisfile.so.3 > [09:42:05.627227] register_vorbis:330 using vorbis to decode ogg > [09:42:05.627243] load_flac:258 loaded libFLAC.so.8 > [09:42:05.627249] register_flac:286 using flac to decode flc > [09:42:05.627254] register_pcm:414 using pcm to decode aif,pcm > [09:42:05.627319] load_mad:384 loaded libmad.so.0 > [09:42:05.627326] register_mad:413 using mad to decode mp3 > [09:42:05.627335] decode_init:185 include codecs: exclude codecs: > [09:42:05.630586] decode_flush:227 decode flush > [09:42:05.631138] decode_flush:227 decode flush > > Started playing here > [09:42:11.611736] decode_flush:227 decode flush > [09:42:11.717310] codec_open:255 codec open: 'm' > > Stopped playing here > [09:42:41.634000] decode_flush:227 decode flush > Is this helpful? Should I have used different debug options? Unfortunately, I can't tell if any sound is being emitted because I'm doing this remotely. :-( But, the behavior is definitely different between 1.5 and 1.8. ------------------------------------------------------------------------ mhilbush's Profile: http://forums.slimdevices.com/member.php?userid=16832 View this thread: http://forums.slimdevices.com/showthread.php?t=106717 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
