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

Concatenating frames from onFrameProcessed callback does not work as expected #186

Open
Oudwins opened this issue Jan 21, 2025 · 0 comments

Comments

@Oudwins
Copy link

Oudwins commented Jan 21, 2025

Trying to manually implement some real time features I realized that when I concat all the frames from onFrameProcessed the resulting audio is quite bad.

My current theory is that this package, under the hood, merges frames with a sliding window approach. So just concatenating the frames causes echo and in general bad audio.

It would be nice to at least have some documentation on this. If I knew how much of the previous frame each frame has I can reconstruct the audio and implement the real time features I want on top of the 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