Trouble setting volume dynamically #2159
Answered
by
pschatzmann
EpiEndless
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Sep 8, 2025
Replies: 1 comment
-
Use the log level info (or debug) to figure out what is happening... Somehow you access a vector at a position that does not exist. Maybe this is related to a changing number of channels ? ps. I committed a correction, but I am not sure if it covers your special case w/o having further details... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the log level info (or debug) to figure out what is happening...
Provide the backtrace to find out what code path is causing this.
Somehow you access a vector at a position that does not exist. Maybe this is related to a changing number of channels ?
ps. I committed a correction, but I am not sure if it covers your special case w/o having further details...