Releases: junetried/simple-nus3audio-gui
Releases · junetried/simple-nus3audio-gui
v0.5.3
- Update dependencies
- No longer convert samples position to f64
- Don't clear raw bytes when loop hasn't changed in properties
- This is a bug fix
- Add env_logger and logging in code for debugging
- Default level is error globally and warn for simple-nus3audio-gui
- How to use it
- Set bytes_raw from the encoded file being read and not from wav
- This is a bug fix
v0.5.2
v0.5.1
v0.5.0
- Redid the implementation for binary files
- Items will now store both binary data and audio (if applicable) in memory
- The list will now show the status of files that haven't been en/decoded in memory
- Changing the extension of an item will drop the binary data associated with it, be careful!
- Marginally less likely to be scuffed than the last release
- Edit→Add sound and Remove selected sound now both have keyboard shortcuts
Ctrl + =
andCtrl + -
, respectively
- Settings are now written to disk on exit only if the settings have been changed since launch
v0.4.2
v0.4.1
v0.4.0
- Playback of audio loops automatically when audio has loop points
- Position bar can now be used to seek (click and drag)
- Play button can now be used to pause currently playing audio
- New optional dependency (vgmstream) enabling faster decode and reading loop points from existing audio
- The replace audio browse window now starts at the path of the last item you opened
- Files without a format, or empty files, no longer prevent saving a nus3audio
- Warning when trying to exit before saving changes
v0.3.0
v0.2.0
- Fixed a small bug with file extensions having two periods
- Add idsp and lopus to filter
- Change VGAudioCli download link (latest GitHub release was older than lopus support)
- File list shows the extension of the nus3audio file
- No longer store encoded file in memory, instead convert it as it is used
- As a side effect, opening a nus3audio file will delay while converting everything inside
- Busy cursor indicator for tasks that can take a while
- Edit → Stop to stop playing audio
- Fix issue running a VGAudioCli path with spaces in the path
- Add
vgaudio_cli_prepath
to Settings, meant for non-Windows platforms