Jan Arnold
Jan Arnold
oh, colorfull :) well you can always single out one metric by clicking on it in the legend, or ctrl+click for multiple selections. If i find some time I will...
Correct me if I'm wrong, but the only per user metric that is extractable, is how much memory is used. I am not able to find a metric for percent...
If somebody has the same problem I had. I was initializing it in the MainWindow's ctor but it did not show for me. Only after moving it to e.g. Window_OnLoaded:...
I calculate it in ms like this: `var duration = wav.data.chunkSize * 1000 / wav.fmt.blockAlign / wav.fmt.sampleRate / wav.fmt.numChannels;`