summaryrefslogtreecommitdiff
path: root/audio/portaudio-devel/patches
AgeCommit message (Collapse)AuthorFilesLines
2017-04-27Don't write an endless stream of silence whilst preparing playback.nat1-0/+22
Bump PKGREVISION. Addresses PR kern/52196.
2014-07-21update to pa_stable_v19_20140130, which functions on osxdbj2-119/+0
2013-12-15FreeBSD 9 doesn't have alloca.h, alloca() is declared in stdlib.hasau1-2/+2
2012-01-11Fix build on SunOS.hans1-2/+2
2007-07-30Use stdlib.h instead of malloc.h.joerg1-3/+5
2006-06-06Fix pthread usage. Add DragonFly support.joerg3-25/+80
2006-05-21Initial import for portaudio-devel-20060521 (at this moment also knownben3-0/+62
as portaudio version 19), a portable cross-platform Audio API. PortAudio is a free, cross platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' that will compile and run on many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is intended to promote the exchange of audio synthesis software between developers on different platforms, and was recently selected as the audio component of a larger PortMusic project that includes MIDI and sound file support. PortAudio provides a very simple API for recording and/or playing sound using a simple callback function. Example programs are included that synthesize sine waves and pink noise, perform fuzz distortion on a guitar, list available audio devices, etc.