Releases: dudehacker/Hitsound-Detective
fix false positive with HS inconsistency due to previous release
fix most bugs
1.2 add ignor
fix extra HS not being detected
Fix combobreak.wav false positive
Fixed bug with un-used green timing
Fixed bug where un-used green timing is not detected.
Example: offset 1, has green timing, offset 2 has exact same green timing. offset 2 is next green timing after offset 1.
Example map:
https://osu.ppy.sh/beatmapsets/890491#mania/1861586
2 un-used timing at 1:26:557 and 1:44:182 in WILD CANNON diff
Un-used hs text output & delete all
- Added option in properties file to output unused.txt (contains all unused hs), text file will be same location where you put hitsound detective.jar
- If you have unused hs, you will get a new popup to ask you if you want delete all unused hs samples in song folder.
- Fix bug where it shows wrong format hs (ogg) , ogg is now supported in osu!
Ogg file support
Active hit sounds must use the .wav or .ogg file formats. .ogg files must use a bit rate of 128kbps or higher. .mp3 files have slight delays, and therefore are reserved only for longer passive hit sounds, such as ambient noises.
Unused Timing check
Fixed bug with checking unused timings when a green timing is at same time as a red timing it would show error when its actually fine.
Checking ogg as well
added check for ogg
First Release
-Refactored a lot of code
-Added check for duplicate hs
-Fixed some bugs