Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions developer-guide/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ Choose a voice to try:

<Tabs>
<Tab title="E-Girl Voice">
From: https://fish.audio/m/8ef4a238714b45718ce04243307c57a7
From: https://fish.audio/m/ca3007f96ae7499ab87d27ea3599956a

```bash
export REFERENCE_ID="8ef4a238714b45718ce04243307c57a7"
export REFERENCE_ID="ca3007f96ae7499ab87d27ea3599956a"
```
</Tab>

Expand Down
2 changes: 1 addition & 1 deletion snippets/audio-transcript.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const AudioTranscript = ({ voices, page }) => {

const baseUrl = 'https://pub-b995142090474379a930b856ab79b4d4.r2.dev/audio';
const pageVoices = [
{ id: '8ef4a238714b45718ce04243307c57a7', name: 'E-girl' },
{ id: 'ca3007f96ae7499ab87d27ea3599956a', name: 'E-girl' },
{ id: '802e3bc2b27e49c2995d23ef70e6ac89', name: 'Energetic Male' },
{ id: '933563129e564b19a115bedd57b7406a', name: 'Sarah' },
{ id: 'bf322df2096a46f18c579d0baa36f41d', name: 'Adrian' },
Expand Down
2 changes: 1 addition & 1 deletion speaker-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Voice Configuration (map of voice ID -> display name)
voices:
8ef4a238714b45718ce04243307c57a7: E-girl
ca3007f96ae7499ab87d27ea3599956a: E-girl
802e3bc2b27e49c2995d23ef70e6ac89: Energetic Male
933563129e564b19a115bedd57b7406a: Sarah
bf322df2096a46f18c579d0baa36f41d: Adrian
Expand Down
Loading