Dualsense Controller Audio and Haptics on PC build in unity

Hello,

I am working on Unity project and utilizing FMOD for audio management. I have successfully implemented the audio output and haptic feedback for the DualSense Controller on PlayStation build. However, I’m encountering challenges in replicating this functionality on PC build.
Specifically, I am looking to
1: Play Audio: Direct audio output through the DualSence controller speakers on PC build.
2: Trigger Haptic: Activate the controller haptic via audio.

I have explored the FMOD and Unity documentation but haven’t found the clear guidance on achieving this on PC.

Has anyone managed to implement these features or does anyone have suggestions or resources that could help.

Thank you!

Hi,

Unfortunately, controller vibration is only supported in console builds: FMOD Studio | Mixing - Port Buses. It is possible to test it in FMOD Studio.

I have made a note to improve documentation around this. Thank you for bringing this to our attention.

Hello,
according to my exploration this is not supported by Unity or Fmod on Windows platform.

But you can manage it by wrap Sony’s static Pad library into dll.
Then use Fmod’s sound.readData() to get wav data and send it to yours dll as audio for haptic feedback.

Best
Milan