Not sure if this is the correct place to ask. Given: o- Transporter o- SqueezeCenter v6.4 and v7 o- Firmware v32 and v34 o- 16/44.1 FLAC and WAV files
If I upsample 44.1 stream to 96kHz with sox o- WAV is played slow o- FLAC is played at normal speed If I save the upsampled stream in a file - all formats sound OK. These are the commands: This one works: (44.1 FLAC -> AIFF -> 96 WAV -> 96 FLAC) flc flc * * /usr/bin/flac -dcs --force-aiff-format --skip=$START$ --until=$END$ -- $FILE$ | /usr/local/bin/sox -v0.98 --buffer 32768 -V4 -t aif -r44100 -2 -c2 - -t wav -2 -c2 -r96000 - polyphase -cutoff 1.0 stat | /usr/bin/flac -cs --totally-silent --compression-level-0 - This one does not (44.1 FLAC -> AIFF -> 96 WAV): flc wav * * /usr/bin/flac -dcs --force-aiff-format --skip=$START$ --until=$END$ -- $FILE$ | /usr/local/bin/sox -v0.98 --buffer 32768 -V4 -t aif -r44100 -2 -c2 - -t wav -2 -c2 -r96000 -polyphase -cutoff 1.0 stat What am I doing wrong? Is it a known bug? -- alekz ------------------------------------------------------------------------ alekz's Profile: http://forums.slimdevices.com/member.php?userid=13574 View this thread: http://forums.slimdevices.com/showthread.php?t=42427 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
