You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withrefreshInactiveMedia
, but the source says thatrestart
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.
The text was updated successfully, but these errors were encountered: