Bug 504649

Summary: Audio Properties changes have no effect in Clip Monitor.
Product: [Applications] kdenlive Reporter: Gabriel Gazzán <gabcorreo>
Component: Project Bin & ImportAssignee: Jean-Baptiste Mardelle <jb>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: git-master   
Target Milestone: ---   
Platform: Other   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Audio Properties settings working status.

Description Gabriel Gazzán 2025-05-22 06:38:07 UTC
I've just realized that changes introduced to audio streams a clip in the Clip Properties > Audio Properties widget seem to have no effect at all.
That includes:
Switching the stream on/off, Normalize, Swap channels, Copy Channels, and Gain. 

Audio sync parameter does work.

I've tested it with both A/V clips and audio clips.
I'm on Windows, so perhaps it's a Windows only issue?
Comment 1 Gabriel Gazzán 2025-05-22 18:03:27 UTC
I've revised past (Windows) versions of the program, and found out that:
20.04.1 works ok.
20.08.0 does not work.

20.04.1  
It still did not have the specific "Audio Properties" tab.
The only options for audio then available were the switch to disable/enable the stream, and the audio sync parameter. Both worked fine.

20.08.0  
It introduced the "Audio Properties" tab.
The stream switch did not work anymore.
The audio sync option worked fine (it worked in every newer version launched, up until current trunk master).
Comment 2 Gabriel Gazzán 2025-05-22 18:07:34 UTC
Forgot to make a clear resume:
"Audio Properties" stream settings are broken since 20.08.0 version, up until today.

Audio sync, on the other hand, always worked fine.
Comment 3 Gabriel Gazzán 2025-05-23 00:26:40 UTC
An amendment: currently the actual "Audio streams" switch (the one with the Speaker icon) still works.
I now realize that was the same that was working back in 20.04.1, before the introduction of the Audio Properties tab.

The switch that doesn't work is the checkbox to the left of the each audio stream in the list.
When unchecked, the audio graph in the Clip Monitor shows a line (as if the audio was muted) but the audio still reproduces.
Comment 4 Gabriel Gazzán 2025-05-23 00:27:42 UTC
Created attachment 181668 [details]
Audio Properties settings working status.
Comment 5 Gabriel Gazzán 2025-05-23 04:20:48 UTC
I continued checking the issue...

Well, I must admit those settings indeed do work. 😅
My problem when testing them, was assuming that the effects of changing them will be seen in the Clip Monitor (while I've just discovered that they are only visible (audible) when the clips are in the Timeline).

That's good news, of course, because it means there is nothing wrong with the code (at least in the form of a bug). :)

That said, it makes sense to me that these kind of global clip changes, that affect all instances of the clip in the project, would be seen in the Clip Monitor.
(In fact, the Video Properties settings changes are immediately visible in the Clip Monitor, so that's kind of an inconsistency).

Sorry for the inaccurate report, and thanks for listening!