Skip to content

Commit

Permalink
Moved prepare_audio_files script to repo level
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jan 25, 2023
1 parent 49159c8 commit 046b399
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
You can clip your files so that they are shorter using this script.
You need to specify the locations of the input files and where you want the
shorter files to be saved.
shorter files to be saved.
There are additional settings that allow you to specify the output duration
and where in the file you start clipping from.
and where in the file you start clipping from.
"""

import argparse
Expand Down

0 comments on commit 046b399

Please sign in to comment.