Cross platform audio library
Перейти к файлу
John Lin 063a090221 [AAudio] request pause rather than stop.
According to the document,

 AAudioStream_requestStop():
 "The stream will stop after all of the data currently buffered has been played."

 AAudioStream_requestPause():
 "Pausing a stream will freeze the data flow but not flush any buffers."
2024-07-08 18:08:38 +02:00
.github/workflows
cmake
docs
googletest@40412d8512
include/cubeb
src [AAudio] request pause rather than stop. 2024-07-08 18:08:38 +02:00
subprojects/speex
test
tools
.clang-format
.gitignore
.gitmodules
AUTHORS
CMakeLists.txt
Config.cmake.in
INSTALL.md
LICENSE
README.md
cubeb.supp
scan-build-install.sh

README.md

Build Status

See INSTALL.md for build instructions.

See Backend Support in the wiki for the support level of each backend.

Licensed under an ISC-style license. See LICENSE for details.