Refine input audio signals #55
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
puregarlic/microclimate#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Our audio streams are currently raw, and could be improved with echo cancellation, background suppression, and possible automatic gain control. These improvements are available out-of-the-box in WebRTC, and can be specified when creating the local audio track.
However, it's also worth investigating applying these optimizations locally, to see if we can get better or at least more customizable defaults. Possible options include sonora, a Rust port of the WebRTC audio improvement features, or perhaps seeing what features WASAPI provides directly.
Improve input audio signalsto Refine input audio signals