SSRC icon indicating copy to clipboard operation
SSRC copied to clipboard

Sorry to bother you ,but can you write more description on ssrc's params?

Open sentox opened this issue 7 years ago • 3 comments

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

sentox avatar Dec 11 '17 10:12 sentox

This seems to be a mix-up with Java SSRC bindings, potentially vavi.sound.pcm.resampling.ssrc. My vote for closing as obsolete.

hartwork avatar Feb 09 '20 13:02 hartwork

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.

shibatch avatar Feb 10 '20 00:02 shibatch

There is libsamplerate which I did not compare with SSRC in detail; did you? Anything else?

hartwork avatar Feb 10 '20 01:02 hartwork