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

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

It displays audio data as a scope, a spectrum analyzer, or with a rolling 2D spectrogram.

Download Friture

Friture screen capture

On this site, you can read:

Friture is written in Python. The following modules are used:

  • Pyaudio and PortAudio for cross-platform audio capture,
  • Numpy for numeric processing on the audio data,
  • PyQt4 and Qt4 for the GUI (graphical user interface),
  • PyQwt and Qwt for the plot widgets.
Clone this wiki locally