You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODO(EPD-186): switch to from_twilio_input_device and from_vonage_input_device
Currently, from_input_device in transcriber.py, and from_output_device in synthesizer.py, are set to the default audio format parameters like DEFAULT_SAMPLING_RATE, those correspond to Twilio's audio properties, and are not compatible with Vonage which causes Vonage to break.
A fix is already mentioned as a comment, to switch from a single function from_input_device to unique functions for each telephony provider, from_twilio_input_device and from_vonage_input_device.
The text was updated successfully, but these errors were encountered:
TODO(EPD-186): switch to from_twilio_input_device and from_vonage_input_device
Currently,
from_input_device
in transcriber.py, andfrom_output_device
in synthesizer.py, are set to the default audio format parameters likeDEFAULT_SAMPLING_RATE
, those correspond to Twilio's audio properties, and are not compatible with Vonage which causes Vonage to break.A fix is already mentioned as a comment, to switch from a single function
from_input_device
to unique functions for each telephony provider,from_twilio_input_device
andfrom_vonage_input_device
.The text was updated successfully, but these errors were encountered: