pyfmodex icon indicating copy to clipboard operation
pyfmodex copied to clipboard

Python bindings for fmod ex sound library.

Results 11 pyfmodex issues
Sort by recently updated
recently updated
newest added

So, as an overview, here's the current state of the sample code in the documentation with regards to the upstream samples: - most work perfectly fine, except for the ones...

After completing the API documentation in #33 , I'd like to add some more user friendly documentation like `how to get started`, `installation`, etc... Now, I'm a fairly new an...

Technical question: why are some structures defined completely in `structures.py` and others partially in `structure_declarations.py`? Just asking as it makes importing them more of a hassle, since one needs to...

Running `pytest` on my system (Linux 64bit) with the latest libfmod libraries (version 2.1) results in some failed tests: - tests/test_channel.py:25 - tests/test_channel_group.py:33 but, most notably, in a consistent segfault...

Proposal for testing: We need to test for various platforms, various Python versions and various FMOD releases. I can set up something like tox to take care of some of...

This is the place where the current progress of the wrapping of the Studio API can be seen. Note that the getById methods which take a GUID will not be...

The fmodex api has a function to read data from a sound object (e.g., to calculate RMS, or otherwise process it). But this doesn't seem to be mapped in pyfmodex....

Hi, this is a great resource, so first of all: thank you! I don't know if this is because the project is still being developed, a bug or me being...

Thanking you for your project, I would like to ask if you can give me an example using the seek method, to forward or reverse playback. The request is motivated...