open source
This commit is contained in:
parent
70b6e17c69
commit
a93bfc1ec9
61 changed files with 4013 additions and 126 deletions
5
vocode/streaming/telephony/constants.py
Normal file
5
vocode/streaming/telephony/constants.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from vocode.streaming.models.audio_encoding import AudioEncoding
|
||||
|
||||
DEFAULT_SAMPLING_RATE = 8000
|
||||
DEFAULT_AUDIO_ENCODING = AudioEncoding.MULAW
|
||||
DEFAULT_CHUNK_SIZE = 20 * 160
|
||||
Loading…
Add table
Add a link
Reference in a new issue