|
Size: 342
Comment: iamlonleymsn.com
|
← Revision 10 as of 2015-08-13 01:12:45 ⇥
Size: 1073
Comment: spam removal
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| <div style='display:none;width=1px;'><a href=' https://infoarena.info/ '> infoarena </a> <br /> <a href=' https://homunkulus.info/ '> homunkulus </a> <br /> <a href=' https://chrykne.info/ '> chrykne </a> <br /> <a href=' https://bambulka.info/ ' > bambulka </a> <br /> <a href=' https://afxbmx.info/ '> afx bmx </a> <br /> |
Links: * [[https://www.musickit.org/|MusicKit]] - [[/PyObjC]] * [[https://www.eblong.com/zarf/boodler/|Boodler]] - [[/Python]] I (DonovanPreston) have been noodling around with wrapping the low level /CoreAudio APIs necessary to generate sound on Mac OS X using Python. After struggling with threading and callbacks into Python issues I managed to get a simple hello world going which just plays a sine wave for 5 seconds. The bulk of the code is in a pyrex file here: * [[https://soundfarmer.com/content/code/coreaudio/coreaudio.pyx]] And here is the simple driver python script: * [[https://soundfarmer.com/content/code/coreaudio/catest.py]] You compile the pyrex to a c file, and then there is a setup script which will build the extension module: * [[https://soundfarmer.com/content/code/coreaudio/setup.py]] |
| Line 7: | Line 18: |
| </div> | Other links: ## some description is missing * https://aldebaran.armory.com/~zenomt/macosx/ * https://www.mat.ucsb.edu/~c.ramakr/illposed/craudiounits.html * https://www.pete.yandell.com/software/pymidi/Read%20Me.html |
Links:
I (DonovanPreston) have been noodling around with wrapping the low level /CoreAudio APIs necessary to generate sound on Mac OS X using Python. After struggling with threading and callbacks into Python issues I managed to get a simple hello world going which just plays a sine wave for 5 seconds. The bulk of the code is in a pyrex file here:
And here is the simple driver python script:
You compile the pyrex to a c file, and then there is a setup script which will build the extension module:
Other links:
