Skip to content

Microphone feedback sound too loud on some device. #21

@affifymirza

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions