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()
print(mel.shape) # torch.Size([1, 80, 2062])
model = hifigan(dataset='uni', device='cpu') # dataset in ['uni', 'vctk']
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.3.tar.gz
(565.2 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.3.tar.gz.
File metadata
- Download URL: hifigan-vocoder-0.0.3.tar.gz
- Upload date:
- Size: 565.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d72cde5484d1067610eaa637119f5fcb868ac1fa35879529be1357a2a7a783f9
|
|
| MD5 |
574d272d7e84596835a07de85f3232bf
|
|
| BLAKE2b-256 |
57b8ef46074d9d765f867f019f8730430fd6f1d12999e246ac88ec7d60650b98
|
File details
Details for the file hifigan_vocoder-0.0.3-py3-none-manylinux1_x86_64.whl.
File metadata
- Download URL: hifigan_vocoder-0.0.3-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 |
1c575d6b45fa4bffff30783d4870d9203e2b964b5edc56bd33dee1c6dfb4a764
|
|
| MD5 |
470f7df46a39dbbd2248f26e73e1b7f5
|
|
| BLAKE2b-256 |
70a984e5b0663fbc463211e342db817a9e5e18bbdd6e9ff02592a2c158c46dc6
|