SSRC
SSRC copied to clipboard
Sorry to bother you ,but can you write more description on ssrc's params?
Sorry to bother you, I am new on audio resample, I want use your code on Android while I am coding a program that makes two audios becomes one, but there are many params that I don't understand how to put it into method SSRC. Can you please give me more description on each params? new SSRC(fileInputStream, fileOutputStream, sourceSampleRate, dstSample, mBitWidth/8, mBitWidth/8, chanelCount, Integer.MAX_VALUE, 0, 0, true);
This seems to be a mix-up with Java SSRC bindings, potentially vavi.sound.pcm.resampling.ssrc
. My vote for closing as obsolete.
Honestly I don't understand why people still use SSRC. It is an old tool, and there should be many good alternatives. If there is a reason that SSRC is actually better than other tools, then I will resume developing it seriously.
There is libsamplerate which I did not compare with SSRC in detail; did you? Anything else?