You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.