linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] iOS: App sounds volume low during VoIP call


From: Brandon Knope
Subject: [Linphone-developers] iOS: App sounds volume low during VoIP call
Date: Thu, 06 Jun 2013 15:22:46 -0400

During a VoIP call, all sounds played through AVAudioPlayer are very quiet. When the call ends or when you are not in a call the sounds play at a normal volume.

Is there a setting in liblinphone to not force these system sounds to be so quiet?

I have played with:
         linphone_core_set_playback_gain_db(_linphoneCore, -120);
    linphone_core_set_mic_gain_db(_linphoneCore, -120);
    linphone_core_set_play_level(_linphoneCore, 100);
    linphone_core_set_rec_level(_linphoneCore, 0);

Trying different values and it still happens.

Thanks,
Brandon

reply via email to

[Prev in Thread] Current Thread [Next in Thread]