- 01 Jul, 2020 1 commit
-
-
moto authored
-
- 19 Jun, 2020 1 commit
-
-
moto authored
This is a part of PRs to add new "sox_io" backend #726, and depends on #718. This PR adds `info` function to "sox_io" backend, which allows users to fetch some metadata of an audio file. At this moment, the information retrieved are; - Number of samples in the audio file - Sampling rate - Number of channels
-
- 18 Jun, 2020 1 commit
-
-
moto authored
* Make tests backend aware by introducing TorchaudioTestCase and reset backend for each TestCase. * Set backends for the test cases that require specific backend.
-
- 04 Jun, 2020 2 commits
-
-
Bhargav Kathivarapu authored
* Migrate spectrogram * Update spectrogram in kaldi.py to support device and dtype * Remove failing tests Signed-off-by:Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com>
-
Bhargav Kathivarapu authored
* Fix device/dtype compatibility of Kaldi mfcc * Migrate Kaldi mfcc test * Remove failing tests Signed-off-by:Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com>
-
- 03 Jun, 2020 1 commit
-
-
Bhargav Kathivarapu authored
* Migrate fbank tests * Update CCI job environment * Remove invalid test cases Signed-off-by:Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com>
-
- 27 May, 2020 1 commit
-
-
moto authored
-
- 20 May, 2020 1 commit
-
-
moto authored
* Adopt PyTorch's test utility on kaldi compatibility test - Adopt PyTorch's test utility on kaldi compatibility test - Separate CPU test and GPU test * Fix device/dtype conversion
-
- 12 May, 2020 1 commit
-
-
moto authored
* Make fbank support cuda * Reduce rtol for kaldi * fix test * fix flake8
-
- 01 May, 2020 1 commit
-
-
moto authored
* Add one fbank compatibility test * Update util
-
- 29 Apr, 2020 1 commit
-
-
moto authored
-