Import audio/clementine-player version 1.2.1_7
[dports.git] / audio / portaudio2 / pkg-descr
1 PortAudio is a free, cross-platform, open-source, audio I/O library.
2 It lets you write simple audio programs in 'C' or C++ that will compile and run
3 on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA).
4 It is intended to promote the exchange of audio software between developers
5 on different platforms. Many applications use PortAudio for Audio I/O.
6
7 PortAudio provides a very simple API for recording and/or playing sound using
8 a simple callback function or a blocking read/write interface.
9 Example programs are included that play sine waves, process audio input
10 (guitar fuzz), record and playback audio, list available audio devices, etc.
11
12 WWW: http://www.portaudio.com/