
Publisher
timoschwarzer
Audio Haptics
This native extension (GDExtension) for the Godot Game Engine allows you to use audio based controller haptics as found on DualSense or Switch Pro controllers on desktop platforms. Supported Controllers: - DualSense - DualSense Edge (untested) Supported Operating Systems: - Linux with PipeWire - Linux with PulseAudio - Windows (untested) Usage: 1. Download the latest release of the extension and add it to your project 2. Create a new audio bus, mute it and add the ControllerHaptics effect to ...
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Godot Audio Haptics
This native extension (GDExtension) for the Godot Game Engine allows you to use audio based controller haptics as found on DualSense or Switch Pro controllers on desktop platforms.
Supported Controllers
- DualSense
- DualSense Edge (untested)
Supported Operating Systems
- Linux with PipeWire
- Linux with PulseAudio
- Windows (untested)
Usage
- Download the latest release of the extension and add it to your project
- Create a new audio bus, mute it and add the
ControllerHaptics
effect to it - Play audio on the newly created haptics bus
Support the author
If you like this extension, consider sponsoring my open source work with either one-time or recurring donations. Thank you!
License
See also
- miniaudio by David Reid
- GDExtension CMake Template by Andy Maloney