Re: [linux-audio-dev] Python

From: Bradford Garton <garton@email-addr-hidden>
Date: Mon Feb 05 2007 - 15:27:19 EET

If you are contemplating a lot of audio synth/dsp tasks using python, you
might want to take a look at RTcmix -- you can build it with a python
front-end:

         http://rtcmix.org/

open-source, cross-platform of course!

Disclaimer: I don't use the python option myself, but several of the
other RTcmix developers use it almost exclusively.

brad
http://music.columbia.edu/~brad

On Sat, 3 Feb 2007, Silver Rock wrote:

> Greetings,
>
> I've been studiyng python and some things are not that clear:
>
> 1- Is python too slow to efectivelly communicate with Jack? PyJack did not
> seem to work right, so i tried PySndObj's JackIO object. It did not behave
> as good as with connection with ALSA.
>
> (btw, I could not acess lots of objects in the SndObj library (like Ocil,
> Rand, while acessing normally Oscilli and Randh...) Does anyone know why?)
>
> 2- Python comes with the ossaudiodev module for communication with OSS; Alsa
> is compatible so it works. Shuld one use this module or use the pyalsasound?
>
>
> 3- pySonic - pySonic the wrapper for the FMOD sound library. but it is not
> opensource... is there a standard library for sound processing in projects
> like ardour.
>
> 4- Are any differences between 'r' and 'rb'; 'w' and 'wb' in:
>
> wave.open('file', 'r') wave.open('file', 'rb')
> wave.open('file', 'w') wave.open('file', 'wb')
>
> ??
>
> 5- I found pySonic, that seems good but it is not open. MusicKit and
> PySndObj and omde. Ow yeah, and Pygame. Can anyone expose ihre personal
> experience and explain why?
>
> Please be nice,
> Claire
>
Received on Mon Feb 5 16:15:02 2007

This archive was generated by hypermail 2.1.8 : Mon Feb 05 2007 - 16:15:02 EET