Skip to content

Commit 9007810

Browse files
remove paper
1 parent 36dfc13 commit 9007810

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[![arXiv](https://img.shields.io/badge/arXiv-2109.13731-brightgreen.svg?style=flat-square)](https://arxiv.org/abs/2109.13731) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1HYYUepIsl2aXsdET6P_AmNVXuWP1MCMf?usp=sharing) [![PyPI version](https://badge.fury.io/py/voicefixer.svg)](https://badge.fury.io/py/voicefixer) [![githubio](https://img.shields.io/badge/GitHub.io-Audio_Samples-blue?logo=Github&style=flat-square)](https://haoheliu.github.io/demopage-voicefixer)
22

33
- [VoiceFixer](#voicefixer)
4-
* [Demo](#demo)
5-
* [Usage](#usage)
6-
+ [Desktop App](#desktop-app)
7-
+ [Python interface](#python-interface)
8-
+ [Others Features](#others-features)
9-
* [Materials](#materials)
10-
4+
- [Demo](#demo)
5+
- [Usage](#usage)
6+
- [Desktop App](#desktop-app)
7+
- [Python Examples](#python-examples)
8+
- [Others Features](#others-features)
9+
- [Materials](#materials)
10+
1111
# VoiceFixer
1212

1313
This package provides:
@@ -47,7 +47,7 @@ streamlit run test/streamlit.py
4747
**Important:** When you run the above command for the first time, the web page may leave blank for several minutes for downloading models. You can checkout the terminal for downloading progresses.
4848

4949

50-
### Example
50+
### Python Examples
5151

5252
- *test/test.py*:
5353

@@ -66,7 +66,6 @@ for mode in [0,1,2]:
6666
cuda=False, # GPU acceleration
6767
mode=mode)
6868

69-
7069
# TEST VOCODER
7170
## Initialize a vocoder. Only 44100 sampling rate is supported.
7271
vocoder = Vocoder(sample_rate=44100)
@@ -82,6 +81,8 @@ vocoder.oracle(fpath=os.path.join(git_root,"test/utterance/original/original.fla
8281
...
8382
```
8483

84+
You can clone this repo and try to run test.py inside the *test* folder.
85+
8586
### Others Features
8687

8788
- How to use your own vocoder, like pre-trained HiFi-Gan?

0 commit comments

Comments
 (0)