Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microphone feedback sound too loud on some device. #21

Open
affifymirza opened this issue Apr 29, 2024 · 0 comments
Open

Microphone feedback sound too loud on some device. #21

affifymirza opened this issue Apr 29, 2024 · 0 comments

Comments

@affifymirza
Copy link

affifymirza commented Apr 29, 2024

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();
        VoicePing.INSTANCE.init(VoicePingService.this, "wss://router-lite.voiceping.info", audioParam);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant