MKotlik / BeMyReader

BeMyReader volunteer-based text-to-audio transcription service for the visually impaired. Project for Computing for Developing Regions, Tufts University, Spring 2021.
0 stars 0 forks source link

Storing a Request #1

Open benlapointe opened 3 years ago

benlapointe commented 3 years ago

This issue will track storing an audio request using Twilio and Django.

benlapointe commented 3 years ago

Following this tutorial: Automated Survey with Python and Django Code from tutorial: github: automated survey

benlapointe commented 3 years ago

The Twilio verb can use 'voice' as input, which will convert speech-to-text ... but costs $0.02 per 15 seconds, and maxes out at 60 seconds.

https://www.twilio.com/docs/voice/twiml/gather https://www.twilio.com/speech-recognition#pricing

benlapointe commented 3 years ago

Can we use Record verb? The Record verb records the caller’s voice and returns to you the URL of a file containing the audio recording. You can optionally generate text transcriptions of recorded calls by setting the transcribe attribute of the verb to true. https://www.twilio.com/docs/voice/twiml/record