Skip to content

Commit a69602f

Browse files
authored
오타 수정 (#645)
반향있는 -> 반향 있는 것 처럼 -> 것처럼
1 parent 61ab015 commit a69602f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner_source/audio_data_augmentation_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ def plot_specgram(waveform, sample_rate, title="Spectrogram", xlim=None):
345345
# 전화 녹음 모의 실험하기
346346
# ---------------------------
347347
#
348-
# 이전 기술들을 혼합하여, 반향있는 방의 사람들이 이야기하는 배경에서 전화 통화하는
349-
# 것 처럼 들리는 오디오를 모의 실험할 수 있습니다.
348+
# 이전 기술들을 혼합하여, 반향 있는 방의 사람들이 이야기하는 배경에서 전화 통화하는
349+
# 것처럼 들리는 오디오를 모의 실험할 수 있습니다.
350350
#
351351

352352
sample_rate = 16000

0 commit comments

Comments
 (0)