Skip to content

Commit

Permalink
Ver 1.3.1: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyaCoder committed Nov 7, 2024
1 parent 763508e commit e564bde
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,27 @@

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

## Features

1. **User-Friendly API Requests** :
<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.

2. **Integrated Audio Processing Toolkits**:
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.

3. **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.

4. **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.

## Basic Setup

<img src="assets/example_1_basic.png" width="800" />
<img src="assets/basic.png" width="800" />

## Text to Speech

<img src="assets/example_1_tts.png" width="800" />
<img src="assets/tts.png" width="800" />

# Build from Source

Expand Down
Binary file added assets/basic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/example.png
Binary file not shown.
Binary file removed assets/example_1_basic.png
Binary file not shown.
Binary file removed assets/example_1_tts.png
Binary file not shown.
Binary file added assets/tts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fish-speech-gui"
version = "1.3.0"
version = "1.3.1"
description = "fish-speech comfortable GUI"
readme = "README.md"
requires-python = "<3.12,>=3.10"
Expand Down

0 comments on commit e564bde

Please sign in to comment.