fsbex
fsbex is a library for extracting audio from FMOD sound banks. Only FSB version 5 is supported for now.
Example
Parsing a sound bank, then writing streams to files:
use ;
use ;
Supported formats
fsbex supports encoding stream data for the following formats:
- PCM (8, 16, 24, 32-bit integer)
- PCM (32-bit float)
- Vorbis
Acknowledgements
fsbex would not be possible without these projects:
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.