Skip to content

Commit 6872d57

Browse files
committed
Added description for transcoder formats
1 parent 48955fd commit 6872d57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ You can also get the encoded data on the fly for live transcoding:
3535
# do something with chuck of data
3636
# e.g. sendDataToClient(data)
3737
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+
3844
limitations
3945
-----------
4046

0 commit comments

Comments
 (0)