python-fsb5 icon indicating copy to clipboard operation
python-fsb5 copied to clipboard

Library and tool to extract audio from FSB5 (FMOD Sample Bank) files

Results 13 python-fsb5 issues
Sort by recently updated
recently updated
newest added

i wanna parse information in fev file, any suggestions? thanks in advance

Extracting Stereo PCM allocation need to use `sample.channels`. Otherwise, only Mono PCM works, or only the first half of the Stero PCM got written.

I don't remember when, but python3 changed relative import behaviour - I was getting an `ImportError` on the `from . import vorbis` line.

I don't know how github releases are usually supposed to work, but I noticed that in [here](https://github.com/HearthSim/python-fsb5/releases/tag/b7bf605), the "fsb5" folder between the source code release (`python-fsb5-b7bf605.zip`) and the standalone program...

python extract.py -o a 8013_1.fsb Traceback (most recent call last): File "extract.py", line 131, in main() File "extract.py", line 127, in main exit(app.run(sys.argv[1:])) File "extract.py", line 121, in run self.handle_file(f)...

I implemented and tested PCM float.

I've noticed vorbis samples with 3+ channels just come out as a garbled mono mess. Is there any way to fix this?

https://svn.xiph.org/trunk/vorbis-python/ Maybe this could fix #4 too...

Hello, I'm trying to retrieve .ogg's from .fsb files extracted from Deus Ex: Mankind Divided, using your program (64-bit version). While most of them process correctly, some of files produce...