Releases: ic-scm/openrevolution
Releases · ic-scm/openrevolution
2.8.1
2.8.0
Openrevolution library:
- Added support for reading IDSP files.
- Added support for writing BCWAV and BFWAV files.
- Bug fixes and improvements.
- Developers: Added a
brstm_init()
function, please refer to the documentation.
brstm_converter:
- Minor improvements and bug fixes.
brstm_rt:
- Track mixer is now always enabled for multi-track files.
- Other improvements to the user experience.
Windows builds are not yet available, please continue using version 2.7.0.
2.7.0
- Added support for reading BCWAV and BFWAV files.
- brstm_converter: Added "--oCodec same" option, for saving the output file with the same audio codec as the input file.
- Added warning flags and codes in the library.
- Improvements in brstm_rt and other bug fixes.
Windows builds available at https://st.eol.pw/openrevolution/
Note: You might need to run the brstm_converter Windows .exe file in Windows compatibility mode.
2.6.0
Small improvements.
From v2.6.0-pre.1:
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
2.6.0-pre.1
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
2.5.2
2.5.1
BCSTM/BFSTM encoder
- BCSTM and BFSTM encoding support
- Track information support in BCSTM/BFSTM
- Added byte order option in encoder (--oEndian in brstm_converter)
- Other improvements and bug fixes