2. In what kind of operation problems appear, and how to reproduce the problem ?(什么样的操作步骤问题会出现,是否是稳定复现,如何复现问题?)
{
After muting the microphone with AUDIO_MicSetMute(true);. AUDIO_MicSetMute(false); only unmutes the microphone for a few milliseconds before muting again.
Put AUDIO_MicSetMute(false); in a 100ms timer and you'll hear it flicking on and off after calling AUDIO_MicSetMute(true); once while in a call.
The microphone is stuck muted until the module is reset.
}
The text was updated successfully, but these errors were encountered:
ZakKemble
changed the title
AUDIO_MicSetMute() does not unmute
AUDIO_MicSetMute(false) does not unmute
Apr 23, 2019
1. SDK version(SDK 版本)
{
v2.129
}
2. In what kind of operation problems appear, and how to reproduce the problem ?(什么样的操作步骤问题会出现,是否是稳定复现,如何复现问题?)
{
After muting the microphone with
AUDIO_MicSetMute(true);
.AUDIO_MicSetMute(false);
only unmutes the microphone for a few milliseconds before muting again.Put
AUDIO_MicSetMute(false);
in a 100ms timer and you'll hear it flicking on and off after callingAUDIO_MicSetMute(true);
once while in a call.The microphone is stuck muted until the module is reset.
}
The text was updated successfully, but these errors were encountered: