-
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 RtAudio and Opus dependencies
- Loading branch information
1 parent
70439ee
commit 8f69bbe
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule rtaudio
updated
23 files
+2 −1 | CMakeLists.txt | |
+1 −1 | LICENSE | |
+1 −1 | README.md | |
+184 −95 | RtAudio.cpp | |
+4 −4 | RtAudio.h | |
+7 −6 | configure.ac | |
+364 −250 | doc/Doxyfile.in | |
+1 −1 | doc/doxygen/error.txt | |
+1 −1 | doc/doxygen/footer.html | |
+1 −1 | doc/doxygen/license.txt | |
+3 −3 | doc/doxygen/settings.txt | |
+4 −4 | doc/doxygen/tutorial.txt | |
+5 −2 | doc/release.txt | |
+2 −1 | include/asio.cpp | |
+2 −1 | include/asiolist.cpp | |
+1 −1 | install.txt | |
+1 −1 | meson.build | |
+8 −8 | rtaudio_c.cpp | |
+21 −19 | rtaudio_c.h | |
+3 −3 | tests/duplex.cpp | |
+3 −3 | tests/playraw.cpp | |
+3 −3 | tests/playsaw.cpp | |
+3 −3 | tests/record.cpp |