Home | Trees | Indices | Help |
|
---|
|
object --+ | component.Component --+ | core.Processor --+ | core.Grapher --+ | spectrogram_log.SpectrogramLog --+ | SpectrogramLinear
Builds a PIL image representing a spectrogram of the audio stream (level vs. frequency vs. time). Adds pixels iteratively thanks to the adapter providing fixed size frame buffers.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
|
|||
|
|
|||
Inherited from |
|
|||
Inherited from |
|
Create a new grapher. width and height are generally in pixels but could be something else for eg. svg rendering, etc..
|
Short alphanumeric, lower-case string which uniquely identify this processor, suitable for use as an HTTP/GET argument value, in filenames, etc...
|
Return the graph name, such as "Waveform", "Spectral view", etc..
|
Allocate internal resources and reset state, so that this processor is ready for a new run. The channels, samplerate and/or blocksize and/or totalframes arguments may be required by processors which accept input. An error will occur if any of these arguments is passed to an output-only processor such as a decoder.
|
generate the lookup which translates y-coordinate to fft-bin
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 15 00:09:37 2013 | http://epydoc.sourceforge.net |