|
From: Mark B. <mb...@0x...> - 2000-07-26 19:45:28
|
On Wed, 26 Jul 2000, Bill Eldridge wrote: > No one picked up on my thought earlier about > whether the Audacity cross-platform audio recording stuff > could be easily converted into a Python abstracted > recording module for PySDL: > > http://www.cs.cmu.edu/~music/audacity/ I took at look at audacity and it appears to be a sound editor written in C++. It didn't mention anything regarding recording, nor did it look like it was worth rewriting or ripping out parts of it and then thunking it in C so it could be used for PySDL. > It also looks like the new Java Media Framework has much > better support for audio recording (at least > on Windows and in beta on Linux), though that > might require pulling in too much extra stuff > into PySDL: Yes. Pulling Java into PySDL is right out. If what you want is JMF, take a look at JPython. |