Skip to content

Commit 98c708d

Browse files
author
michael
committed
fixed audio splits
1 parent 2ec013a commit 98c708d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audiosplitter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def split_long_audios():
3131
os.makedirs('./wavs_split_temp')
3232
if not os.path.exists('./wavs_split_final'):
3333
os.makedirs('./wavs_split_final')
34-
for wav in glob.glob('./wavs/*.wav'):
34+
for wav in glob.glob('./put_audio_files_here/*.wav'):
3535
# get the filename without the extension
3636
filename = os.path.splitext(os.path.basename(wav))[0]
3737
# get the length of the audio

0 commit comments

Comments
 (0)