|
def | __init__ |
|
def | activate |
|
def | transcode |
|
def | transcode |
|
|
list | options |
|
dictionary | convert_map |
|
dictionary | convert_map = {} |
|
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',
4 IntOption(name=
'samplerate',
5 description=
'Sample Rate of the audio',
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',
The documentation for this class was generated from the following file:
- /home/travis/build/peragro/peragro-at/src/damn_at/transcoders/audio/wav2image/transcoderwav2image.py