Skip to content

Commit e564bde

Browse files
committed
Ver 1.3.1: Readme
1 parent 763508e commit e564bde

7 files changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,27 @@
22

33
![linux_macos_packages](https://img.shields.io/github/actions/workflow/status/AnyaCoder/fish-speech-gui/ci.yml?label=linux-macos-build)
44

5+
## Features
6+
7+
1. **User-Friendly API Requests** :
8+
<u>Easily send requests to the Fish-Speech API</u> through a clean and intuitive interface. Users can quickly set up configurations, select voice settings, and manage audio processing with minimal setup.
9+
10+
2. **Integrated Audio Processing Toolkits**:
11+
Provides essential toolkits for various audio tasks, including <u>resampling, vocal separation, and transcription</u>. These tools are seamlessly integrated, allowing for smooth workflows and efficient processing of audio files.
12+
13+
3. **Extensibility and Flexibility**:
14+
Designed with extension in mind, the GUI supports adding new features and plugins, enabling users to tailor the tool to specific needs and projects.
15+
16+
4. **Real-Time Monitoring and Streaming**
17+
Offers options for real-time audio streaming and detailed latency information, enhancing user experience for both playback and synthesis monitoring.
18+
519
## Basic Setup
620

7-
<img src="assets/example_1_basic.png" width="800" />
21+
<img src="assets/basic.png" width="800" />
822

923
## Text to Speech
1024

11-
<img src="assets/example_1_tts.png" width="800" />
25+
<img src="assets/tts.png" width="800" />
1226

1327
# Build from Source
1428

assets/basic.png

821 KB
Loading

assets/example.png

-142 KB
Binary file not shown.

assets/example_1_basic.png

-135 KB
Binary file not shown.

assets/example_1_tts.png

-176 KB
Binary file not shown.

assets/tts.png

788 KB
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fish-speech-gui"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "fish-speech comfortable GUI"
55
readme = "README.md"
66
requires-python = "<3.12,>=3.10"

0 commit comments

Comments
 (0)