aboutsummaryrefslogtreecommitdiff
path: root/audio/pure-audio
Commit message (Collapse)AuthorAgeFilesLines
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-0/+1
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* pure-audio is a digital audio interface for the Pure programming language.Martin Wilke2011-07-024-0/+66
It currently includes wrappers for PortAudio, FFTW3, libsndfile and libsamplerate, as well as a realtime module which gives Pure scripts access to realtime scheduling on systems which have a pthreads library with the POSIX realtime threads extension. WWW: http://docs.pure-lang.googlecode.com/hg/pure-audio.html PR: ports/156291 Submitted by: Zhihao Yuan <lichray at gmail.com> Notes: svn path=/head/; revision=276821