-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix disappearing audio with DS4 wireless dongle #214
base: jay
Are you sure you want to change the base?
Conversation
Hey i have problem with the audio jack too. I have no idea of programming but is it possible that i could exchange the lines and get it to work? Edit: Nope, cant find files, dont know what do to ;D |
I posted a binary release on my github fork here. Feel free to use it at your own risk until this gets looked at by Jays2Kings and he decides to pull it into the main release. |
I'll look into it. I didn't do any testing with the microphone. It
shouldn't be too difficult to fix.
…On 16 December 2016 at 00:03, pankek ***@***.***> wrote:
I downloaded your fix and it works great for audio (rumble doesn't
interfere with the audio anymore - thank you!), but when I run either
version of ds4 it cuts out the mic/recorder functionality. Without ds4
running at startup the controller headset picks up audio, however, once ds4
starts it disables the mic and stays off until I restart my pc, even if I
turn off ds4.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#214 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYRJAWKxATd7bCfp__DXjvc1IGOcHT9ks5rIhuZgaJpZM4K45Yq>
.
|
I’m having an issue with both the official version and your fix where when I boot up either ds4 application the audio becomes softer or cuts out altogether. When I boot up the original ds4 my audio is muted, but is fixed by adjusting my PC’s master volume. This restores normal audio levels and I can continue with it connected to ds4, though the audio does cut in and out every so often mid-game. |
I can confirm pankek's bug after testing with your build, and it doesn't fix the audio cutout with the mic when the rumble kicks in. |
this isnt a clear cut true fix but go to control panel>Devices and Printers right click on the PS4 wireless adaptor (as that is the interface we are using) then click on sound setting, then select headset earphones properties then go to enhancement tab check loudness equalization should the audio feels "copped out" to you, should work also under wired connection but the fork is only built around the bluetooth connection so the rumble issue will still be present with the wired connection |
This should fix #232, #230, #200 and #174. When sending report to DS4 dongle, audio left channel volume and right channel volume was set to 0. This would cause the controller audio to mute. To get around this issue, a very basic implementation of CoreAudio API is added and used to retrieve the current volume for the DUALSHOCK audio device