Skip to content
#

wav

Here are 401 public repositories matching this topic...

mthrok
mthrok commented Feb 8, 2021

The number of unit tests we have in torchaudio has grown. It is critical to keep tests organized so as to make it easy for contributors to write tests for the feature they are working on.

Batch consistency tests are for validating that ops return the same result regardless of the number of dimensions/batches/channels. Currently We put all the tests in [test/torchaudio_unittest/batch_consistency

pdeljanov
pdeljanov commented May 4, 2020

Create a new bin crate, sonata-test, that accepts two input files: a WAV reference file, and a test file (any format). The application should decode both files and check if they are sample-for-sample equivalent. Samples that are not the same should have their timestamp printed.

Using the application it should be possible to, for example, compare an FFMPEG decoded MP3 file (converted to WAV) wit

Improve this page

Add a description, image, and links to the wav topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wav topic, visit your repo's landing page and select "manage topics."

Learn more