freebsd-ports/audio/portaudio2/pkg-descr
Marcus von Appen 263e300d15 - Update to 19.20111121
- Convert to OptionsNG framework
- Trim Makefile headers
- Pass maintainership to submitter

PR:		ports/174635
Submitted by:	nemysis <nemysis@gmx.ch>
2013-01-05 17:34:41 +00:00

13 lines
693 B
Plaintext

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/