-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonivox
updated
18 files
+19 −0 | .github/workflows/check-branches.yml | |
+24 −6 | .github/workflows/cmake-linux.yml | |
+55 −0 | .github/workflows/cmake-mac.yml | |
+81 −0 | .github/workflows/cmake-win.yml | |
+56 −14 | CMakeLists.txt | |
+40 −11 | README.md | |
+9 −0 | arm-wt-22k/host_src/eas_types.h | |
+9 −6 | arm-wt-22k/lib_src/eas_mixer.c | |
+4 −1 | arm-wt-22k/lib_src/eas_mixer.h | |
+1 −1 | arm-wt-22k/lib_src/eas_tcdata.h | |
+143 −0 | arm-wt-22k/lib_src/wt_200k_G.c | |
+26,667 −0 | arm-wt-22k/lib_src/wt_200k_samples.c | |
+0 −26,699 | arm-wt-22k/lib_src/wt_22khz.c | |
+1,339 −0 | arm-wt-22k/lib_src/wt_44khz.c | |
+6 −17 | example/CMakeLists.txt | |
+1 −1 | example/sonivoxrender.c | |
+4 −1 | fakes/utils/Log.h | |
+123 −108 | test/SonivoxTest.cpp |