Re: How to record audio from Python on Mac?
I want to do this as well, and also some other audio processing via
python. I have not tried yet, but much of my research points to
pyaudio, PortAudio bindings for python, which is supposed to be multi-
platform including Mac OS X, but as I say, I've not tried it yet.
Related to this are some examples that get the audio data into numpy
arrays for signal processing work. cheers, I'm interested to hear how
any of this works out, I'm trying to start a python audio project in
the next couple months.
cheers.
On Sep 9, 1:06 am, s...@xxxxxxxxx wrote:
(I asked this on pythonmac-sig a couple days ago but got no response, so I'm
casting a broader net.)
Can I easily control audio record/playback from Python on my Mac? I know
zip about audio recording or about Apple APIs via Python. Pointers to
simple examples would be much appreciated.
Thanks,
Skip
.
Relevant Pages
- Re: would it be feasable to write python DJing software
... What do you mean by DJing? ... Queueing and playing audio files? ... If so, python should work fine. ... (comp.lang.python) - Scared Stiff End of Game Match Pin References
... CFTBL (not sure why they didn't use the actual audio) - but are the ... ever notice that when you go into Crate mode and she calls out ... audio bits says Python, Anaconda's, Boa's....etc., I noticed ... (rec.games.pinball) - Re: Scared Stiff End of Game Match Pin References
... CFTBL (not sure why they didn't use the actual audio) - but are the ... others references to pins? ... ever notice that when you go into Crate mode and she calls out ... audio bits says Python, Anaconda's, Boa's....etc., I noticed ... (rec.games.pinball) - Re: Help with Optimization of Python software: real-time audio controller
... I incorporate the metronome thread into the "song processing" thread, ... since both are dealing with events whose timing is crucial? ... I think you can't really do that, not just because of Python but also ... You have to rely on some buffering in the audio ... (comp.lang.python) - Re: Sci Fi in 6 worms
... I'd been assuming that a USB sound-thing would ... But it needs low-latency, which is why version 2 uses its own harware input box, whereas version 1 used a simple pre-amp footpedal box plugged into a normal audio input on whatever your soundcard was - and was therefore susceptible to poor latency. ... To try and get a bit more technical, it takes most of a full wave-cycle for the audio processing software to have any chance of recognising the pitch and harmonics of an input, before it can begin to start processing it. ... Therefore, you need very efficient audio drivers to get usable sound, and ASIO are some of the best. ... (uk.rec.sheds) |
|