Skip to content

Releases: junetried/simple-nus3audio-gui

v0.5.3

04 Jan 13:17
2bf6b8c
Compare
Choose a tag to compare
  • 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

02 Jan 03:37
bff63a5
Compare
Choose a tag to compare
  • Clear bytes_raw when replacing audio
    • This fixes #7
  • Update bytes_raw when saving nus3audio file
    • This can make saving a file multiple times faster
  • Set cursor back to normal when saving to a file is successful
  • Show version in the Help menu
  • Update old username

v0.5.1

22 Dec 10:53
541ab4d
Compare
Choose a tag to compare
  • Fixed a bug caused from calculating loop points based on old sample rate when importing an encoded IDSP or LOPUS file

v0.5.0

21 Dec 22:16
717eb4a
Compare
Choose a tag to compare
  • 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 + = and Ctrl + -, respectively
  • Settings are now written to disk on exit only if the settings have been changed since launch

v0.4.2

21 Apr 19:59
45f5454
Compare
Choose a tag to compare
  • Add binary file support
    • This adds support for files in a nus3audio that are not audio
    • Any file that fails to decode will now fall back to binary format
    • Probably scuffed, if there are any issues please report them

v0.4.1

21 Apr 16:58
7b71329
Compare
Choose a tag to compare
  • Fix bug causing a disabled loop to be considered too short to use

v0.4.0

05 Apr 15:49
f87a064
Compare
Choose a tag to compare
  • 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

14 Feb 14:23
27ae394
Compare
Choose a tag to compare
  • Add menu accelerators
  • Fix not writing correct opus header
  • Write lopus files with constant bitrate
  • Add and remove sounds to a nus3audio
  • Change the name of sounds in a nus3audio
  • Set loop points for idsp and lopus sounds

v0.2.0

10 Feb 07:51
77b1527
Compare
Choose a tag to compare
  • 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

v0.1.2

05 Feb 16:31
5ab5d35
Compare
Choose a tag to compare
  • This time I'm serious that I fixed the Windows resize issue