linphone-developers
[Top][All Lists]
Advanced

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

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


From: Leo Cecillia
Subject: Re: [Linphone-developers] iOS: App sounds volume low during VoIP call
Date: Fri, 7 Jun 2013 17:20:31 +0000

Hi,

We are having the exact same issue here. We integrated liblinphone in our app, and now our sounds play at a lower volume during a call.

Thnaks,
Leo.
 

On Jun 6, 2013, at 4:22 PM, Brandon Knope <address@hidden> wrote:

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
_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

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