Giter Club home page Giter Club logo

Comments (5)

Sapd avatar Sapd commented on June 4, 2024

Yes, I planned support for other headsets anyway, and already implemented locally the corsair void headset.

You need a usb sniffer which is capable of reading the buffers in memory (I tried wireshark, but it couldn't). USBlyzer was capable of: http://www.usblyzer.com/

Start the software, and check the port of your headset. Then go the driver software, and if you just started it, wait a bit so all packages you don't need are exchanged.

Then try to set Sidetone to e.g. 100. And look for the packages, the packages will look like their sent multiple times, it's because it sniffs on multiple drivers. Look for outgoing packages which have some raw data in the raw data column. Try to set Sidetone to something lower, and again to 100, to see if it's the same raw data when you put it to 100.
If it is, post me the raw data of Sidetone set to 100 and Sidetone set to 0. I also need the data in the URB tab: RequestType, Request, Value, Index.

It should look like this: https://gist.github.com/Sapd/128b9fbba612467485c5

Edit: I also need the vendor and product id, just type lsusb in linux while its plugged in, and post me the line of your device.

from headsetcontrol.

dkadioglu avatar dkadioglu commented on June 4, 2024

Thanks for your reply!

If I didn't make any mistake, here is the requested data:

Sidetone Mute

RawData 01
RequestType 00h
Request 01h
Value 0100h
Index 0700h

Sidetone Unmute

RawData 00
RequestType 00h
Request 01h
Value 0100h
Index 0700h

Sidetone 0

RawData 00 E2
RequestType 00h
Request 01h
Value 0200h
Index 0700h

Sidetone 100

RawData 00 00
RequestType 00h
Request 01h
Value 0200h
Index 0700h

If you need anything else, please ask.

from headsetcontrol.

dkadioglu avatar dkadioglu commented on June 4, 2024

I just saw, that it is possible to configure the sidetone in ALSA already. So it is maybe not necessary to implement support for that. Sorry for the noise and thank you very much for your support.

from headsetcontrol.

Sapd avatar Sapd commented on June 4, 2024

No problem, but its interesting that alsa is including the functionality. Can you control it via pulseaudio?

from headsetcontrol.

dkadioglu avatar dkadioglu commented on June 4, 2024

Actually not, I've got to use alsamixer for that. Here is a screenshot:
da45_alsa

from headsetcontrol.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.