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
Hello! I have this app installed for future use, but it seems to be missing a mute toggle button to avoid hearing everyone at once when they're not speaking anyway. Or else you'll unnecessarily hear everyone gasping for air.
The text was updated successfully, but these errors were encountered:
Sorry for the late reply, I'm fairly busy at work recently.
For the noise issue, I don't remember I have ever encountered one. In the code I explicitly use MediaRecorder.AudioSource.VOICE_COMMUNICATION as the audio source, which means the Android system will do whatever it can to make sure the voice is loud and clear, possibly with noise reducing and other tricks.
Anyway, by "mute toggle", what feature are you expecting? Mute one person at a time or mute all with one button? I assume the latter one. But then, once muted, you can't hear anything from anyone else.
Hello! I have this app installed for future use, but it seems to be missing a mute toggle button to avoid hearing everyone at once when they're not speaking anyway. Or else you'll unnecessarily hear everyone gasping for air.
The text was updated successfully, but these errors were encountered: