-
- Downloads
Codecs no longer loaded at each frame.
The codecs are loaded at the initialization of the rtp session and destroyed at the end. GSM audio quality is far better now. Because the dynamic library had to load at every 20ms the libgsm, it introduced a delay at each frame
Showing
- src/audio/Makefile.am 4 additions, 4 deletionssrc/audio/Makefile.am
- src/audio/audiocodec.h 2 additions, 6 deletionssrc/audio/audiocodec.h
- src/audio/audiortp.cpp 27 additions, 32 deletionssrc/audio/audiortp.cpp
- src/audio/audiortp.h 6 additions, 3 deletionssrc/audio/audiortp.h
- src/audio/gsmcodec.cpp 44 additions, 93 deletionssrc/audio/gsmcodec.cpp
Loading
Please register or sign in to comment