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

Restarting local audio track with noise cancellation #2034

Open
DuncanB2413 opened this issue Nov 21, 2023 · 0 comments
Open

Restarting local audio track with noise cancellation #2034

DuncanB2413 opened this issue Nov 21, 2023 · 0 comments

Comments

@DuncanB2413
Copy link

DuncanB2413 commented Nov 21, 2023

We have a timeout for a few seconds when tracks are stopped unexpectedly, and if they are still down we restart the tracks.
While testing LocalAudioTrack.restart, it was discovered that noise cancellation (with Krisp) is not applied to the new mediaStreamTrack and the audio quality suffers tremendously.
We also use refreshInactiveMedia as best practice recommendation whenever a track is muted. We haven't actually tested noise cancellation with refreshInactiveMedia, but the source says that restart is being used under the hood, so this will also probably also ruin noise cancellation.

We would like recommendations on how to proceed given the current limitation of restarting tracks.

We want to request that it be made possible to restart audio tracks with noise cancellation.

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