
Arthur
en-GB
Chrome · iOS beta · your browser
Learn faster. Turn the web, your docs, and papers into audio, and get through your reading while you do everything else.
La Luna es el único satélite natural de la Tierra y el quinto más grande del sistema solar…
The dominant sequence transduction models are based on complex recurrent or convolutional networks…
The browser reader
Open a PDF in your browser and listen to it: the sentence you are hearing is highlighted on the page, and you can tap any paragraph to start there. The file itself never leaves your device: it is opened and read locally, and only the sentence being spoken is sent to us to turn into audio.
A free account is all it takes. No card, and 20 credits a day - about twenty minutes of listening - starting over every morning.

How it works
Drop a PDF into the reader in your browser, or add the extension for any web page.
17 voices we made ourselves across 7 languages, plus German and Japanese.
Brauo reads while you get on with the rest of your day.
Voices
17 Brauo Originals across 7 languages: made by us, self-hosted, and included in every plan at the same cost. Press play to hear a line.
German and Japanese are available too, on premium voices that spend credits faster, while we build our own.

en-GB

en-GB

en-US

en-US

en-US

en-US
Pricing
Every plan includes all 17 Brauo Original voices, in the reader, the extension and over the API. 1 credit ~ 1,000 characters, about a minute of listening.
$0
20 credits / day · about 20 minutes of listening
Open a PDF in the browser reader and listen, or add the extension for any web page. No card, and the credits start over every morning.
$12/mo
2,000 credits / mo~36 h of listening
Light daily listening: news and a few articles a day.
~12 books of 100 pp / mo
Get started$29/mo
5,000 credits / mo~90 h of listening
Intense reading: study, long docs, many sites. More listening hours, not a catalog of books.
~30 books of 100 pp / mo
Get started$59/mo
11,000 credits / mo~200 h of listening
Power users and indie devs: heavy listening plus room for the API.
~65 books or heavy docs + API
Get started$129/mo
26,000 credits / mo~470 h of listening
Teams and heavy pipelines: high listening volume plus the API at scale.
~155 books or sustained API use
Get startedOur own voice engine
≈ 300 ms
Brauo turns text into speech sentence by sentence in a few hundred milliseconds, and prefetches what comes next, so playback starts fast and never stalls.
Public beta
Open a PDF on your phone and follow the cursor word by word while it reads. Join the beta through TestFlight. Android is on the way.
Read with your ears.
Learn faster.
For developers
The extension is open source and runs on Brauo Cloud or your own key. Underneath, the production API.
curl -X POST https://api.brauo.com/v1/speak \
-H "Authorization: Bearer brauo_sk_…" \
-d '{ "text": "Any page, read aloud…",
"voice": "brauo-elena-es" }'curl -N -X POST https://api.brauo.com/v1/speak/realtime \
-H "Authorization: Bearer brauo_sk_…" \
-d '{ "text": "One short turn at a time.",
"voice": "brauo-elena-es" }'
# raw PCM16 streams while it speaks -
# first bytes before the sentence is done