Code Monkey home page Code Monkey logo

Comments (7)

Sapd avatar Sapd commented on July 19, 2024

Hello,
that is a real weird behavior. It would mean, that the Windows software waits for an interrupt, when the mic is put down again and re-sets it's sidetone.

Fixing it, would mean further packet logging is needed. However maybe a simple trick works. You could try setting the sidetone while the mic is up and see whether something weird happens.

If not, you could try setting it every second, like this:
while sleep 1; do HeadsetControl -s 100; done
(Interrupt with CTRL+C)

from headsetcontrol.

alete89 avatar alete89 commented on July 19, 2024

while sleep 1; do HeadsetControl -s 100; done this makes sidetone work for "a millisecond" and then go away every second. The same if i do sleep 5 it works for an instant ant then stops for 5 seconds.

However maybe a simple trick works. You could try setting the sidetone while the mic is up and see whether something weird happens.

setting sidetone while the mic is up does nothing. It says "success!" but sidetone is off when i pull the mic down again.

from headsetcontrol.

alete89 avatar alete89 commented on July 19, 2024

I just discovered that sidetone also goes away and doesn't turn back after headphones suspend (after some minutes without listening to anything). You can wake them up with the volume scroll, but sidetone doesn't come back.

from headsetcontrol.

alete89 avatar alete89 commented on July 19, 2024

Mi linux driver-development skills are null, but I like the challenge, I'm logging the devices ISR right now, hoping that I can identify the one that would trigger the sidetone on again. If I make it, I would love to integrate it with your work.

from headsetcontrol.

alete89 avatar alete89 commented on July 19, 2024

It doesn't seem like headset is sending any data when you mute or unmute from either lifting and pulling the mic or pressing the button. I can't intercept any packet when I raise or low volume with the wheel. Maybe I'm doing something wrong. Any advice?

from headsetcontrol.

Sapd avatar Sapd commented on July 19, 2024

I can't intercept any packet when I raise or low volume with the wheel.

These packets are sent over the audio interface, so you won't see anything if you don't listen to it. (However looking into this interface also doesn't make sense)

It doesn't seem like headset is sending any data when you mute or unmute from either lifting and pulling the mic or pressing the button.

That is however weird, maybe false interface?

Make sure, that you capture while you are in Windows and the Headset Software is open.

from headsetcontrol.

alete89 avatar alete89 commented on July 19, 2024

Make sure, that you capture while you are in Windows and the Headset Software is open.

I arrived to this conclusion after some hours (lol at me). I couldn't get this done through a VM, anyway. So I guess I'll try again in a Windows host. Thanks!

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.