Age | Commit message (Expand) | Author |
2023-07-31 | Don't attempt to use an unavailable cubeb_stream in aaudio_stream_init. | Paul Adenot |
2023-07-26 | Update googletest to current master | Paul Adenot |
2023-07-26 | Run clang-format | Paul Adenot |
2023-07-26 | Compile in C++17, like Gecko | Paul Adenot |
2023-07-26 | AAudio: Fix log level when stopping a stream | Paul Adenot |
2023-07-26 | AAudio: When a device is disconnected, reinitialize the stream with the same ... | Paul Adenot |
2023-07-26 | AAudio: Split init/destroy/start functions into an internal and external inte... | Paul Adenot |
2023-07-26 | AAudio: switch to using cubeb logging facilities | Paul Adenot |
2023-07-26 | Fix clang-tidy warnings in cubeb_log.cpp | Paul Adenot |
2023-07-26 | AAudio: fix clang-tidy issues | Paul Adenot |
2023-07-26 | wasapi: Flag cubeb_stream as inactive when stopped, avoid reconfiguring inact... | Matthew Gregan |
2023-07-26 | wasapi: Take stream_reset_lock earlier in render thread reconfig path. | Matthew Gregan |
2023-05-17 | Remove incorrect code to adjust output queue capacity | Paul Adenot |
2023-05-17 | Run clang-format-15 on the codebase -- fix a single difference | Paul Adenot |
2023-05-17 | Allow specifying a particular clang-format binary (version), and pin the CI t... | Paul Adenot |
2023-05-17 | wasapi: make render thread exist for the lifetime of the stream object | Michael M |
2023-04-26 | Skip a couple more tests when a backend can't use audio input | Paul Adenot |
2023-04-26 | Only run test_overload.cpp when using the WASAPI backend | Paul Adenot |
2023-04-26 | Don't run test_loopback and test_duplex on backends that can't open audio input | Paul Adenot |
2023-04-26 | Don't wait in winmm_stream_destroy when the return value of the data callback... | Paul Adenot |
2023-04-26 | Don't continue calling the data callback in the winmm backend if the user has... | Paul Adenot |
2023-04-26 | Prevent running test that make use of audio input streams on backends that do... | Paul Adenot |
2023-04-26 | Install virtual audio devices on Windows runners, enable microphone permissio... | Paul Adenot |
2023-04-26 | clang-format cubeb_winmm.c | Paul Adenot |
2023-04-26 | Attempt enabling test on gh action windows, also run the winmm backend | Paul Adenot |
2023-04-26 | Add some logging messages to winmm to ease debugging and make the logging tes... | Paul Adenot |
2023-04-26 | Handle a negative return value from the user callback | Paul Adenot |
2023-04-26 | Change the WinMM backend so that it doesn't call the user callback during ini... | Paul Adenot |
2023-04-23 | Re-enable the test job on macOS CI | aeiouaeiouaeiouaeiouaeiouaeiou |
2023-04-20 | Sync back BMO#1825328 | Paul Adenot |
2023-04-19 | Don't spin when waiting for streams to be stopped. | Paul Adenot |
2023-04-19 | When an error happens, wait for the streams to be stopped before dispatching ... | Paul Adenot |
2023-04-19 | Add a way to know if the data callback is running | Paul Adenot |
2023-04-19 | Fix formatting warning | Paul Adenot |
2023-04-19 | Rename shutdown to shutdown_with_error got better convey the meaning | Paul Adenot |
2023-03-22 | opensl: Attempt to avoid a race with active callbacks during shutdown. | Matthew Gregan |
2023-03-21 | On NetBSD, define _NETBSD_SOURCE for timersub() | Ryo ONODERA |
2023-02-01 | format cubeb_sndio.c | Paul Adenot |
2023-02-01 | sndio: switch audio to 24-bit precision | Alexandre Ratchov |
2023-01-27 | cmake: Make undefined symbols weak on Android | Macdu |
2023-01-23 | cmake: quote CXX_FLAGS substitution for MSVC | Liam |
2023-01-09 | Prefer the AAudio backend over the OpenSL ES backend | Paul Adenot |
2023-01-09 | Enable strdup(3) for NetBSD | Ryo ONODERA |
2023-01-05 | wasapi: Drop context lock before deleting context. | Matthew Gregan |
2022-12-14 | Fix warnings | Paul Adenot |
2022-12-14 | Generalize latency reporting to make it work in input-only and duplex modes | Paul Adenot |
2022-12-14 | Rewrite aaudio_stream_get_position with the accurate timing info provided by ... | Paul Adenot |
2022-12-14 | Compute and publish timing info, including position and latency, from the rea... | Paul Adenot |
2022-12-14 | Store the sample-rate on the stream struct | Paul Adenot |
2022-12-14 | Allow directly logging from cubeb_aaudio.cpp to logcat | Paul Adenot |