Files
candle/candle-examples/examples/metavoice
Laurent Mazare 20abb72fec Normalize loudness of the generated audio (#1795)
* Normalize loudness of the generated audio.

* Lints.

* One more lint.

* Avoid running the bs1770 tests.

* Another attempt at discarding doc comments.

* Also normalize the loudness in the encodec example.
2024-03-03 14:00:42 +01:00
..
2024-03-02 18:50:01 +01:00

candle-metavoice

MetaVoice-1B is a text-to-speech model trained on 100K hours of speech, more details on the model card.

Note that the current candle implementation suffers from some limitations as of 2024-03-02:

  • The speaker embeddings are hardcoded.
  • The generated audio file quality is weaker than the Python implementation, probably because of some implementation discrepancies.

Run an example

cargo run --example metavoice --release -- \\
  --prompt "This is a demo of text to speech by MetaVoice-1B, an open-source foundational audio model."