nefarius / ViGEmBus

Windows kernel-mode driver emulating well-known USB game controllers.
https://docs.nefarius.at/projects/ViGEm/
BSD 3-Clause "New" or "Revised" License
3.14k stars 289 forks source link

ds4 bluetooth audio sound support (working piece of the code) #61

Open AKikhaev opened 3 years ago

AKikhaev commented 3 years ago

Hello! There are working piece of code, detail reverse engineering report with example how to implement that audio play through dual shock 4 controller

https://translate.google.ru/translate?sl=ru&tl=en&u=https%3A%2F%2Fhabr.com%2Fru%2Fpost%2F302356%2F (translated)

https://habr.com/ru/post/302356/ (original)

Can you please implement that audio device inside ViGem driver or separated driver?

mirh commented 3 years ago

That was already kind of discussed plenty of times. The latest developments are in https://github.com/Ryochan7/DS4Windows/issues/1268

I'm not really sure if this fits the universal bus though.

nefarius commented 3 years ago

Thanks for bringing attention to that issue.