|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| webrtc/ | H | 03-May-2022 | - | 88,969 | 59,987 |
| AUTHORS | H A D | 31-Jul-2015 | 181 | 8 | 5 |
| COPYING | H A D | 31-Jul-2015 | 1.5 KiB | 30 | 24 |
| INSTALL | H A D | 31-Jul-2015 | 15.2 KiB | 366 | 284 |
| Makefile.am | H A D | 23-Jul-2018 | 793 | 24 | 20 |
| Makefile.in | H A D | 23-Jul-2018 | 29.2 KiB | 915 | 816 |
| NEWS | H A D | 22-Jun-2016 | 1.8 KiB | 56 | 41 |
| README | H A D | 04-Nov-2015 | 14 | 2 | 1 |
| README.md | H A D | 10-Aug-2016 | 1.3 KiB | 37 | 26 |
| UPDATING.md | H A D | 04-Nov-2015 | 2.8 KiB | 68 | 48 |
| aclocal.m4 | H A D | 23-Jul-2018 | 376.9 KiB | 10,549 | 9,526 |
| compile | H A D | 23-Jul-2018 | 7.2 KiB | 349 | 259 |
| config.guess | H A D | 23-Jul-2018 | 43.3 KiB | 1,477 | 1,283 |
| config.sub | H A D | 23-Jul-2018 | 35.7 KiB | 1,837 | 1,699 |
| configure | H A D | 23-Jul-2018 | 582.8 KiB | 19,030 | 16,049 |
| configure.ac | H A D | 03-May-2022 | 4.6 KiB | 154 | 135 |
| depcomp | H A D | 23-Jul-2018 | 23 KiB | 792 | 502 |
| install-sh | H A D | 23-Jul-2018 | 14.3 KiB | 502 | 327 |
| ltmain.sh | H A D | 20-Apr-2018 | 316.6 KiB | 11,150 | 7,980 |
| missing | H A D | 23-Jul-2018 | 6.7 KiB | 216 | 143 |
| webrtc-audio-processing.pc.in | H A D | 04-Nov-2015 | 332 | 11 | 9 |
README
README.md
1About
2=====
3
4This is meant to be a more Linux packaging friendly copy of the AudioProcessing
5module from the WebRTC[1][2] project. The ideal case is that we make no changes to
6the code to make tracking upstream code easy.
7
8This package currently only includes the AudioProcessing bits, but I am very
9open to collaborating with other projects that wish to distribute other bits of
10the code and hopefully eventually have a single point of packaging all the
11WebRTC code to help people reuse the code and avoid keeping private copies in
12several different projects.
13
14[1] http://code.google.com/p/webrtc/
15[2] https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git
16
17Feedback
18========
19
20Patches, suggestions welcome. You can send them to the PulseAudio mailing
21list[3] or to me at the address below.
22
23-- Arun Raghavan <mail@arunraghavan.net>
24
25[3] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
26
27Notes
28====
29
301. Some files need to be patch to avoid pulling in the gtest framework. This
31 should ideally be pushed upstream in some way so we're able to just pull
32 in what we need without changing anything.
33
342. It might be nice to try LTO on the library. We build a lot of code as part
35 of the main AudioProcessing module deps, and it's possible that this could
36 provide significant space savings.
37