File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -442,15 +442,15 @@ def benchmark_resample(
442
442
# - ``"OPUS"``: Opus [`opus-codec.org <https://opus-codec.org/>`__]
443
443
# - ``"GSM"``: GSM-FR
444
444
# [`wikipedia <https://en.wikipedia.org/wiki/Full_Rate>`__]
445
- # - ``"UNKNOWN"`` None of avobe
445
+ # - ``"UNKNOWN"`` None of above
446
446
#
447
447
448
448
449
449
######################################################################
450
450
# **Note**
451
451
#
452
452
# - ``bits_per_sample`` can be ``0`` for formats with compression and/or
453
- # variable bit rate. (such as mp3)
453
+ # variable bit rate (such as mp3).
454
454
# - ``num_frames`` can be ``0`` for GSM-FR format.
455
455
#
456
456
@@ -859,6 +859,7 @@ def benchmark_resample(
859
859
# in ``torchaudio``.
860
860
#
861
861
# To elaborate on the results:
862
+ #
862
863
# - a larger ``lowpass_filter_width`` results in a larger resampling kernel,
863
864
# and therefore increases computation time for both the kernel computation
864
865
# and convolution
You can’t perform that action at this time.
0 commit comments