An explanation of the Firefox Source Code Directory Structure and links to project pages with documentation can be found at: https://firefox-source-docs.mozilla.org/contributing/directory_structure.html For information on how to build Firefox from the source code and create the patch see: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html If you have a question about developing Firefox, and can't find the solution on https://firefox-source-docs.mozilla.org/, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel. Nightly development builds can be downloaded from: https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/ - or - https://www.mozilla.org/firefox/channel/desktop/#nightly Keep in mind that nightly builds, which are used by Firefox developers for testing, may be buggy.
Paul Adenot
authored
This [0] commit unties the device selection from the fact that a stream transports voice data. Telling cubeb that the stream has voice data allows lowering the complexity of the resampler, and lowering the impact of the resampler on the latency. [0]: https://github.com/kinetiknz/cubeb/pull/598/commits/ac3569ef18a911d45ebb4a5cfbd5d716ac519787 Differential Revision: https://phabricator.services.mozilla.com/D89591