ASWE-PDA / Personal-Digital-Agent

3 stars 0 forks source link

Speech-to-text #11

Closed lena143 closed 1 year ago

lena143 commented 1 year ago

As a user, I want the agent to understand what I'm saying so that the agent can work according to my statements.

Acceptance criteria:

itsmiriam42 commented 1 year ago

APIs for speech-to-text (that also offer t2s):

Previous DHBW project documentation using IBM Watson IBM Watson documentation Microsoft documentation

itsmiriam42 commented 1 year ago

used API: Flutter Package speech_to_text

note regarding acceptance criteria "API can be called by an adapter module in the backend": recording of voice will be handled internally, spoken text is available by just using the variable "lastWords" anywhere in the code.