File: tech-pulseaudio.page

package info (click to toggle)
gnome-devel-docs 3.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 46,300 kB
  • ctags: 630
  • sloc: xml: 2,321; ansic: 2,040; python: 1,807; makefile: 747; sh: 504; cpp: 131
file content (25 lines) | stat: -rw-r--r-- 954 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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="tech-pulseaudio" xml:lang="sv">
<info>
  <link type="guide" xref="tech" group="pulseaudio"/>
  <desc>Low-level audio API</desc>
</info>

<title>PulseAudio</title>

  <p>
    PulseAudio is GNOME's low-level audio API.  It is what sits between
    applications and the kernel's audio API.  PulseAudio lets you re-route
    sound through the network, or to a Bluetooth headset.  It can mix several
    sources of audio, or change the sample rate of an audio stream.
  </p>

  <p>All the parts of Gnome that produce audio use PulseAudio in one way or
  another, either directly, or indirectly through higher-level sound
  manipulation APIs like <link xref="tech-gstreamer">GStreamer</link>.</p>

  <list style="compact">
    <item><p><link href="http://www.freedesktop.org/wiki/Software/PulseAudio">PulseAudio home page</link></p></item>
  </list>

</page>