linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] PLEASE HELP: Trouble running linphone source using


From: oren oren
Subject: [Linphone-developers] PLEASE HELP: Trouble running linphone source using xCode 6.1.1 on iOS 6.1.6
Date: Fri, 16 Jan 2015 11:30:35 +0000 (UTC)

PLEASE HELP, Can it done ?


I have a crash at:

static int volume_set_db_gain(MSFilter *f, void *gain){
float *fgain=(float*)gain;
Volume *v=(Volume*)f->data;
 v->gain = v->static_gain = pow(10,(*fgain)/10);
 ms_message("MSVolume set gain to [%f db], [%f] linear",*fgain,v->gain);
return 0;
 }


Oren

reply via email to

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