HearthSim / UnityPack

Python deserialization library for Unity3D Asset format
https://hearthsim.info/
MIT License
721 stars 152 forks source link

Extract audio samples from AudioClips #2

Closed synap5e closed 8 years ago

synap5e commented 8 years ago

Currently python-fsb5 supports MPEG and Vorbis samples. Unsupported formats will revert to extracting the .fsb.

Due to a bug in python-fsb5 roughly 5% of vorbis samples also fail to be extracted and .fsbs are extracted instead.

Note that vorbis support requires libogg and libvorbis to be installed/on the dynamic library path. If these libraries are not found the .fsb will be extracted instead.