Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions beginner_source/audio_data_augmentation_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ def plot_specgram(waveform, sample_rate, title="Spectrogram", xlim=None):
# 전화 녹음 모의 실험하기
# ---------------------------
#
# 이전 기술들을 혼합하여, 반향있는 방의 사람들이 이야기하는 배경에서 전화 통화하는
# 것 처럼 들리는 오디오를 모의 실험할 수 있습니다.
# 이전 기술들을 혼합하여, 반향 있는 방의 사람들이 이야기하는 배경에서 전화 통화하는
# 것처럼 들리는 오디오를 모의 실험할 수 있습니다.
#

sample_rate = 16000
Expand Down