• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

webrtc/H03-May-2022-88,96959,987

AUTHORSH A D31-Jul-2015181 85

COPYINGH A D31-Jul-20151.5 KiB3024

INSTALLH A D31-Jul-201515.2 KiB366284

Makefile.amH A D23-Jul-2018793 2420

Makefile.inH A D23-Jul-201829.2 KiB915816

NEWSH A D22-Jun-20161.8 KiB5641

READMEH A D04-Nov-201514 21

README.mdH A D10-Aug-20161.3 KiB3726

UPDATING.mdH A D04-Nov-20152.8 KiB6848

aclocal.m4H A D23-Jul-2018376.9 KiB10,5499,526

compileH A D23-Jul-20187.2 KiB349259

config.guessH A D23-Jul-201843.3 KiB1,4771,283

config.subH A D23-Jul-201835.7 KiB1,8371,699

configureH A D23-Jul-2018582.8 KiB19,03016,049

configure.acH A D03-May-20224.6 KiB154135

depcompH A D23-Jul-201823 KiB792502

install-shH A D23-Jul-201814.3 KiB502327

ltmain.shH A D20-Apr-2018316.6 KiB11,1507,980

missingH A D23-Jul-20186.7 KiB216143

webrtc-audio-processing.pc.inH A D04-Nov-2015332 119

README

1See README.md
2

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