Skip to content
tlecomte edited this page Sep 13, 2010 · 87 revisions

Friture is a program designed to analyze audio input in real-time.

Friture displays audio data as a scope, a sprectrum analyzer, or with a rolling 2D spectrogram.

Friture is written in python for its ease of use. It uses the following modules :

- pyaudio for cross-platform audio capture,

- numpy for numeric processing on the audio data,

- PyQt4 for the GUI (graphical user interface),

- PyQwt for the plot widgets.

Some technical-notes are available about details on the code.

Clone this wiki locally