Package conduit :: Package datatypes :: Module Audio
[hide private]

Module Audio

source code

Classes [hide private]
  Audio
Functions [hide private]
 
mimetype_is_audio(mimetype)
Returns: True if the given mimetype string represents an audio file
source code
Variables [hide private]
  PRESET_ENCODINGS = {"ogg": {"acodec": "vorbis", "format": "ogg...
Function Details [hide private]

mimetype_is_audio(mimetype)

source code 
Returns:
True if the given mimetype string represents an audio file

Variables Details [hide private]

PRESET_ENCODINGS

Value:
{"ogg": {"acodec": "vorbis", "format": "ogg", "file_extension": "ogg"}\
, "wav": {"acodec": "pcm_mulaw", "format": "wav", "file_extension": "w\
av"}}