Skip to content

Releases: fishingpvalues/simpleaudiospectral

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 24 Sep 11:17
6591b95

0.0.5 (2026-09-24)

Features

  • analysis: verdicts state the measured evidence in one short sentence (dfb1cbd)

Bug Fixes

  • concurrent requests for one SoX image no longer fail with 500 (dfb1cbd)

Refactoring

  • src/ package for the backend, small modules for the UI (dfb1cbd)

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 24 Sep 08:57
d6a21e2

0.0.4 (2026-09-24)

Features

  • security: optional API key with login, lockout and hardened HTTP (f5215f1)
  • ui: encoder lowpass lines from encoder sources, chosen per encoder (f5215f1)

Bug Fixes

  • keep 24-bit precision when piping non-native formats to SoX (f5215f1)
  • stop the API when make dev exits (f5215f1)
  • ui: report playback that fails even after the FLAC transcode (f5215f1)

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 23 Sep 18:51
8c61eed

0.0.3 (2026-09-23)

Features

  • every measurement is exact over the whole file (4fb0cbe)
  • ui: analysis progress for long files (98d2bf0)

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 23 Sep 16:49
280cb7a

0.0.2 (2026-09-23)

Bug Fixes

  • MP3 lowpass in a 48 kHz file was reported as a resample (2128022)

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Sep 16:32
5996af6

0.0.1 (2026-09-23)

Features

  • ui: explanations for every parameter and metric, version in header (7b29d45)

Bug Fixes

  • bound memory for long files (disk-backed PCM, one-pass summary) (d56f71a)
  • docker: drop pip, ensurepip and the uv cache from the runtime image (ac2c077)