CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Thu, 24 Jul 2025 15:59:09 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Thu, 18 Sep 2008 22:42:42 GMT
x-archive-orig-server: Apache/2.2.3 (Debian) mod_fastcgi/2.4.2
x-archive-orig-pragma: no-cache
x-archive-orig-cache-control: no-cache
x-archive-orig-expires: -1
x-archive-orig-vary: Accept-Language,Cookie,User-Agent
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 18 Sep 2008 22:42:43 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 23 May 2007 09:38:55 GMT", ; rel="prev memento"; datetime="Fri, 30 Nov 2007 20:40:20 GMT", ; rel="memento"; datetime="Thu, 18 Sep 2008 22:42:43 GMT", ; rel="next memento"; datetime="Thu, 21 Oct 2010 09:49:38 GMT", ; rel="last memento"; datetime="Mon, 24 Jun 2024 10:49:07 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_5_20080918212043_crawl105-c/51_5_20080918224202_crawl107.arc.gz
server-timing: captures_list;dur=0.551171, exclusion.robots;dur=0.029456, exclusion.robots.policy;dur=0.018003, esindex;dur=0.011530, cdx.remote;dur=42.781623, LoadShardBlock;dur=396.171699, PetaboxLoader3.datanode;dur=183.840189, PetaboxLoader3.resolve;dur=436.802268, load_resource;dur=344.190876
x-app-server: wwwb-app201
x-ts: 200
x-tr: 828
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
MacPython/CoreAudio - PythonInfo Wiki
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:
EditText (last edited 2007-07-18 12:35:06 by SkipMontanaro)