Initial import of moodbar-0.1.2:
[pkgsrc.git] / audio / portaudio / DESCR
1 PortAudio is a free, cross platform, open-source, audio I/O library.  It
2 lets you write simple audio programs in 'C' that will compile and run on
3 many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and
4 BeOS. PortAudio is intended to promote the exchange of audio synthesis
5 software between developers on different platforms, and was recently
6 selected as the audio component of a larger PortMusic project that includes
7 MIDI and sound file support. 
8
9 PortAudio provides a very simple API for recording and/or playing sound
10 using a simple callback function.  Example programs are included that
11 synthesize sine waves and pink noise, perform fuzz distortion on a guitar,
12 list available audio devices, etc.