Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e93403

Browse files
Caroline Chenbrianjo
andauthored
fix typo (#1649)
Co-authored-by: Brian Johnson <[email protected]>
1 parent 572dc13 commit 4e93403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beginner_source/audio_preprocessing_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ def benchmark_resample(
873873
"downsample (48 -> 44.1 kHz)": [48000, 44100],
874874
"downsample (16 -> 8 kHz)": [16000, 8000],
875875
"upsample (44.1 -> 48 kHz)": [44100, 48000],
876-
"upsample (8 -> 16 kHz)": [8000, 1600],
876+
"upsample (8 -> 16 kHz)": [8000, 16000],
877877
}
878878

879879
for label in configs:

0 commit comments

Comments
 (0)