Hi everyone 👋
I’m building an iOS app in Swift where I want to do the following:
- Record the user’s voice
- Transcribe the spoken sentence (speech-to-text)
- Auto-detect the spoken language
- Translate it to another language selected by the user (e.g., English → Spanish or Hindi → English)
- Speak back (text-to-speech) the translated text on the same device
Is this possible to record via phone mic and play the transcribe voice into headphone's audio?