Add 4 channel microphone audio example using software encoding

This commit is contained in:
Reinhard Panhuber
2021-04-08 19:56:26 +02:00
parent 8eacdffebd
commit 930eca0748
9 changed files with 806 additions and 0 deletions
@@ -0,0 +1,12 @@
include ../../../tools/top.mk
include ../../make.mk
INC += \
src \
$(TOP)/hw \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../rules.mk