Skip to content

Commit

Permalink
😩
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Oct 8, 2024
1 parent ac61b0a commit bd2aedd
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,29 +104,36 @@ This [example](./examples/B0819W19WD) uses the first page of the scifi book [Rev

We can even use TTS to generate custom audiobooks. 🔥

Here are some examples using a few different TTS providers & voices, containing only the first page of this book as a preview:
Here are some auto-generated examples using a few different TTS providers & voices, containing only the first page of this book as a preview:

<table>
<tbody>
<tr>
<td>
OpenAI tts-1-hd "alloy" voice (female; solid quality but more expensive)
<p align="center">
OpenAI tts-1-hd "alloy" voice
</p>
<p align="center">
(female; solid quality but more expensive)
</p>
</td>
<td>
<video src="https://github.com/user-attachments/assets/f634f2cc-cc65-4381-ba04-5fc59df69668"></video>
</td>
</tr>
<tr>
<td>
OpenAI tts-1-hd "onyx" voice (male; solid quality but more expensive)
<p align="center">
OpenAI tts-1-hd "onyx" voice (male; solid quality but more expensive)
</p>
</td>
<td>
<video src="https://github.com/user-attachments/assets/5cc86ae3-9f82-414c-a69f-a2ab40db4ce1"></video>
</td>
</tr>
<tr>
<td>
Unreal Speech "Scarlett" voice (female; medium quality but cheaper)
<td align="center">
Unreal Speech "Scarlett" voice <br />(female; medium quality but cheaper)
</td>
<td>
<video src="https://github.com/user-attachments/assets/232e5258-9f89-4493-a06b-5523ddf93226"></video>
Expand Down

0 comments on commit bd2aedd

Please sign in to comment.