Convert labels to list with filenames.
- In Audacity, you can label a part of the audio, and export the file with the label as the filename. This program converts those filenames to a list.txt of the files with the label on the transcription part.
Other things you need
- Make sure you have .NET Framework 4.8 installed on your system. Click here to download it from the official Microsoft Website.
- If you want to modify the format of the list, you have to edit the code yourself and compile it. I've taken the liberty to clean up the code and put all the things you should edit in one place.
Part of the code that you should edit

Downloads
- Latest Release is found in the Releases Page.
- This is the only website where I officially release updates and downloads. Since the code is open for anyone to use, there may be more versions of this made by other people. Their versions are fine but make sure you are not downloading malware.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Contributors will have a different license to manage any possible future license changes.
Please make sure to update tests as appropriate.
CC BY-NC-SA 4.0
Basically, do anything, just don't sell or make money off where ever any part of the code goes. (Also you can't trademark or patent it as your own). Must be redistributed with the same license or anything compatible.


