FakeProfile600 / README.md
sleeping4cat's picture
Update README.md
0130779 verified
---
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