File size: 1,558 Bytes
0130779
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: mit
tags:
- fake-profile
- voice-profiles
- GenAI Voice-Profile
language:
- en
---
Excited to share 600 state-of-art profiles of fake voice profiles of real people. We are releasing this for training robust and diverse **text-to-speech** and **text-to-music** models. 

### Data fields 
- **displayName**:  
  Full name of the speaker (e.g., "Éloïse Gagné").
- **language**:  
  Language code in all caps with underscore (e.g., `EN_US`).
- **locale**:  
  Regional locale code using ISO format (e.g., `fr-CA` for French, Canada).
- **gender**:  
  Gender of the speaker (e.g., `"female"`).
- **imageUrl**:  
  URL to the speaker’s image/avatar.
- **speakerStyles**:  
  A list of available voice styles for this speaker. Each style includes:
  - **displayName**: Name of the style (e.g., "Default")
  - **icon**: Emoji or symbol representing the style
  - **isDefault**: Boolean, whether this is the default style
  - **deprecated**: Boolean, whether this style is deprecated
  - **minHertz / maxHertz**: Frequency range (can be null)
  - **sampleTtsUrl**: URL to a sample TTS (Text-to-Speech) audio
- **speakerType**:  
  The type/category of speaker, e.g., `"global"`.
- **metadata**:  
  Extra flags about the speaker:
  - **beta**: Boolean indicating if it's a beta voice
  - **pro**: Boolean indicating if it's a pro (premium) voice
  - **global**: Boolean flag for global availability
- **createdAt**:  
  ISO timestamp of when the speaker entry was created.
- **updatedAt**:  
  ISO timestamp of the last update to this speaker entry