Release Date: December 22, 2025
AudioMuse v0.8.3 follow up on #225 in regard of GPU memory usage during the Text Search functionality. This will improve the memory usage and the speed of the analysis on both GPU and RAM.
We also improved the deployment.yaml and the docker-compose.yaml example to show the usage of the env var CLAP_ENABLED. For slow cpu it can be put as false to disable the text search functionality and skip the CLAP analysis.
What's Changed
- Configure NVIDIA GPU resources in docker-compose by @NeptuneHub in #228
- Remove unused imports and environment variables by @Copilot in #229
- Fix duplicate CLAP_PYTHON_MULTITHREADS parameter in README by @NeptuneHub in #236
- Mulan -> devel by @NeptuneHub in #240
- Devel -> Main - CLAP fix and improvement by @NeptuneHub in #241
New Contributors
- @Copilot made their first contribution in #229
Full Changelog: v0.8.2...v0.8.3