-
- Downloads
use sampling frequency and frame size from the user config
Sampling rate values are no more hardcoded. The sampling rate of the audio layer and the frame size can be set in the user config file. The clock rate of the codec we use in the rtp session is set with his actual value, but can be changed by modifying the available codec in the user config file (only G711 for now)
Showing
- src/audio/audiolayer.cpp 6 additions, 3 deletionssrc/audio/audiolayer.cpp
- src/audio/audiolayer.h 99 additions, 91 deletionssrc/audio/audiolayer.h
- src/audio/audiortp.cpp 436 additions, 433 deletionssrc/audio/audiortp.cpp
- src/audio/audiortp.h 90 additions, 62 deletionssrc/audio/audiortp.h
- src/managerimpl.cpp 6 additions, 3 deletionssrc/managerimpl.cpp
- src/user_cfg.h 3 additions, 1 deletionsrc/user_cfg.h
Loading
Please register or sign in to comment