{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/18"},{"label":"Games/Entertainment","url":"https://skillfed.io/packages/category/games-entertainment"}],"enrichment":{"capability":"Extracts and exports audio from FMOD sound bank files (FSB format) to WAV format, with pre-bundled FMOD Engine 2.00.10 libraries for cross-platform use.","skillfed_tags":["audio-extraction","fmod-integration","game-assets"],"use_cases":["Extract audio tracks from game sound banks for analysis, remixing, or archival purposes.","Batch convert FSB files to WAV for use in audio editing or post-production workflows.","Integrate FMOD sound asset extraction into game modding or asset management tools.","Migrate audio from legacy FMOD-based projects to standard WAV format for compatibility.","Automate sound bank processing in game development pipelines without manual library setup."],"what_it_does":"fmod_toolkit is a Python wrapper around FMOD Engine 2.00.10 that converts FMOD sound bank files (FSB format) into standard WAV audio files. It bundles pre-compiled FMOD libraries for Windows, macOS, and Linux, eliminating the need to manually install FMOD separately. You load FSB binary data, specify output parameters like channel count and sample rate, and iterate over the resulting WAV files to save them to disk.\n\nThe package depends on pyfmodex for the underlying FMOD bindings. It supports FSB files but does not yet handle RIFF-based .bank files. You can override the bundled FMOD library by setting the PYFMODEX_DLL_PATH environment variable, which is useful on unsupported platforms. The bundled Linux libraries have their executable stack flag cleared for security.","worth_installing":"Yes, if you need to extract audio from FSB files and are comfortable with the FSB-only limitation. The MIT license is permissive, install friction is manageable with pre-built wheels, there are no known vulnerabilities, and the package is actively maintained. Not worth installing if you need to work with RIFF-based .bank files or require support for FMOD versions other than 2.00.10."},"id":"fmod-toolkit","links":{"html":"https://skillfed.io/packages/fmod-toolkit","md":"https://skillfed.io/packages/fmod-toolkit.md","pypi":"https://pypi.org/project/fmod-toolkit/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-10-03","license_spdx":null,"license_treatment":"permissive","name":"fmod-toolkit","python_support":"supports_current","summary":null},"popularity":{"monthly_downloads":136587,"position":11391,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.3"}
