Skip to content

Releases: dudehacker/Hitsound-Detective

fix false positive with HS inconsistency due to previous release

13 Nov 05:33
Compare
Choose a tag to compare

fix most bugs

16 Oct 02:52
Compare
Choose a tag to compare
1.2

add ignor

fix extra HS not being detected

27 Sep 04:32
Compare
Choose a tag to compare

Fix combobreak.wav false positive

27 Apr 20:52
Compare
Choose a tag to compare

Fixed bug with un-used green timing

21 Jan 01:24
Compare
Choose a tag to compare

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

22 Dec 07:52
Compare
Choose a tag to compare
  1. 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
  2. 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.
  3. Fix bug where it shows wrong format hs (ogg) , ogg is now supported in osu!

Ogg file support

07 Sep 21:30
Compare
Choose a tag to compare

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.

https://osu.ppy.sh/help/wiki/Ranking_Criteria#rules.4

Unused Timing check

16 Feb 19:50
Compare
Choose a tag to compare

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

07 Feb 01:08
Compare
Choose a tag to compare

added check for ogg

First Release

14 Jan 02:56
Compare
Choose a tag to compare

-Refactored a lot of code
-Added check for duplicate hs
-Fixed some bugs