Module: sems Branch: master Commit: 440323b8198201d75f9f0f1eedb73435cfec48f2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=440323b8198201d75f9f0f1eedb73435cfec48f2
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Tue Feb 21 18:26:22 2012 +0100 adds support for wideband audio --- Makefile.defs | 1 + apps/conference/Conference.cpp | 8 +- apps/dsm/mods/mod_conference/ModConference.cpp | 6 +- apps/webconference/WebConferenceDialog.cpp | 2 +- core/AmAdvancedAudio.cpp | 22 +- core/AmAdvancedAudio.h | 4 +- core/AmAudio.cpp | 329 ++++++++++++++++-------- core/AmAudio.h | 109 +++++++- core/AmAudioFile.cpp | 4 + core/AmAudioMixIn.cpp | 18 +- core/AmAudioMixIn.h | 8 +- core/AmAudioMixer.cpp | 19 +- core/AmAudioMixer.h | 8 +- core/AmB2ABSession.cpp | 2 +- core/AmBufferedAudio.cpp | 15 +- core/AmBufferedAudio.h | 2 +- core/AmConferenceChannel.cpp | 18 +- core/AmConferenceChannel.h | 4 +- core/AmConferenceStatus.cpp | 8 +- core/AmConferenceStatus.h | 5 +- core/AmConfig.cpp | 21 ++ core/AmConfig.h | 3 + core/AmDtmfDetector.cpp | 24 +- core/AmDtmfDetector.h | 6 +- core/AmJitterBuffer.h | 4 +- core/AmMediaProcessor.cpp | 18 +- core/AmMultiPartyMixer.cpp | 296 ++++++++++++++++++--- core/AmMultiPartyMixer.h | 33 ++- core/AmPlaylist.cpp | 8 +- core/AmPlaylist.h | 4 +- core/AmPlayoutBuffer.cpp | 28 +- core/AmPlayoutBuffer.h | 19 +- core/AmPlugIn.cpp | 5 +- core/AmRingTone.cpp | 4 +- core/AmRtpAudio.cpp | 80 ++++--- core/AmRtpAudio.h | 7 +- core/AmRtpStream.cpp | 7 +- core/AmRtpStream.h | 33 ++- core/AmSdp.cpp | 128 +++++++++- core/AmSdp.h | 28 ++ core/AmSession.cpp | 54 ++++- core/AmSipDialog.cpp | 3 +- core/LowcFE.cpp | 20 ++- core/LowcFE.h | 22 +- core/amci/amci.h | 12 +- core/amci/codecs.h | 21 ++ core/plug-in/adpcm/adpcm.c | 10 +- core/plug-in/g722/g722.c | 14 +- core/plug-in/gsm/gsm.c | 2 +- core/plug-in/ilbc/ilbc.c | 2 +- core/plug-in/l16/l16.c | 4 +- core/plug-in/speex/speex.c | 184 +++++++++++--- core/plug-in/wav/wav.c | 8 +- 53 files changed, 1268 insertions(+), 436 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=440323b8198201d75f9f0f1eedb73435cfec48f2 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
