-
Notifications
You must be signed in to change notification settings - Fork 161
Home
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.
The widgets used for audio analysis are described in the Audio visualizations page.