Overview
This workflow takes some French text, and translates it into spoken audio.
It then transcribes that audio back into text, translates it into English and generates an audio file of the English text.
To do so, it uses ElevenLabs (which has a free tier) and OpenAI.
Setup
These steps should only take a few minutes:
- In ElevenLabs, add a voice to your voice lab and copy its ID. Add it to the 'Set voice ID' node
- Get your ElevenLabs API key (click your name in the bottom-left of ElevenLabs and choose ‘profile’)
- In the 'Generate French audio' node, create a new header auth cred. Set the name to
xi-api-key
and the value to your API key
- In the 'credential' field of the 'Transcribe audio' node, create a new OpenAI cred with your OpenAI API key
- Run the workflow by clicking the orange button at the bottom of the canvas