Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@calmcl1 calmcl1 released this 17 Oct 07:36
· 258 commits to master since this release

Added a few handy features - headless usage, samplerate specification, and more! Details below:

Added

  • Added support for using chronicle without a terminal
  • Added support for FLAC (currently VBR only)
  • Added support to specify samplerate
  • Added support to select channels on multi-channel devices
  • Added support to resize the window reasonably well (Unix only, this is not supported on Windows, as SIGWINCH does not exist)

Fixed

  • Fixed issue where using -l with no available audio devices would throw an error
  • Corrected error warning string formatting
  • Disallowed user from attempting to record more than two channels when using MP3

Changed

  • Switched to CMake-based build system, removed most platform-dependent CI scripting