Le 31 janvier 2012 10:19, Romaric Petion <[email protected]> a écrit :
> Hi,

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?

Yes! I compiled with it, liquidsoap should use libsamplerate as
default resampler. This should be indicated in initial logs. Could you
send us your first say 30 lines of log?

Thanks,
Romain

------------------------------------------------------------------------------
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