|
def | __init__ |
|
def | activate |
|
def | transcode |
|
def | transcode |
|
|
list | options |
|
dictionary | convert_map |
|
dictionary | convert_map = {} |
|
dictionary audio.wav2json.transcoderwav2json.Audio2JsonTranscoder.convert_map |
|
static |
Initial value: 1 = {
"audio/x-wav": {
"application/json": options},
2 "audio/mpeg": {
"application/json": options}}
list audio.wav2json.transcoderwav2json.Audio2JsonTranscoder.options |
|
static |
Initial value: 1 = [IntOption(name=
'channels',
2 description=
'Number of channels to output',
3 default=2, min=1, max=2),
4 IntOption(name=
'samplerate',
5 description=
'Samples per second each channel',
7 IntOption(name=
'precision',
8 description=
'Decimal Precision',
The documentation for this class was generated from the following file:
- /home/travis/build/peragro/peragro-at/src/damn_at/transcoders/audio/wav2json/transcoderwav2json.py