upipe icon indicating copy to clipboard operation
upipe copied to clipboard

audio_merge: Make audio channel mismatch message verbose

Open kierank opened this issue 6 years ago • 1 comments

It's not an error, there are use-cases for this

kierank avatar Oct 01 '19 19:10 kierank

Since I am working on the pipe I took a quick look at this. AFAICS if you do it in set_flow_def for the subpipes it will print one message for each input until the sum equals the output flow_def, then nothing when equal, then again when greater.

Maybe it is supposed to check that the input urefs match what the input flow_defs say and print a message when they are different indicating some error.

I'm not sure myself so I have just silenced it while I am testing.

JDarnley avatar Dec 05 '19 18:12 JDarnley