Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we resample ZoomSDK audio from 32000 to 44100? #3

Open
blagojco-juca opened this issue Jan 5, 2021 · 0 comments
Open

Can we resample ZoomSDK audio from 32000 to 44100? #3

blagojco-juca opened this issue Jan 5, 2021 · 0 comments

Comments

@blagojco-juca
Copy link

We need a solution that will resample audio (from live Zoom call) sample rate from 32000 to 44100. Looks like the resampler can do this. We have ByteBuffer from the ZoomSDK and we just need to resample.

We tried with both
resample.resample(rawData.getBuffer(), processed, rawData.getBuffer().remaining()); resample.resampleEx(rawData.getBuffer(), processed, rawData.getBuffer().remaining());

but is not working, the audio is still bad.

Can this be done with your library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant