promotional bannermobile promotional banner

Synth

An audio player that allows you to play any sound such as memes.

File Details

Synth-1.0.0.jar

  • R
  • Feb 11, 2026
  • 344.44 KB
  • 31
  • Early Access

File Name

Synth-1.0.0.jar

Supported Versions

  • Early Access

v1.0.0 - Initial Release

Core:

  • Added chat-triggered global sound playback (!sound, /synth play)
  • Implemented per-player volume control and personal mute
  • Added admin moderation tools (mute, enable/disable)
  • Built-in anti-spam cooldown system
  • Global 2D sound playback respecting client volume settings

Custom Sounds

  • Support for custom .ogg sound files
  • Automatic asset pack generation for custom sounds
  • Hot reload support for newly added sounds (no server restart required)
  • Safe handling of asset reload timing to prevent missing sound errors

MP3 Conversion (Optional but highly recommend)

  • Optional MP3 → OGG conversion using ffmpeg
  • Automatic detection of ffmpeg placed in mods
  • Automatic detection of ffmpeg placed in mods/Kirami_Synth/tools/
  • Auto-update of config.json when ffmpeg is detected

Commands

  • Added /synth add, /synth remove, /synth list
  • Added /synth volume, /synth hide
  • Added /synth mute, /synth enable, /synth disable
  • Added /synth reload for config and database reload

Data & Stability

  • Persistent sound database (sounds.db)
  • Per-player settings stored on disk
  • Atomic file writes to prevent corruption
  • Improved handling of hot-reloaded assets to avoid restart dependency