aboutsummaryrefslogtreecommitdiff
path: root/audio/portaudio/pkg-descr
blob: e7271f667ece24997d65bf801f8807caae64c0d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PortAudio is a free, cross-platform, open-source, audio I/O library.
It lets you write simple audio programs in 'C' or C++ that will compile and run
on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA).
It is intended to promote the exchange of audio software between developers
on different platforms. Many applications use PortAudio for Audio I/O.

PortAudio provides a very simple API for recording and/or playing sound using
a simple callback function or a blocking read/write interface.
Example programs are included that play sine waves, process audio input
(guitar fuzz), record and playback audio, list available audio devices, etc.

WWW: http://www.portaudio.com/