aboutsummaryrefslogtreecommitdiff
path: root/pulseaudio/README
blob: 7bd770dc48fc29615d068c61e9b67b47affb3950 (plain)
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
26
27
28
What is this? 
An audio SPI implementation for java that uses PulseAudio as a mixer 
(so as a bonus you get all of the ear candy that PulseAudio provides)

How To Build?

  autoreconf && ./configure && ant && make

Note: Building requires PulseAudio 0.9.12 and java-devel etc..
  
How To Run the Tests?

After building, do:
  
  ant test

  (a few tests might fail; they test the networking capabilities of PulseAudio 

Where does it come from?
All of the code was written by the authors

The sound files new.wav and logout.wav were taken from 
http://websvn.kde.org/branches/KDE/4.0/kdeartwork/sounds/ (and renamed). 
They are licensed by the copyright holders as GPLv2.

The sound file error.wav is part of gnome-audio
http://ftp.gnome.org/pub/gnome/sources/gnome-audio/2.22/gnome-audio-2.22.2.tar.bz2
It is licensed under the LGPL by the copyright holders.