• Home
Name Date Size #Lines LOC

..--

.gitlab/issue_templates/12-May-2024-2215

conf/12-May-2024-15166

coverity/12-May-2024-197

doc/12-May-2024-1411

doxygen/12-May-2024-1,9421,408

include/12-May-2024-377156

m4/12-May-2024-1,4881,300

man/12-May-2024-3,3462,483

ohosbuild/12-May-2024-981789

po/12-May-2024-155,413129,121

scripts/12-May-2024-214141

shell-completion/12-May-2024-1,3401,158

src/12-May-2024-249,338169,449

vala/12-May-2024-1,6541,337

.gitignoreD12-May-2024424 3938

.gitlab-ci.ymlD12-May-20243.5 KiB13098

.mailmapD12-May-2024256 87

CODE_OF_CONDUCT.mdD12-May-20243.2 KiB7455

GPLD12-May-202417.6 KiB341281

LGPLD12-May-202425.9 KiB511422

LICENSED12-May-20242.1 KiB4133

Makefile.amD12-May-20244.6 KiB150111

NEWSD12-May-202420.3 KiB855736

OAT.xmlD12-May-20245.2 KiB8226

PROTOCOLD12-May-202410.9 KiB443286

PulseAudioConfig.cmake.inD12-May-2024504 1310

PulseAudioConfigVersion.cmake.inD12-May-2024489 129

READMED12-May-20241,006 4431

README.OpenSourceD12-May-2024524 1110

autogen.shD12-May-2024778 232

bootstrap.shD12-May-20241.7 KiB4922

bundle.jsonD12-May-2024927 3333

configure.acD12-May-202466.5 KiB1,7761,371

git-version-genD12-May-20246.3 KiB17453

libpulse-mainloop-glib.pc.inD12-May-2024377 1311

libpulse-simple.pc.inD12-May-2024367 1311

libpulse.pc.inD12-May-2024341 1311

meson.buildD12-May-202427.6 KiB902770

meson_options.txtD12-May-20246 KiB153145

orc.makD12-May-20241.2 KiB4939

pulseaudio-text.svgD12-May-202415.7 KiB389387

pulseaudio.suppD12-May-20241.2 KiB5144

pulseaudio.svgD12-May-202412.6 KiB288286

todoD12-May-20241.3 KiB4737

README

1PULSEAUDIO SOUND SERVER
2
3WEB SITE:
4	http://pulseaudio.org/
5
6GIT:
7	https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
8
9GitLab:
10	https://gitlab.freedesktop.org/pulseaudio/pulseaudio
11
12MAILING LIST:
13	http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
14
15GIT COMMITS MAILING LIST:
16	http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits
17
18TRAC/BUGZILLA TICKET CHANGES MAILING LIST:
19	http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
20
21IRC:
22	#pulseaudio on irc.freenode.org
23
24FRESHMEAT:
25	http://freshmeat.net/projects/pulseaudio/
26
27OHLOH:
28	http://www.ohloh.net/projects/4038
29
30AUTHORS:
31	Several
32
33HACKING:
34	In order to run pulseaudio from the build dir __OPTIMIZE__ should be
35	disabled (look at src/pulsecore/core-util.h::pa_run_from_build_tree()),
36	this can be done by passing "CFLAGS=-O0" to the configure script:
37	  ./autogen.sh
38	  CFLAGS="-ggdb3 -O0" LDFLAGS="-ggdb3" ./configure
39	  make
40	  ./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/
41
42SPELLING:
43        PulseAudio
44

README.OpenSource

1[
2    {
3        "Name"                  : "pulseaudio",
4        "License"               : "LGPL V2.1/BSD-Style/Sun License",
5        "License File"          : "LICENSE",
6        "Version Number"        : "14.2",
7        "Upstream URL"          : "https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/tree/v14.2",
8        "Description"           : "Pulseaudio is a Sound server system, which is used by multimedia audio subsystem as audio server. It provides playback, record and audio management functionalities."
9    }
10]
11