Érico Porto

Results 67 comments of Érico Porto

The only way for this to run in MacOS and Windows is if it's converted to a JavaScript Action.

thanks, ended up forking that and using it.

> downmix to a single point in space, essentially becoming mono Uhm, this means any stereoness from the original sound is lost? Essentially I would like to pass all sounds...

About [HRTF](https://github.com/LWJGL/lwjgl3/blob/a9ec74f2d7c831b4d6600af0860f49be236f255b/modules/core/src/test/java/org/lwjgl/demo/openal/HRTFDemo.java), found an interesting example code that rotates a sound around the listener, that helped me understand the effect. I think for HRTF in particular it would be best...

Hey, I took a read at openAL Soft implementation and they reference this blog post in their source code: http://blogs.zynaptiq.com/bernsee/pitch-shifting-using-the-ft/ , at step "7. The Code" there's a good explanation...

Hey, I am interested in a CMake version of libserialport, did you solve this eventually?

I think the patch code is wrong, from the error message in the commit message, there's no need for it. ``` /usr/local/include/SDL2/SDL_atomic.h:243:28: error: '__ARM_ARCH__' is not defined, evaluates to 0...

Hey, does this script has to be perl based or can it be python based? We have [one here](https://github.com/adventuregamestudio/ags/blob/master/Script/push_version.py) that would possibly be very simple to adapt for SDL2 source,...

SDL_JoystickGetDeviceIndexFromInstanceID would be useful for someone who is managing references in a scripting object oriented language and making a glue to SDL in the backend.

I can reproduce this I think, at least I am seeing a difference, I now have to insert key-enter-key-enter-... on my Android keyboard, before each key would be directly sent...