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.
This commit is contained in:
Laurent Mazare
2024-03-03 14:00:42 +01:00
committed by GitHub
parent ca5d727ba2
commit 20abb72fec
5 changed files with 543 additions and 2 deletions

View File

@ -1,3 +1,5 @@
pub mod audio;
pub mod bs1770;
pub mod coco_classes;
pub mod imagenet;
pub mod token_output_stream;