webrtc/ringrtc/opus
2024-04-05 14:07:50 -07:00
..
tests m120 merge fixes 2024-01-24 09:14:46 -08:00
.gitignore
BUILD.gn Update to use Opus 1.5 2024-04-05 14:07:50 -07:00
convert_rtcd_assembler.py
DEPS
DIR_METADATA
OWNERS
README.chromium m120 merge fixes 2024-01-24 09:14:46 -08:00

Name: opus
URL: https://gitlab.xiph.org/xiph/opus
Version: 8cf872a1
License: BSD
License File: src/COPYING
Security Critical: yes
Shipped: yes

Description:
This directory contains a copy of Opus library

This library is used by Chrome Remote Desktop and WebRTC for audio stream
encoding/decoding.

Local changes:
* 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, crbug/1491812)

Opus' own unit tests are located in ./src/tests
Additional chromium tests are located in ./tests, and require chromium
checkout to run the tests.