trigg / Rebuttal-Client

Client for Rebuttal chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjustable input sensitivity

midget3111 opened this issue · comments

Giving finer audio input controls for those who need it. Might need additional libraries to do this. Unsure if webRTC includes something like this or not. It's a god send for those with sensitive mics though. Even more so for those who have to listen to them...

commented

How are you defining sensitivity? Just the 'is talking' flag?

How are you defining sensitivity? Just the 'is talking' flag?

The volume threshold at which the mic's sound is considered "is talking". So, if its above a certain level it transmits. if it's below, the mic stays silent.

For example, on other VOIP solutions I have my input sensitivity (not input volume) set to around -49dB. But this number will vary per user's setup.

commented

Microphone doesn't stop transmitting below threshold, we don't have that feature.

We only have themed 'is talking'

Current implementation functions well, needs graphical representation when playing with setting.

commented

You can't make me