Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 824 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 824 Bytes

BeatDetector

Finds appropriate beatplacement to 192kbps mp3's, for use in the rhytm game osu.

  1. Add the audio file to "src" with the name "audio.mp3".

  2. Add the correct offset and bpm in main.

  3. Run (might take a minute).

  4. Copy all elements which were printed in the console, and add them under [HitObjects] in the .osu file

There might be some small misbeats, but it will give new and experienced mappers atleast a headstart.

Special thanks to the libraries that does all the heavy lifting. mp3spi, triton, javalayer and JTransform