Displaying 1 result from an estimated 1 matches for "transient_analysi".
Did you mean:
transient_analysis
2018 Jun 29
1
Aborting on NaN in CELT - what are the conditions for crash in transient_analysis
...e
+ lookup a few lines below (id = ...) is likely to crash dur
to an out-of-bounds read. DO NOT FIX
+ that crash on NaN since it could result in a worse issue later on. */
I think I'm exactly in that situation. Opus codec crashes occasionally for
me with Access violation in the transient_analysis function on the line
where it's computing the id from the floating point.
id = (int)MAX32(0,MIN32(127,floor(64*norm*(tmp[i]+EPSILON))));
Could you please provide more info about what could be the crash reason
there?
Regards,
Alex
-------------- next part --------------
An HTML attachment w...