HearthSim / python-fsb5

Library and tool to extract audio from FSB5 (FMOD Sample Bank) files
https://hearthsim.info
MIT License
133 stars 38 forks source link

Fix vorbis decode for unknown CRCs #8

Closed robert-nix closed 7 years ago

robert-nix commented 7 years ago

Switch to using header setup packets as dumped from a binary. The blocksizes are always the same values, 256 and 2048.

Fixes #4.