linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Question about speex


From: Sven Westergren
Subject: [Linphone-developers] Question about speex
Date: Thu, 20 May 2010 15:19:10 +0200

Hi,

Can someone explain to me the reasoning behind this recalculation of bitrate in 
the speex plugin (msspeex.c)?

  /* convert from network bitrate to codec bitrate:*/
  /* ((nbr/(50*8)) -20-12-8)*50*8*/
  int cbr=(int)( ((((float)s->maxbitrate)/(50.0*8))-20-12-8)*50*8);

I have searched the speex manual but I can't grasp what is going on here.

Best regards
Sven Westergren

reply via email to

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