Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 846 Bytes

readme.md

File metadata and controls

21 lines (18 loc) · 846 Bytes

ReadMe

This is an AutoHotkey script for splitting a long audio file into shorter, named files using audacity.

Usage

  • Install Audacity and AutoHotkey
  • Write the tracklist and timestamps in the format shown in examples
  • Run the AHK script and then bring Audacity to foreground

The script will run and automatically split your long file into shorter, named files.

Troubleshooting

If the script isn't working here are some things you can try:

  • Make sure that your tracklist and timestamps files are named correctly
  • Make sure that you have the same number of timestamps and track titles
  • Make sure your timestamps aren't exceeding the length of the long file
  • Make sure your timestamp file, tracklist file, and the orignal long file are in the same folder.