Timothée Lecomte
Timothée Lecomte
A roadmap of the possible next steps for Friture: 1. Move every visuals to QML and QQuickItem 2. Turn around the whole app and make it a QML-based app instead...
## From Tammy: Hi, Friture is amazing application, thakns for build! I am just missing some converter to note, like 220Hz means A3 and so on. Would be very usefull,...
The automated versioning currently takes major and minor from the git tag, but leaves build and patch unset. This causes issues when testing the msi installers, because the version need...
See: http://m1el.github.io/woscope-how/ http://blog.hvidtfeldts.net/index.php/2011/07/plotting-high-frequency-functions-using-a-gpu/
Unlike other visualizations, the scope has no setting to adjust the y-axis range. Many times, the input signal has a very low amplitude, which makes it hard to see in...
Audacity is patching PortAudio to get audio loopback: https://github.com/michaelni/audacity/blob/master/lib-src/portaudio-v19/wasapi-loopback.patch https://app.assembla.com/spaces/portaudio/git/source/master/src/hostapi/wasapi/pa_win_wasapi.c
Export
Feature request: export the numerical data from the realtime FFT, and other widgets. This would allow users to store measurements, show how they have changed over time, and for example...
Publish announcements for audio related communities (PyQwt: done).
Performance: on Linux (at least), there is an unsatisfying large CPU usage coming from python and Xorg to be investigated.
Numexpr
Investigate the use of Numexpr to speed up some Numpy expressions (I think of abs() and log10() for example). http://code.google.com/p/numexpr/