Bart Van Loon

Results 50 comments of Bart Van Loon

ok, some minor changes needed to be made, all grouped in #39 - ready to be pulled

In some samples, I needed `CREATESOUNDEXINFO`. I believed the only way to create such a structure was to import it from structure_declarations, but it seems I was wrong, indeed. The...

That's interesting. Here's what I'm getting, in more detail: - `tests/test_channel.py::test_cone_orientation` fails with the following message: E assert [1.7410261011..., 1601833.125] == [0.0, 1.0, 1.0] E At index 0 diff: 1.7410261011059725e-19...

ah, yes, I'm testing with version 2.1 of `libfmod` and `libfmodstudio`

yes, so maybe not a bug, but a breaking API change? perhaps we should ask FMOD directly then?

forwarded the issue to FMOD: https://qa.fmod.com/t/different-cone-orientation-on-linux-and-windows/16972

apologies, I do mean 2.01 as referred to on the FMOD download page as well. In the documentation however, FMOD itself refers to a version 2.1. That's why I got...

https://qa.fmod.com/t/different-cone-orientation-on-linux-and-windows/16972/2

I'll test soon. Don't worry about the time; we're all doing this in our limited spare time. :-)

Yes! That indeed fixes it. How great. :-) Now, we got a bit off topic here of course. The segfault is still there, but the cone_orientation stuff testing passes just...