The Parrot App

A demo of transcription and text-to-speech.

For everyone

This app repeats everything you say back to you. It will give you text, then will speak it back to you.

For nerds

In this demo we use the front-end of a Nuxt 3 app to upload an audio file to a Nuxt API route.

The API route processes the file with the `formidable` library to parse the multipart file.

The file is then sent to OpenAI's Whisper API, which is an ASR (Automatic Speech Recognition) API.

Then, we send the transcript to Narakeet and receive a sythesized audio back.

Press and hold the microphone button to record your message 🦜 💤

00:00

made with ❤️ by @cedpoilly