Official repository of pre-trained, high-fidelity neural voice models for the Beatrice real-time voice conversion engine.
Beatrice-voice-models/
βββ assets/
β βββ beatrice-logo.png # Official Project Beatrice V2 Logo
βββ voice_models/
β βββ trump/ # Trump Neural Voice Model (Step 5000)
β βββ beatrice_paraphernalia_data_00005000.toml # Model Manifest & Checkpoint Config
β βββ waveform_generator.bin # Neural Vocoder Waveform Generator (7.9 MB)
β βββ phone_extractor.bin # Phoneme Feature Extractor (7.2 MB)
β βββ pitch_estimator.bin # Pitch & Frequency Estimator (3.5 MB)
β βββ embedding_setter.bin # Speaker Embedding Setter (264 KB)
β βββ speaker_embeddings.bin # Target Speaker Vector Embeddings (234 KB)
β βββ noimage.png # Model Avatar Icon (388 KB)
β βββ README.md # Model-Specific Documentation
βββ LICENSE # MIT Open-Source License
βββ README.md # Repository Documentation & Usage Guide
High-fidelity neural voice model trained on clean speech recordings, fully convergent at 5,000 steps for ultra-low latency real-time voice conversion.
| File Name | Description | Size | Direct Download |
|---|---|---|---|
beatrice_paraphernalia_data_00005000.toml |
Model Configuration & Checkpoint Manifest | 568 B | π₯ Download Config |
waveform_generator.bin |
Neural Vocoder Waveform Generator Weights | 7.9 MB | π₯ Download Vocoder |
phone_extractor.bin |
Phoneme Feature Extractor Weights | 7.2 MB | π₯ Download Extractor |
pitch_estimator.bin |
Pitch & Frequency Estimator Weights | 3.5 MB | π₯ Download Pitch Model |
embedding_setter.bin |
Speaker Embedding Setter Weights | 264 KB | π₯ Download Embedding Setter |
speaker_embeddings.bin |
Target Speaker Vector Embeddings | 234 KB | π₯ Download Speaker Vector |
git clone https://github.com/Project-Beatrice-V2/Beatrice-voice-models.git- Open Beatrice Voice Changer on macOS (Metal/MPS) or Windows (CUDA).
- Under Model / Target Voice, click Load Directory or select the manifest file:
voice_models/trump/beatrice_paraphernalia_data_00005000.toml - Set your Microphone Input and Virtual Audio Output (
BlackHole 2chon macOS,VB-Audio Virtual Cableon Windows). - In Discord, OBS Studio, or game settings, select the virtual driver as your microphone to start streaming with transformed speech!
- Latency: Glass-to-glass real-time inference latency
<50ms. - Audio Sample Rate: Native 48kHz high-fidelity output.
- Hardware Acceleration:
- macOS: Apple Silicon Metal Performance Shaders (
MPS). - Windows: NVIDIA
CUDA& DirectX 12DirectML.
- macOS: Apple Silicon Metal Performance Shaders (
- Model Package Size: ~19.5 MB total footprint per voice model.
- Hugging Face Mirror: SatiricalGuru/beatrice-voice-models
This project is licensed under the MIT License β free for both personal and commercial use.
Maintained by the Project Beatrice V2 Open-Source Community.