Releases: DasEtwas/enginesound
Releases · DasEtwas/enginesound
enginesound v1.6
enginesound v1.5.3
Add "save file" dialog when starting a recording. This completes enginesound's GUI-only usability.
enginesound 1.5.2
Fixed compilation on windows.
enginesound 1.5.1
Fixes compilation for non-windows targets
enginesound 1.5.0
Updated many crates and fixed crashes on windows. Renamed the panic button, made it red and larger.
enginesound 1.4.1
- Removed SDL2 dependencies completely
- Now using
cpal
as an audio backend (ALSA on linux, ASIO on windows)
enginesound 1.3.0
- Improved frequency domain waterfall, by adding logarithmic scaling and a hamming window.
- Sample rate is now a CLI argument
- Added 6 more examples
- Added example script for fixing compilation of SDL2 on windows
- Slight improvements overall
enginesound 1.2.1
Added a real-time linear FFT waterfall, severely improved audio streaming (now using a buffer), and made code much cleaner
enginesound 1.1.1
Featuring drag-and-drop loading of configs, improved CLI, sample rate independent configs, less panicking, but more exiting, and a brand new file extension for configs (.esc)!
First release
Be sure to add SDL2.dll next to the windows executable to run it