-
User-Friendly API Requests : Easily send requests to the Fish-Speech API through a clean and intuitive interface. Users can quickly set up configurations, select voice settings, and manage audio processing with minimal setup.
-
Integrated Audio Processing Toolkits: Provides essential toolkits for various audio tasks, including resampling, vocal separation, and transcription. These tools are seamlessly integrated, allowing for smooth workflows and efficient processing of audio files.
-
Extensibility and Flexibility: Designed with extension in mind, the GUI supports adding new features and plugins, enabling users to tailor the tool to specific needs and projects.
-
Real-Time Monitoring and Streaming Offers options for real-time audio streaming and detailed latency information, enhancing user experience for both playback and synthesis monitoring.
conda create -n pyqt python=3.10
conda activate pyqt
pip install pdm
# for windows nuitka build
pip install nuitka
pdm install
pdm run build.py
conda activate pyqt
python main.py
# windows
dist\fish.exe
# linux
dist/fish