JoeHill11 / xbox360wirelesschatpad

Automatically exported from code.google.com/p/xbox360wirelesschatpad
0 stars 0 forks source link

Possible Headset Support #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Seeing how well this project works, I'd like to see headset supported later on. 
This would be a nice addition

Original issue reported on code.google.com by kytechne...@gmail.com on 31 Dec 2013 at 5:37

GoogleCodeExporter commented 9 years ago
I'm going to make this as Accepted as I think its a good idea. However, please 
understand that I currently do not have a headset to work with and therefore 
cannot develop that component on my own. Perhaps another developer will see 
this and offer assistance!

Come on open source community... :)

Original comment by ksbarnes@skyag.net on 4 Feb 2014 at 2:54

GoogleCodeExporter commented 9 years ago
I just realized that I have a headset and will play around with this idea later 
on.

Original comment by kytechne...@gmail.com on 8 May 2014 at 10:14

GoogleCodeExporter commented 9 years ago
Do you know how to send the audio to the headset jack IF you had a virtual 
audio device to hook into for this?  Or perhaps WasapiLoopbackCapture or 
something like http://winmm.codeplex.com/ could be used? (the former is only 
usable in Vista+ is unfortunately though).

Original comment by buck.jef...@gmail.com on 28 Sep 2014 at 5:19

GoogleCodeExporter commented 9 years ago
At this time no I don't. I believe the audio is send digitally and then 
converted to analog in the controller. It probably uses a standard USB audio 
protocol to a specific endpoint in the receiver, but I'd have to look first. I 
can do more from there after finding out how the audio is sent to the 
controller.

Original comment by kytechne...@gmail.com on 28 Sep 2014 at 10:31

GoogleCodeExporter commented 9 years ago
I could be totally off track here (just poking around) but it looks like there 
is 8 endpoints on the receiver - 4 of those (1,3,5,7) are for the controller 
functions - is it possible that the endpoints 0,2,4,6 are for the headset?  Or 
do you know yet what those endpoints are for?  That might be a better question.

Original comment by buck.jef...@gmail.com on 29 Sep 2014 at 6:43

GoogleCodeExporter commented 9 years ago
I talked to Vincent Burel who made VB-Cable and he said that for a $20 license 
there is a API that you can use to connect to VB-Cable and oull data to your 
application.  Going to try and get a few more details from him but that might 
be another possibility as it's a virtual audio device - just would need to find 
out how to pipe that to the controller. 

Original comment by buck.jef...@gmail.com on 29 Sep 2014 at 3:41