Skip to content

Karedi 1.6.0

Latest
Compare
Choose a tag to compare
@Nianna Nianna released this 01 Nov 22:59
· 9 commits to master since this release
2c639a0

Karedi 1.6.0

Main features:

  • adjustable playback speed (from 30% to 200%) with preserved pitch
  • drag & drop support for audio files and directories
  • improved playback accuracy
  • support for UltraStar specification format version 1.2.0

Full feature breakdown:

  • Open:
    • additional audio files can be loaded via drag & drop
    • txt file can be opened by drag & drop of the song's directory
    • info message in the Log section now contains audio file name
  • Txt format specification:
    • added support for specification format version 1.2.0
    • [BUGFIX] all tag keys are supported when no format is chosen
  • Playback:
    • added possiblity to change playback speed (from 30% to 200% with 10% step) while preserving perceivable pitch
    • [BUGFIX] lyrics below the editor where highlighted half beat too early during playback due to rounding issues
    • improved accuracy of playback (it is now fully deterministic and the starting and ending points are calculated down to 1 frame)
    • [TECH] unified technologies used for playback (now SourceDataLine from Java Sound API is used for all audio formats)

Notes

For EXE (Windows), DEB (Linux), DMG (MacOS) installers no additional steps are necessary.
JAR application requires Java with version 17 or newer.