Skip to main content

A simple way to use HiFi-GAN.

Project description

Simple HiFiGAN

Please cite the HiFiGAN paper when using this.

A simple wrapper for the this HiFiGAN Implementation. This wrapper just adds an interface to the model.

Installation

pip install git+https://github.com/MiniXC/simple_hifigan.git

Usage

from simple_hifigan import Synthesiser

synthesiser = Synthesiser()

# create a mel spectrogram
mel_spectrogram = synthesiser.wav_to_mel(
    some_audio, some_sample_rate
)

# multiple mel spectrograms
mel_spectrograms = synthesiser.wavs_to_mels(
    some_audios, some_sample_rate
)

# mel spectrogram to audio
audio = synthesiser(mel_spectrogram)

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

simple_hifigan-0.1.1.tar.gz (103.9 MB view details)

Uploaded Source

Built Distribution

simple_hifigan-0.1.1-py3-none-any.whl (103.9 MB view details)

Uploaded Python 3

File details

Details for the file simple_hifigan-0.1.1.tar.gz.

File metadata

  • Download URL: simple_hifigan-0.1.1.tar.gz
  • Upload date:
  • Size: 103.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for simple_hifigan-0.1.1.tar.gz
Algorithm Hash digest
SHA256 32a714f715cd3bba2a63fa825c25fa97eb849567d3eccc318c8f05973f94890e
MD5 11701c018cf2f4a94f0e57c5c6f3bc39
BLAKE2b-256 cd9a2a4f40066a2390dab8cf5e7b37108b0dead5fb407ba19781fc845628efab

See more details on using hashes here.

File details

Details for the file simple_hifigan-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for simple_hifigan-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 46a73cfd2b6e19d367e71d62fa3911b6fe2eba4ee92c519acef7b7abd1a5519c
MD5 b7d250f841d778c3cdc28bef27ae3815
BLAKE2b-256 4681e28b39a9113b16c02cc28f05caea5afbee95fa41274ed6244a9b5a727a6f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page