Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waydroid/android_external_pulseaudio
https://github.com/waydroid/android_external_pulseaudio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/waydroid/android_external_pulseaudio
- Owner: waydroid
- License: other
- Created: 2021-04-19T12:18:05.000Z (over 3 years ago)
- Default Branch: lineage-17.1
- Last Pushed: 2021-05-23T06:23:47.000Z (over 3 years ago)
- Last Synced: 2024-11-11T08:15:24.317Z (about 2 months ago)
- Language: C
- Size: 12.6 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
PULSEAUDIO SOUND SERVER
WEB SITE:
http://pulseaudio.org/GIT:
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.gitGitLab:
https://gitlab.freedesktop.org/pulseaudio/pulseaudioMAILING LIST:
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discussGIT COMMITS MAILING LIST:
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commitsTRAC/BUGZILLA TICKET CHANGES MAILING LIST:
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugsIRC:
#pulseaudio on irc.freenode.orgFRESHMEAT:
http://freshmeat.net/projects/pulseaudio/OHLOH:
http://www.ohloh.net/projects/4038AUTHORS:
SeveralHACKING:
In order to run pulseaudio from the build dir __OPTIMIZE__ should be
disabled (look at src/pulsecore/core-util.h::pa_run_from_build_tree()),
this can be done by passing "CFLAGS=-O0" to the configure script:
./autogen.sh
CFLAGS="-ggdb3 -O0" LDFLAGS="-ggdb3" ./configure
make
./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/SPELLING:
PulseAudio