We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b9cf8 commit c49db73Copy full SHA for c49db73
test/torchaudio_unittest/transforms/batch_consistency_test.py
@@ -189,7 +189,7 @@ def test_batch_spectral_centroid(self):
189
self.assertEqual(computed, expected)
190
191
def test_batch_pitch_shift(self):
192
- sample_rate = 44100
+ sample_rate = 8000
193
n_steps = 4
194
waveform = common_utils.get_whitenoise(sample_rate=sample_rate)
195
0 commit comments