Skip to content
#

wav

Here are 333 public repositories matching this topic...

PetrochukM
PetrochukM commented Mar 3, 2020

🐛 Bug

In order to enable inversion of an STFT via the inverse STFT in istft, it is sufficient that the signal windowing obeys the constraint of “Constant OverLap Add” (COLA). This ensures that every point in the input data is equally weighted, thereby avoiding aliasing and allowing full reconstruction.
https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.check_COLA.html

Le

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

You can’t perform that action at this time.