### Description FFMPEG filters for silence detection are too aggressive. **This is a new feature**: No **I have updated the documentation to reflect these changes**: No ### Testing Notes **What I did:** Ran tests and made sure they passed **How you can replicate my testing:** Upload files that start out quiet or end quiet and see that the cue-in/cue-out points don't cut off the track. Or just run tests as there are files that do that ### **Links** Closes: #2629
LibreTime Analyzer
LibreTime Analyzer is a service that analyze file as background jobs and move them into the storage.
Development
# Install dependencies
make install
# Activate the development environment
source .venv/bin/activate
# Run linters
make lint
# Run tests
make test
# See the Makefile for more commands
cat Makefile