Commit 0cd4e391 authored by nateanl's avatar nateanl Committed by Facebook GitHub Bot
Browse files

Fix typo in audio resampling tutorial (#3212)

Summary:
Fix https://github.com/pytorch/audio/issues/3211

Pull Request resolved: https://github.com/pytorch/audio/pull/3212

Reviewed By: mthrok

Differential Revision: D44472523

Pulled By: nateanl

fbshipit-source-id: eb519b0045e7518ad13863a53271745a80d89a21
parent 715eb34a
...@@ -325,7 +325,7 @@ print("torchaudio and librosa kaiser fast MSE:", mse) ...@@ -325,7 +325,7 @@ print("torchaudio and librosa kaiser fast MSE:", mse)
# #
# Below are benchmarks for downsampling and upsampling waveforms between # Below are benchmarks for downsampling and upsampling waveforms between
# two pairs of sampling rates. We demonstrate the performance implications # two pairs of sampling rates. We demonstrate the performance implications
# that the ``lowpass_filter_wdith``, window type, and sample rates can # that the ``lowpass_filter_width``, window type, and sample rates can
# have. Additionally, we provide a comparison against ``librosa``\ ’s # have. Additionally, we provide a comparison against ``librosa``\ ’s
# ``kaiser_best`` and ``kaiser_fast`` using their corresponding parameters # ``kaiser_best`` and ``kaiser_fast`` using their corresponding parameters
# in ``torchaudio``. # in ``torchaudio``.
......
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