Hello all,

I am trying to upsample (in realtime) my 16 bit 44.1 kHz flac files to
24 bit 96 kHz wav to my transporter.

When manually upsampling:

Code:
--------------------
    
  /usr/share/squeezeboxserver/Bin/i386-linux/sox -v0.96 --buffer 32768 -t flac 
-r44100 -2 -c2 test.flac -t wav -C0 -b24 -c2 -r96000 test.wav polyphase -cutoff 
1.0
  
--------------------

test.wav plays just fine.

When doing it in realtime using custom-convert.conf:

Code:
--------------------
    
  flc pcm * *
  [sox] -v0.96 --buffer 32768 -t flac -r44100 -2 -c2 $FILE$ -t wav -b24 -c2 
-r96000 - polyphase -cutoff 1.0
  
--------------------

I just hear noise (sounds like white noise).

I also tried:

Code:
--------------------
    
  flc pcm * *
  [sox] -v0.96 --buffer 32768 -t flac -r44100 -2 -c2 $FILE$ -t wav -e signed -L 
-c2 -r96000 -b24 - polyphase -cutoff 1.0
  
--------------------

but also noise...

Any help to get this working would be highly appreciated!

Ronald.


-- 
tingtong5
------------------------------------------------------------------------
tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=77329

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to