Skip to content

Releases: FaintWhisper/wasabi

Version 0.4 (alpha)

29 Aug 17:25
Compare
Choose a tag to compare
  • Volume of the audio session is now also printed to the screen.
  • Now it is possible to change the volume of the audio session using the "up" arrow. key to increase it and the "down" arrow key to decrease it.
  • The display of playback information on screen has been greatly improved.
  • Now the streaming of audio data to the output device is properly interrupted when the playback is paused.

Version 0.3 (alpha)

20 Aug 22:40
Compare
Choose a tag to compare
  • Refactored code.
  • Added the possibility to pause and resume the playback using the spacebar.

Version 0.2 (alpha)

05 Aug 21:00
Compare
Choose a tag to compare
Version 0.2 (alpha) Pre-release
Pre-release
  • Removed unnecessary and repeated logs.
  • Duration of the audio as well as the playback time are now printed to standard output.
  • Fields of the audio file format header as well as the ones contained in the fmt and data subchunks are now stored as public members inside the WAVReader class so they can be easily accessed from outside.
  • Updated README.md.