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
I was thinking for the sink: would you be okay with me looking into making a pull request for implementing AGC for the sink? This would allow it to dynamically adjust the audio volume by increasing the gain if the audio level is too low or decreasing it if the level is too high.
Apologies if this is already implemented somewhere; I checked the documentation but could not find a mention of it.
The text was updated successfully, but these errors were encountered:
Thats a pretty cool idea 👍 , I would love to have it!
I suggest making a Source instead of modifying the Sink. A source is easier to test and would allow users to use automatic gain control even if they do not use the Sink.
Take a look at the Source trait docs . A good example Source too look at would be the amplify Source.
Feel free to make a PR, it does not need to be done if you open it as draft I'll take a look every once in a while and see if I can drop some feedback/help out.
I was thinking for the sink: would you be okay with me looking into making a pull request for implementing AGC for the sink? This would allow it to dynamically adjust the audio volume by increasing the gain if the audio level is too low or decreasing it if the level is too high.
Apologies if this is already implemented somewhere; I checked the documentation but could not find a mention of it.
The text was updated successfully, but these errors were encountered: