File: README.md

package info (click to toggle)
webrtc-audio-processing 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 5,744 kB
  • ctags: 6,344
  • sloc: ansic: 31,225; cpp: 18,488; sh: 4,094; makefile: 474; asm: 236
file content (36 lines) | stat: -rw-r--r-- 1,322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
About
=====

This is meant to be a more Linux packaging friendly copy of the AudioProcessing
module from the WebRTC[1][2] project. The ideal case is that we make no changes to
the code to make tracking upstream code easy.

This package currently only includes the AudioProcessing bits, but I am very
open to collaborating with other projects that wish to distribute other bits of
the code and hopefully eventually have a single point of packaging all the
WebRTC code to help people reuse the code and avoid keeping private copies in
several different projects.

[1] http://code.google.com/p/webrtc/
[2] https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git

Feedback
========

Patches, suggestions welcome. You can send them to the PulseAudio mailing
list[2] or to me at the address below.

-- Arun Raghavan <mail@arunraghavan.net>

[3] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Notes
====

1. Some files need to be patch to avoid pulling in the gtest framework. This
   should ideally be pushed upstream in some way so we're able to just pull
   in what we need without changing anything.

2. It might be nice to try LTO on the library. We build a lot of code as part
   of the main AudioProcessing module deps, and it's possible that this could
   provide significant space savings.