libretime/analyzer/libretime_analyzer/pipeline
dakriy 32cad0faa4
fix(analyzer): make ffmpeg filters less aggressive (#3086)
### 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
2024-10-07 20:55:18 +01:00
..
__init__.py feat: configure cue points analysis per track type 2023-02-15 10:13:32 +02:00
_ffmpeg.py fix(analyzer): make ffmpeg filters less aggressive (#3086) 2024-10-07 20:55:18 +01:00
_liquidsoap.py refactor(analyzer): rewrite analyze playability 2022-08-09 21:07:07 +02:00
_utils.py refactor: don't use f-string on logging statements 2023-02-26 19:09:51 +02:00
analyze_cuepoint.py feat: replace loguru with logging 2023-02-26 19:09:51 +02:00
analyze_metadata.py refactor: don't use f-string on logging statements 2023-02-26 19:09:51 +02:00
analyze_playability.py refactor: don't use f-string on logging statements 2023-02-26 19:09:51 +02:00
analyze_replaygain.py chore(analyzer): move ffmpeg and utils modules to pipeline 2022-02-15 16:39:04 +02:00
organise_file.py refactor: don't use f-string on logging statements 2023-02-26 19:09:51 +02:00
pipeline.py chore(deps): update pre-commit hook psf/black-pre-commit-mirror to v24 (#2917) 2024-02-02 20:24:25 +01:00