Skip to content

Microphone feedback sound too loud on some device. #21

Description

@affifymirza

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestUse this label when you want to request new feature to the VoicePing Android SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions