Hi,

 

I use the ‘input.external’ function, and I realize that the ‘resample’
provide bad quality.

My input is 32khz type, so resampling has to be done.

 

input.external(samplerate=32000,"cat /tmp/audio.wav")  à bad quality

 

So I tried with sox resampling and the result is good

 

input.external(samplerate=44100,"cat /tmp/audio.wav | sox --buffer 640 -c 2
-r 32000 -b 16 -e signed -t raw - -c 2 -r 44100 -t raw -")  à good quality

 

Is there any parameters into LS resampler to improve its quality and avoid
the use of sox?

 

Regards

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to