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 49984b6 commit 90deef6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/google-cloud-speech/google/cloud/speech/encoding.py
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 90deef6

Please sign in to comment.