Skip to content

jimchen90/TestRep

Repository files navigation

Bass_biquad_filter_test

This file is to test the bass biquad filter and compare coefficients and output waveforms with SoX and MATLAB audio toolbox. The result summary is shown in the beginning of notebook. More details can be seen in pytorch/audio#676 and pytorch/audio#661

bass_biquad

This file is to implement a sox dependency reduction task for bass (with biquad) following (pytorch/audio#260). Its method can be based on the implementation of task for treble with biquad from (https://github.com/pytorch/audio/blob/master/torchaudio/functional.py#L1025). Here we want to compare and test the result from sox and our bass_biquad function.

Stretch2d_function_test

This file is to test the stretch2d function. Now the squeenze and unsqueenze operations can be avoided by using repeat_interleave.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published