The AI toolkit for speech
Create realistic, human-like speech and transcribe audio with a unified API that works with leading AI providers like OpenAI, ElevenLabs and AssemblyAI.
npm i orate
Plug and play your favorite AI speech provider
Text to speech
Generate realistic speech with AI
Convert your text into lifelike speech using our simple API that integrates seamlessly with many leading AI providers.
import { speak } from 'orate';
import { elevenlabs } from 'orate/elevenlabs';
const speech = await speak({
model: elevenlabs.tts('multilingual_v2', 'aria'),
prompt: 'Friends, Romans, countrymen, lend me your ears!'
});
Speech to text
Transcribe complex audio into text
Transform spoken words into meaningful text with unparalleled accuracy, speed and reliability; powered by leading AI providers.
import { transcribe } from 'orate';
import { assembly } from 'orate/assembly';
import audio from './audio.wav';
const text = await transcribe({
model: assembly.stt('best'),
audio,
});
Speech to speech
Flow from one voice to another
Change the voice of your audio using our simple voice-to-voice API that works with leading AI providers.
import { speak } from 'orate';
import { elevenlabs } from 'orate/elevenlabs';
import audio from './audio.wav';
const speech = await change({
model: elevenlabs.sts('multilingual_v2', 'aria'),
audio,
});
Speech isolation
Find the signal in the noise
Transform audio recordings with background noise into clean, studio-quality speech. Powered by leading AI providers.
import { isolate } from 'orate';
import { elevenlabs } from 'orate/elevenlabs';
import audio from './audio.wav';
const speech = await isolate({
model: elevenlabs.isl(),
audio,
});
Install and use in seconds
Install Orate with your favorite package manager and start speaking and transcribing audio in seconds.
npm i orate
Loved by the community
Hey, this is sweet!
This looks great and was missing from the AI SDK 👏👏👏
Looks great, will give it a try!
Both web and API look neat! I appreciate its same pattern to @aisdk because I can immediately get friendly with it
you shipped this in 3 days?
This looks so cool!
I had an idea Thursday night about an AI SDK focused on text-to-speech and speech-to-text. And here it is. Introducing Orate, the AI toolkit for speech. orate.dev
nice
shipping faster than amazon prime
This is baller and I love this
yea, that's a great idea
oh wow! just when I needed this!!
this is cool. you should apply to @ycombinator! (happy to help w/ your application)
The website is fire 🔥🔥 great job will try
works like a charm 🙏
Excited to see it in action
@haydenbleasel if (you.isInterested()) { me.notify(); I.assist(you.implement(this), during: my.freeTime); }
Tf, love it.
I had an idea Thursday night about an AI SDK focused on text-to-speech and speech-to-text. And here it is. Introducing Orate, the AI toolkit for speech. orate.dev
u r the bomb
Bro you are the best ❤️🫡🫡
This looks dope
These aggregator APIs are really useful for prototyping, discovery, and benchmarking as you get a whole-of-market perspective instantly.
I had an idea Thursday night about an AI SDK focused on text-to-speech and speech-to-text. And here it is. Introducing Orate, the AI toolkit for speech. orate.dev
Really can’t fathom how someone does this in 3 days.
I had an idea Thursday night about an AI SDK focused on text-to-speech and speech-to-text. And here it is. Introducing Orate, the AI toolkit for speech. orate.dev
orate is the litellm of audio. what a fantastic resource!
I had an idea Thursday night about an AI SDK focused on text-to-speech and speech-to-text. And here it is. Introducing Orate, the AI toolkit for speech. orate.dev
Ok now I want in. Installing!
Bravo
impressive, gonna play w/ it for my next product (includes ASR/TTS) also adding Orate to our weekly spotlights on microlaunch.net
This is really cool! Would love to see Kokoro and E2-F5 in it! 💪
Impressive Hayden!
commit history is as interesting if not more as the underlying code..