OuteTTS v0.2.1
Release Notes v0.2.1
New Features and Improvements:
-
Support for ExLlamaV2
- Integrated support for ExLlamaV2
- Pull request: #37
-
Whisper Integration for Speaker Generation
- Added Whisper-based transcription for generating speakers when no transcript is provided.
- Suggested in: #28
- Now, if
transcript
is set toNone
, the text will be automatically transcribed using Whisper.
def create_speaker( self, audio_path: str, transcript: str = None, whisper_model: str = "turbo", whisper_device = None )