Unverified Commit c49db739 authored by moto's avatar moto Committed by GitHub
Browse files

[Fbsync] Reduce sample rate to avoid test time out (#1640)

parent 32b9cf80
......@@ -189,7 +189,7 @@ class TestTransforms(common_utils.TorchaudioTestCase):
self.assertEqual(computed, expected)
def test_batch_pitch_shift(self):
sample_rate = 44100
sample_rate = 8000
n_steps = 4
waveform = common_utils.get_whitenoise(sample_rate=sample_rate)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment