[linux-audio-dev] Python

2007-02-05 Thread Silver Rock
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 ob

[linux-audio-dev] wave module in Python

2007-02-05 Thread Silver Rock
hallo, supose i´ve opened a sound with the wave module: import wave sound=wave.open(filename,'rb') now this is strange: sound.getnframes() != len(sound.readframes(sound.getnframes()) True Why so? thanks in advance, Claire

[linux-audio-dev] scaling audio signal

2007-03-02 Thread Silver Rock
Hi People, On trying to deal with wave files in python, I came across this article: http://209.85.165.104/search?q=cache:vMIuboZw0BwJ:scipy.mit.edu/tutorials/wave.pdf+wave+file+python+mit&hl=pt-BR&ct=clnk&cd=2&gl=br the original pdf http://scipy.mit.edu/tutorials/wave.pdf is not available... Th