-
Notifications
You must be signed in to change notification settings - Fork 448
Using Baresip: Module sndfile
lmangani edited this page Dec 31, 2014
·
2 revisions
Audio dumper module using libsndfile
Install the required packages:
sudo apt-get install libsndfile1-dev
yum install libsndfile-devel
# make && make install
CC [M] build-x86_64/modules/sndfile/sndfile.o
LD [M] sndfile.so
...
To enable the module, uncomment the following line in ˜/.baresip/config
module sndfile.so
The module will automatically dump enc/dec channels for all calls using WAV/RIFF:
sndfile: dumping encode audio to dump-2014-12-31-13-40-35-enc.wav
sndfile: dumping decode audio to dump-2014-12-31-13-40-35-dec.wav