bpa wrote: > The key is using the the right ALSA device. While playing audio over > your speaker etc. test all the available devices using arecord at a > shell prompt using a command somehting like > > /usr/bin/arecord -d0 -c2 -f S16_LE -r 44100 -twav -D plughw:0,0 > >output.wav > > After recording say 1 minutes - try playing back the output.wav file. > Do in turn until you find the right device. arecord -L will list all > possible devices.
Hi bpa This is why I feel it's so close. The following command, which is copied from the server.log, and then added the redirection at the end, creates the output file that plays perfectly (e.g. when I copy it to my music folder and play it through one of my players): -/usr/bin/arecord -d0 -c2 -f S16_LE -r 44100 -twav -D "plughw:0" | "/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -cs --totally-silent --compression-level-0 - > output.flac- So it's working up to that point, but for some reason it's just not being streamed out to the player. ------------------------------------------------------------------------ nicnet's Profile: http://forums.slimdevices.com/member.php?userid=65409 View this thread: http://forums.slimdevices.com/showthread.php?t=49584 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
