Releases: FaintWhisper/wasabi
Releases · FaintWhisper/wasabi
Version 0.4 (alpha)
- 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)
- Refactored code.
- Added the possibility to pause and resume the playback using the spacebar.
Version 0.2 (alpha)
- 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.