brauo

Chrome · iOS beta · your browser

» Any page, read aloud.

Learn faster. Turn the web, your docs, and papers into audio, and get through your reading while you do everything else.

» reading · es.wikipedia.org/wiki/Lunavoice: Elena · ES

La Luna es el único satélite natural de la Tierra y el quinto más grande del sistema solar…

» reading · arxiv.org/abs/1706.03762voice: Iris · EN

The dominant sequence transduction models are based on complex recurrent or convolutional networks…

The browser reader

A PDF read aloud, without the file leaving your device.

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.

The Brauo reader with a research paper open. The sentence being read aloud is highlighted in the abstract, and a transport bar along the bottom shows position, zoom, speed and the chosen voice.
» the highlighted line is what you are hearing

How it works

From the page to your headphones.

  1. 01Open what you want to hear

    Drop a PDF into the reader in your browser, or add the extension for any web page.

  2. 02Choose who reads

    17 voices we made ourselves across 7 languages, plus German and Japanese.

  3. 03Press play, move on

    Brauo reads while you get on with the rest of your day.

Voices

Choose who reads to you.

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.

  • Portrait of Arthur

    Arthur

    en-GB

  • Portrait of Poppy

    Poppy

    en-GB

  • Portrait of Iris

    Iris

    en-US

  • Portrait of Ivy

    Ivy

    en-US

  • Portrait of Milo

    Milo

    en-US

  • Portrait of Wren

    Wren

    en-US

Pricing

Choose how much you listen.

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.

Free

$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.

Start free

Reader

$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

Library

More credits

$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

Pro

$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

Scale

$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 started

Our 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

The iOS app is ready to test.

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.

Join the iOS betaComing soon on Android

Read with your ears.

Learn faster.

the webyour docspapers

For developers

The same voice, over the API.

The extension is open source and runs on Brauo Cloud or your own key. Underneath, the production API.

POST /v1/speakcurl
curl -X POST https://api.brauo.com/v1/speak \
  -H "Authorization: Bearer brauo_sk_…" \
  -d '{ "text": "Any page, read aloud…",
       "voice": "brauo-elena-es" }'
POST /v1/speak/realtimeaudio/pcm · 24 kHz
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

» Listen to what you already read.