Vincent L.

Results 16 comments of Vincent L.

> Steam games under Proton works, so this is not a proton issue. This isn’t true in general. Proton isn’t perfect; it’s remarkably compatible with many games, but there are...

The current code for drawing a waveform includes a bitmap format conversion that's probably quite slow and really shouldn't be there. ```cs // VorbisWaveformVisualiser.cs private ImageSource _Draw(double height, double width,...

added an option to display a spectrogram of the audio file. need to add a toggle in settings to enable/disable it.

toggle added. performance issues (mem usage) should be investigated later

that's interesting (and a bit weird). did you just use the visual studio profiling tools for that?

it's definitely an issue concerning the CPU. FFTs are optimised very well for processors so the spectrogram will happily use up as many CPU resources as allowed, but with something...