OpenVokaturi 1.2
// 3 September 2016
We added Vokaturi_setRelativePriorProbabilities () to allow for worlds where not all of the five emotions are equally likely, and Vokaturi_reset () to start with an empty slate, as long as the sampling frequency and buffer length stay the same (this is faster than doing Vokaturi_destroy followed by Vokaturi_create).
There were also some bug removals: a "NaN" that did not work on all compilers was removed, and a potential crash after recording for a long time was repaired.