Add G.711 codec (alaw / ulaw conversion)

This commit is contained in:
Andreas Eversberg
2020-08-29 07:22:15 +02:00
parent ad8a7be345
commit d0d14e2acf
20 changed files with 581 additions and 1 deletions

7
src/libg711/Makefile.am Normal file
View File

@@ -0,0 +1,7 @@
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
noinst_LIBRARIES = libg711.a
libg711_a_SOURCES = \
g711.c