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
Has anyone experienced receiver feedback noise? Is this problem fixable? Some of my testing devices function perfectly, while others make too much noise even with same model and build.
AudioParam audioParam = new AudioParam.Builder()
.setUsingOpusCodec(true).setSampleRate(16000).setFrameSize(960).setChannelSize(1)
.setAudioSource(MediaRecorder.AudioSource.MIC)
.build();
Has anyone experienced receiver feedback noise? Is this problem fixable? Some of my testing devices function perfectly, while others make too much noise even with same model and build.
The text was updated successfully, but these errors were encountered: