Skip to content

1.2.0

Latest

Choose a tag to compare

@casantosmu casantosmu released this 25 Nov 08:41
749584d

Added

  • Display all detected audio files (unsupported formats disabled).
  • Multi-arch Docker build support (linux/amd64 and linux/arm64).
  • Add Cache-Control header to GET /v1/audio. (@Pineapple217)

Changed

  • Decouple frontend assets from backend binary to improve Docker build and caching.
  • The spectrogram scale toggle (linear/logarithmic) is now hidden by default due to performance issues. It can be enabled by setting the ENABLE_LOG_SCALE=true environment variable.
  • Improve spectrogram loading screen UI.
  • Disable spectrogram interactivity and autoplay on load.

Fixed

  • Fix blank container rendering delay for large audio files.
  • Show specific error message on metadata load failure.