[asterisk-bugs] [Asterisk 0010519]: add support for wideband speex (Openwengo variant)

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Aug 22 09:25:28 CDT 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10519 
====================================================================== 
Reported By:                adamgundy
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   10519
Category:                   Codecs/codec_speex
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.10.1  
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             08-21-2007 17:08 CDT
Last Modified:              08-22-2007 09:25 CDT
====================================================================== 
Summary:                    add support for wideband speex (Openwengo variant)
Description: 
the attached patch adds support for wideband speex to asterisk 1.4.10.1

it relies on the fact that the speex codec (in asterisk or the client)
will transparently handle conversion between wide and narrow band speex, so
there are no changes to the codec, we just register a new type. asterisk
will either (a) allow wideband packets to pass through client<->client
(sounds great!), or when actually talking to asterisk (voicemail, prompts
etc), it will send or decode as narrowband speex, so quality while talking
to asterisk itself is only narrowband (but of course this means minimal
changes since asterisk still deals with 8khz audio). this is all
transparent to the caller, apart from the lower quality while talking to
asterisk itself.

the only complex part of the patch is about teaching rtp.c and frame.c
about 16khz codecs, so that the RTP timestamps are set correctly.

openwengo, for some odd reason, insist on sending speex wideband as
'G726-64wb', with a different RTP type. this patch adds support for that.
it should be trivial to add support for 'speex/16000', for eg ekiga, but
that's another patch... and asterisk will have to 'transcode' between them,
because the RTP types don't match :-(
====================================================================== 

---------------------------------------------------------------------- 
 adamgundy - 08-22-07 09:25  
---------------------------------------------------------------------- 
depending on the comments on the initial patch (code style, the concept of
handling a wideband codec as narrowband internally, and codec name I guess)
I might take a stab at adding 'proper' speex/16000 for ekiga and others. 

first, I'd have to persuade ekiga to actually work properly on my
machines..

as a side note, we're getting pretty close to running out of bits for new
codecs.. what's the plan for that? 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-22-07 09:25  adamgundy      Note Added: 0069243                          
======================================================================




More information about the asterisk-bugs mailing list