Skip to content

Commit 78cd775

Browse files
authored
Prettify readme
1 parent 296dea0 commit 78cd775

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
This is a simple utility written for Windows to automatically split audio files for use in Celeste's cassette rooms.
1+
# Autosplitter
2+
Autosplitter is a simple utility to automatically split audio files for use in Celeste's cassette rooms.
3+
4+
Some antivirus programs, including Avast, may block ffmpeg, preventing autosplitter from running properly.
5+
If you have an antivirus program installed please add an exemption to the file `%TEMP%\ffmpeg.exe`.
6+
7+
Autosplitter comes with a plugin for FMOD to bulk add assets to a cassette track, which you can use on the split files once you've ran this on your source audio and imported the files into FMOD.
8+
Drop the provided bulkadd.js file into `%localappdata%\FMOD Studio\Scripts\` and run Scripts->Bulk Add in FMOD with all of the sections and track you'd like to add to selected.
9+
10+
## Building from source
211
To build, you will need to provide your own ffmpeg.exe in the source directory; you can download a copy from https://ffmpeg.org/.
3-
Some antivirus programs, including Avast, may block ffmpeg.
4-
If you have an antivirus program installed please add an exemption to the file `%TEMP%\ffmpeg.exe`, or this program will fail.
5-
This also comes with a plugin for FMOD to bulk import assets to a cassette track.
6-
Drop the provided bulkadd.js file into `%localappdata%\FMOD Studio\Scripts\` and run Scripts->Bulk Add in FMOD with the assets and track selected.

0 commit comments

Comments
 (0)