Initial commit - V1.0

This commit is contained in:
DWW
2022-07-07 19:51:37 +03:00
commit e6e9744529
4 changed files with 502 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
all:
make apex_mix
make apex_mix_lfe
apex_mix:
gcc -o apex_mix main.c wav_convert.c
apex_mix_lfe:
gcc -o apex_mix_lfe -DLFE_ENABLE main.c wav_convert.c