-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Opus to lastest version and RtAudio to 5.2.0
- Loading branch information
1 parent
e4dc579
commit 8c7adda
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule opus
updated
8 files
+29 −20 | CMakeLists.txt | |
+1 −0 | Makefile.am | |
+3 −4 | celt/bands.c | |
+6 −2 | celt/celt_lpc.c | |
+61 −0 | cmake/RunTest.cmake | |
+1 −1 | meson/get-version.py | |
+4 −4 | src/opus_encoder.c | |
+5 −4 | src/opus_multistream_encoder.c |
Submodule rtaudio
updated
32 files
+116 −0 | .github/workflows/ci.yml | |
+0 −78 | .travis.yml | |
+17 −8 | CMakeLists.txt | |
+1 −1 | LICENSE | |
+26 −2 | README.md | |
+166 −98 | RtAudio.cpp | |
+29 −25 | RtAudio.h | |
+7 −3 | configure.ac | |
+2,614 −0 | doc/Doxyfile.in | |
+2 −2 | doc/Makefile.am | |
+0 −1,871 | doc/doxygen/Doxyfile.in | |
+1 −1 | doc/doxygen/duplex.txt | |
+1 −1 | doc/doxygen/footer.html | |
+1 −1 | doc/doxygen/license.txt | |
+1 −1 | doc/doxygen/playback.txt | |
+5 −7 | doc/doxygen/tutorial.txt | |
+10 −0 | doc/images/meson.build | |
+22 −0 | doc/meson.build | |
+9 −2 | doc/release.txt | |
+17 −17 | include/asio.h | |
+3 −0 | include/asioinfo.txt | |
+0 −2 | include/asiolist.cpp | |
+1 −1 | include/dsound.h | |
+1 −1 | include/iasiothiscallresolver.cpp | |
+6 −6 | include/soundcard.h | |
+1 −1 | install.txt | |
+136 −0 | meson.build | |
+13 −0 | meson_options.txt | |
+2 −2 | rtaudio.pc.in | |
+6 −6 | rtaudio_c.h | |
+28 −19 | tests/audioprobe.cpp | |
+10 −0 | tests/meson.build |