I am using Snack to process the audio signal of a rc transmitter.
Look at
http://www.speech.kth.se/snack/
Another audio processing: PortAudio and the Python module PyAudio. Look
at http://people.csail.mit.edu/hubert/pyaudio/
Robert
Julien wrote:
Hi,
I would like to pull out the waveform of an
blaine wrote:
Hey everyone!
I'm not very good with Tk, and I am using a very simple canvas to
draw some pictures (this relates to that nokia screen emulator I had a
post about a few days ago).
Anyway, all is well, except one thing. When I am not in the program,
and the program receives a draw
paul wrote:
> Maryam Saeedi schrieb:
>> Hi,
>>
>> I was wondering if you know how can I run a python code once every five
>> minutes for a period of time either using python or some other program
>> like
>> a bash script.
>
> See the sched module in the standard library or here:
> http://pypi.pyt
bvidinli wrote:
> i started python programming a few months ago.
>
> now i need the code to understand if a file already opened in
> filesystem by another process ?
>
> i looked at docs, howtos, but did not find related info.
> note that normal file open/write operations in python, i know it.
>