Skip to content

Commit

Permalink
Add new encodings. (#3292)
Browse files Browse the repository at this point in the history
Fixes #3288.
  • Loading branch information
lukesneeringer authored Apr 12, 2017
1 parent e0ed707 commit 4f8c3b0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ class Encoding(object):

AMR_WB = 'AMR_WB'
"""AMR_WB encoding type."""

OGG_OPUS = 'OGG_OPUS'
"""OGG_OPUS encoding type."""

SPEEX_WITH_HEADER_BYTE = 'SPEEX_WITH_HEADER_BYTE'
"""SPEEX_WITH_HEADER_BYTE encoding type."""

0 comments on commit 4f8c3b0

Please sign in to comment.