aboutsummaryrefslogtreecommitdiff
path: root/audio/py-pyaudio
Commit message (Collapse)AuthorAgeFilesLines
* Support stageBaptiste Daroussin2014-04-042-47/+10
| | | | | | | Use autoplist Notes: svn path=/head/; revision=350177
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* PyAudio provides Python bindings for PortAudio, the cross-platformMarcus von Appen2012-12-225-0/+109
audio I/O library. With PyAudio, you can easily use Python to play and record audio on a variety of platforms. WWW: http://people.csail.mit.edu/hubert/pyaudio/ PR: ports/173708 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Notes: svn path=/head/; revision=309383