Peragro-AT
 All Classes Namespaces Functions Pages
Public Member Functions | Static Public Attributes | List of all members
audio.wav2image.transcoderwav2image.Audio2ImageTranscoder Class Reference
Inheritance diagram for audio.wav2image.transcoderwav2image.Audio2ImageTranscoder:
Inheritance graph
[legend]
Collaboration diagram for audio.wav2image.transcoderwav2image.Audio2ImageTranscoder:
Collaboration graph
[legend]

Public Member Functions

def __init__
 
def activate
 
def transcode
 
- Public Member Functions inherited from damn_at.pluginmanager.ITranscoder
def transcode
 

Static Public Attributes

list options
 
dictionary convert_map
 
- Static Public Attributes inherited from damn_at.pluginmanager.ITranscoder
dictionary convert_map = {}
 

Member Data Documentation

dictionary audio.wav2image.transcoderwav2image.Audio2ImageTranscoder.convert_map
static
Initial value:
1 = {"audio/x-wav": {"image/png": options,
2  "image/jpeg": options},
3  "audio/mpeg": {"image/png": options,
4  "image/jpeg": options}}
list audio.wav2image.transcoderwav2image.Audio2ImageTranscoder.options
static
Initial value:
1 = [HexColorOption(name='color',
2  description='Color of the plot',
3  default='#0000ff'),
4  IntOption(name='samplerate',
5  description='Sample Rate of the audio',
6  default=800),
7  VectorOption(name='size', type=int,
8  description='(width, height) tuple',
9  default=(8, 6), min=0, max=Sizes.maxint, size=2),
10  IntOption(name='dpi', description='DPI of image',
11  default=80, min=0)]

The documentation for this class was generated from the following file: