]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[mod_opusfile] add ogg/opus streams, fix Makefile for encoding.
authorDragos Oancea <dragos@signalwire.com>
Thu, 12 Mar 2020 14:41:31 +0000 (14:41 +0000)
committerAndrey Volk <andywolk@gmail.com>
Fri, 15 Oct 2021 13:52:06 +0000 (16:52 +0300)
commit37ab323c13ca95a2abefc7e1af863402d5a4307f
tree95109884457ad45cb7d2b922aa04dbf3a42cd72b
parenta61c9dca500ad54c2541e0bcc6b29051aae94a66
[mod_opusfile] add ogg/opus streams, fix Makefile for encoding.

[mod_opusfile] add stats, opusctl

[mod_opusfile] add unit-test using teletone
src/mod/formats/mod_opusfile/Makefile.am
src/mod/formats/mod_opusfile/mod_opusfile.c
src/mod/formats/mod_opusfile/test/freeswitch.xml
src/mod/formats/mod_opusfile/test/sounds/audiocheck.net_sin_1000Hz_-3dBFS_6s.opus [new file with mode: 0644]
src/mod/formats/mod_opusfile/test/sounds/audiocheck.net_sin_1000Hz_-3dBFS_6s.wav [new file with mode: 0644]
src/mod/formats/mod_opusfile/test/sounds/opusfile-test-ogg.bitstream [new file with mode: 0644]
src/mod/formats/mod_opusfile/test/test_opusfile.c