View Issue Details

IDProjectCategoryView StatusLast Update
0019991MMW 5Playbackpublic2026-07-13 17:30
Reporterpeke Assigned To 
PriorityhighSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Target Version2027Fixed in Version2027 
Summary0019991: Remove Silence is too sensitive and fail in some cases
DescriptionRemove Silence is too sensitive and fail in some cases.

Further testing Found that in 99.9% of cases less than first <100ms contain peak of -35db (See pic from sample track)

Solution:
a) Lower sensitivity to trim all lower than -30db (Maybe undocumented INI setting)
b) Do smarter remove silence eg. ignore peeks for first 100ms (it is often used for padding) and check remove silence after that time)
c) Combination of a) and b)
Steps To Reproduce1. Play sample track as MM do not remove silence at beginning.
TagsNo tags attached.
Attached Files
image.png (28,218 bytes)   
image.png (28,218 bytes)   
Fixed in build3515

Relationships

related to 0022044 resolvedmichal Move (cross)fade processing to the main app before VST/DSP plugins 

Activities

michal

2026-07-13 17:30

developer   ~0081589

Fixed in build 3515. A threshold crossing is buffered until sustained or strong audio confirms it. A short weak peak followed by silence is discarded with that silence. The actual onset is confirmed after 100 ms of active or 20 ms of strong signal. It seems to work well.