We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48955fd commit 6872d57Copy full SHA for 6872d57
README.md
@@ -35,6 +35,12 @@ You can also get the encoded data on the fly for live transcoding:
35
# do something with chuck of data
36
# e.g. sendDataToClient(data)
37
38
+If you need to know which formats can be transcoded:
39
+
40
+ at = audiotranscode = AudioTranscode()
41
+ at.availableEncoderFormats() #returns list like ['mp3','ogg', ...]
42
+ at.availableDecoderFormats() #returns list like ['mp3','ogg', ...]
43
44
limitations
45
-----------
46
0 commit comments