Peragro-AT
 All Classes Namespaces Functions Pages
Public Member Functions | Static Public Attributes | List of all members
audio.wav2json.transcoderwav2json.Audio2JsonTranscoder Class Reference
Inheritance diagram for audio.wav2json.transcoderwav2json.Audio2JsonTranscoder:
Inheritance graph
[legend]
Collaboration diagram for audio.wav2json.transcoderwav2json.Audio2JsonTranscoder:
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.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',
6  default=800, min=200),
7  IntOption(name='precision',
8  description='Decimal Precision',
9  default=2, min=1)]

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