forked from arkhamsaiyan/citra-canary
-
Notifications
You must be signed in to change notification settings - Fork 0
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 cubeb
updated
35 files
+21 −3 | .github/workflows/build.yml | |
+14 −5 | CMakeLists.txt | |
+2 −2 | docs/Doxyfile.in | |
+0 −38 | src/cubeb-sles.h | |
+9 −19 | src/cubeb.c | |
+228 −90 | src/cubeb_aaudio.cpp | |
+10 −2 | src/cubeb_alsa.c | |
+3 −3 | src/cubeb_jack.cpp | |
+131 −33 | src/cubeb_log.cpp | |
+13 −13 | src/cubeb_log.h | |
+20 −14 | src/cubeb_opensl.c | |
+6 −0 | src/cubeb_oss.c | |
+4 −3 | src/cubeb_pulse.c | |
+30 −15 | src/cubeb_sndio.c | |
+4 −0 | src/cubeb_sun.c | |
+80 −0 | src/cubeb_triple_buffer.h | |
+196 −157 | src/cubeb_wasapi.cpp | |
+53 −14 | src/cubeb_winmm.c | |
+41 −5 | test/common.h | |
+4 −5 | test/test_audio.cpp | |
+2 −2 | test/test_callback_ret.cpp | |
+2 −0 | test/test_deadlock.cpp | |
+12 −0 | test/test_device_changed_callback.cpp | |
+8 −1 | test/test_devices.cpp | |
+22 −1 | test/test_duplex.cpp | |
+193 −0 | test/test_logging.cpp | |
+18 −0 | test/test_loopback.cpp | |
+9 −0 | test/test_overload_callback.cpp | |
+4 −1 | test/test_record.cpp | |
+4 −1 | test/test_resampler.cpp | |
+2 −0 | test/test_ring_buffer.cpp | |
+6 −0 | test/test_sanity.cpp | |
+3 −0 | test/test_tone.cpp | |
+67 −0 | test/test_triple_buffer.cpp | |
+1 −0 | tools/cubeb-test.cpp |