Tags Tag archive: 'C'

March 2, 2017

Firefox’s audio backend

Contributed by achronopoulos@mozilla.com,

Let us talk about Firefox’s backend audio system. Every sound you hear while you are watching a video or using a WebRTC service comes from the backend audio library. The role of the library is to communicate with audio devices and to provide audio input and/or output. This library is called ‘cubeb’ and it is part of the Firefox source code.

(more…)