Age | Commit message (Expand) | Author |
---|---|---|
2023-11-10 | Reset thread id when a new stream is created, in OpenSL backend | Paul Adenot |
2023-11-10 | Fix output buffer conversion: handle differing channel count between input an... | Paul Adenot |
2023-11-08 | Fix mistake break audio input on OpenSL ES | Paul Adenot |
2023-10-24 | Return an error if failing to open a recorder and it's not a sample-rate not ... | Paul Adenot |
2023-09-26 | Actually use the return value in initialize_with_format callback call. | Paul Adenot |
2023-09-15 | Use uint64_t for the samplerate in opensl_stream_get_position to avoid overflow | Paul Adenot |
2023-08-25 | Handle input side | Paul Adenot |
2023-08-25 | Refactor conversion and format setting logic | Paul Adenot |
2023-08-25 | OpenSLES: clang-format | Paul Adenot |
2023-08-25 | OpenSLES: Fix most clang-tidy warnings | Paul Adenot |
2023-08-25 | OpenSLES: when floats IO aren't supported, perform a conversion | Paul Adenot |
2023-08-25 | OpenSLES: use cubeb logging facilities | Paul Adenot |
2023-08-25 | OpenSLES: compile as C++ | Paul Adenot |