Skip to content

2.6.0-pre.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ic-scm ic-scm released this 20 Nov 14:44
· 49 commits to master since this release

brstm_converter:

  • Track mixing options (--mix-tracks)
  • Other improvements and bug fixes

brstm_rt:

  • Optional track mixer for multi-track files (--enable-mixer)
  • New improved user interface
  • Other improvements and bug fixes

openrevolution library:

  • Proper support for reading and writing BRSTM files with PCM audio
  • Added memory getBaseInformation function (brstm_getBaseInformation)
  • Added alternative functions for getting codec and format strings (format/codec code can be directly passed as argument instead of the full Brstm struct pointer)
  • Better checks and corrections for invalid information from files
  • Better error handling in brstm_fstream functions, new brstm_fstream_safe_getbuffer function
  • Many improvements and bug fixes