A wrapped hifi-gan vocoder for easy use.
Project description
hifigan
A wrapped hifi-gan vocoder for easy use.
Source: https://github.com/jik876/hifi-gan
Install
pip install hifigan-vocoder
Usage
from hifigan_vocoder import hifigan, get_sample_mel
mel = get_sample_mel()
print(mel.shape) # torch.Size([1, 80, 2062])
model = hifigan(dataset='uni', device='cpu') # dataset in ['uni', 'vctk']; device in ['cpu', 'cuda']; checkpoint will be downloaded from google driver.
audio = model.infer(mel)
print(mel.shape) # (527872,)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hifigan-vocoder-0.1.1.tar.gz
(565.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hifigan-vocoder-0.1.1.tar.gz.
File metadata
- Download URL: hifigan-vocoder-0.1.1.tar.gz
- Upload date:
- Size: 565.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08711a9f351116292d892abf28d8c9449934a87b2d912cab4f7e601901e1af54
|
|
| MD5 |
4048d158a86dde1506699b97e9cc033e
|
|
| BLAKE2b-256 |
5ab832ea760c822bba527b8c878f287ff8321ac21e88912eee440c83ec310269
|
File details
Details for the file hifigan_vocoder-0.1.1-py3-none-manylinux1_x86_64.whl.
File metadata
- Download URL: hifigan_vocoder-0.1.1-py3-none-manylinux1_x86_64.whl
- Upload date:
- Size: 572.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e837d0e9b7ff634a701af85b09d54e43a84d7f077dc556311191f3cdfc1bca4b
|
|
| MD5 |
8e4992962fe45b90681c79eb55ca9803
|
|
| BLAKE2b-256 |
b85ceac8761488bc04a12f61a939ff51b86b8faa55c5bf03684de5373adc3f7d
|