freebsd-ports/audio/portaudio/pkg-descr
Marcus von Appen 6ee31886c9 - Convert to OptionsNG framework
- Trim Makefile headers
- Add LICENSE
- Pass maintainership to submitter

PR:		ports/172678
Submitted by:	nemysis <nemysis@gmx.ch>
2012-12-30 17:57:04 +00:00

12 lines
693 B
Text

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/