Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-28 | Run .clang-format | Chun-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-18 | audiounit: When device change switch to the default device. | Paul Adenot | |