Hello
My app switches modes quite a bit
When I switch to rapid ears and want timings I was encountering a weird bug
When I want to get the segment times from Rapid Ears I set setRapidEarsReturnNBest to FALSE
(as I know it cannot be used with setReturnSegments or setReturnSegmentTimes)
However, the order that I do this in seems to matter, if I call [setRapidEarsReturnNBest : FALSE] after setting returnSegments and returnSegmentTimes to TRUE then it is as if I had not set setReturnSegments or setReturnSegmentTimes to true at all.
If I call it before setting those values to true, then all is well.
Not sure if this is a bug exactly, could maybe just be fixed with an addition to the experimental tag comment
Putting it here in case it helps somebody else out