aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_osx_run_loop.cpp
AgeCommit message (Collapse)Author
2021-07-28Run .clang-formatChun-Min Chang
Format all the code under `include` and `src` except those files under `src/speex` with style setting in `.clang-format` file by the following script: ```sh FILE_LIST="$(find "include" "src" -not -path "src/speex/*" | grep -E ".*(\.cpp|\.c|\.h|\.hpp|\.hh)$")" echo "Files found to format:\n---\n$FILE_LIST\n---" clang-format --verbose -i $FILE_LIST ```
2016-10-18audiounit: When device change switch to the default device.Paul Adenot