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
Usage
from hifigan_vocoder import hifigan, get_sample_mel
mel = get_sample_mel(dataset='uni', device='cpu') # dataset in ['uni', 'vctk']
print(mel.shape) # torch.Size([1, 80, 2062])
model = hifigan()
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.0.1.tar.gz
(565.1 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.0.1.tar.gz.
File metadata
- Download URL: hifigan-vocoder-0.0.1.tar.gz
- Upload date:
- Size: 565.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
882c6794b45721928f54967dba73565974007a532038e386fce0ef9dc49b576b
|
|
| MD5 |
bc8da4af6f36b271178c92567c74524b
|
|
| BLAKE2b-256 |
e5f92d44d238b4c77b1c6143ccd4f3fff00e23ce4cc62c286bea1e609caf759b
|
File details
Details for the file hifigan_vocoder-0.0.1-py3-none-manylinux1_x86_64.whl.
File metadata
- Download URL: hifigan_vocoder-0.0.1-py3-none-manylinux1_x86_64.whl
- Upload date:
- Size: 572.7 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 |
b02d23c3524e0b60db79031bd8326716b07dd5cc76a7b4f1f2eecdfdf1e22f88
|
|
| MD5 |
7a640c6034096dfa3d4d2c0470e783fd
|
|
| BLAKE2b-256 |
b01811489790af2e3be07dd23356776d248ce1672b5956f90337948f4eaec79a
|