-
Notifications
You must be signed in to change notification settings - Fork 168
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 rtaudio
updated
33 files
+4 −0 | .gitattributes | |
+83 −0 | .travis.yml | |
+17 −2 | CMakeLists.txt | |
+14 −2 | Makefile.am | |
+14 −10 | README.md | |
+10,159 −10,229 | RtAudio.cpp | |
+51 −37 | RtAudio.h | |
+154 −129 | configure.ac | |
+563 −0 | contrib/go/rtaudio/rtaudio.go | |
+4 −0 | contrib/go/rtaudio/rtaudio_stub.cpp | |
+1 −0 | contrib/go/rtaudio/rtaudio_stub.h | |
+71 −0 | contrib/go/rtaudio/rtaudio_test.go | |
+25 −25 | contrib/python/pyrtaudio/rtaudiomodule.cpp | |
+1 −2 | contrib/python/pyrtaudio/setup.py | |
+1 −0 | doc/doxygen/acknowledge.txt | |
+1 −1 | doc/doxygen/compiling.txt | |
+1 −1 | doc/doxygen/footer.html | |
+1 −1 | doc/doxygen/license.txt | |
+1 −0 | doc/doxygen/probe.txt | |
+7 −15 | doc/doxygen/tutorial.txt | |
+7 −1 | doc/release.txt | |
+20 −4 | include/asio.h | |
+1 −1 | include/asiosys.h | |
+0 −0 | include/functiondiscoverykeys_devpkey.h | |
+1 −1 | include/ginclude.h | |
+2 −2 | install.txt | |
+0 −19 | rtaudio-config.in | |
+1 −1 | rtaudio.pc.in | |
+262 −0 | rtaudio_c.cpp | |
+144 −0 | rtaudio_c.h | |
+1 −2 | tests/duplex.cpp | |
+1 −1 | tests/testall.cpp | |
+4 −4 | tests/teststops.cpp |