Speech-to-text instead of typing when adding citation
Opened this issue · 0 comments
Yakimych commented
For longer citations it is often easy to forget the exact wording while typing the text. A nice-to-have feature would be to add a speech-to-text option using the microphone.
I've made a quick investigation, and here are some options I've discovered:
- Web Speech API built into the browser. Unfortunately it's only supported on Chrome and Edge, so not really an option for mobile Safari.
- Speech-to-text from Azure Cognitive Services (found here). Has a Web-based example and has a free version with one concurrent request and 5 audio hours free per month.