| URL: https://gitlab.xiph.org/xiph/opus |
| License File: src/COPYING |
| This directory contains a copy of Opus library |
| This library is used by Chrome Remote Desktop and WebRTC for audio stream |
| * copy .gitignore from https://git.xiph.org/?p=opus.git;a=tree |
| * set 'x' flags: "chmod 750 win32/genversion.bat" |
| * remove assertion messages in release builds (see crbug/1053572) |
| * add workaround to ignore some int-overflows when fuzzing (see crbug/1146174) |
| Opus' own unit tests are located in ./src/tests |
| Additional chromium tests are located in ./tests, and require chromium |
| checkout to run the tests. |