python SDK
This commit is contained in:
commit
6dc9fceeb5
18 changed files with 482 additions and 0 deletions
5
vocode/models/audio_encoding.py
Normal file
5
vocode/models/audio_encoding.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from enum import Enum
|
||||
|
||||
class AudioEncoding(str, Enum):
|
||||
LINEAR16 = "linear16"
|
||||
MULAW = "mulaw"
|
||||
Loading…
Add table
Add a link
Reference in a new issue