Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop Audio Volume Lowers During Calls (Version >=8.0.0) #7

Open
dtcooper opened this issue May 12, 2021 · 8 comments
Open

Desktop Audio Volume Lowers During Calls (Version >=8.0.0) #7

dtcooper opened this issue May 12, 2021 · 8 comments

Comments

@dtcooper
Copy link

dtcooper commented May 12, 2021

I notice a regression, possibly an undocumented feature that cannot be disabled in version 8.0.0, up from 7.3.0: when a call/session is in progress, Desktop audio lowers significantly. I believe this is called "auto-ducking".

This breaks using Blink for non-standard workflows like sending captured audio from a desktop application like Chrome, iTunes, VLC or Spotify to a call in progress (captured using Rogue Amoeba Loopback or Existential BlackHole). Is there a way to disable this feature?

A temporary fix is to downgrade to 7.3.0.

Thanks!

@dtcooper dtcooper changed the title Desktop Audio Auto-Ducks (Version >=8.0.0) Desktop Audio Volume Lowers During Calls (Version >=8.0.0) May 12, 2021
@dtcooper
Copy link
Author

Possibly related to pjsip/pjproject#2464

@adigeo
Copy link
Member

adigeo commented May 13, 2021

From version 7.3.0 to 8.0.0 there was a huge and sudden change underneath, namely python3-sipimple core switched from using of older PJSIP version to a more recent 2.10.

Thank you for reporting this issue.

@dtcooper
Copy link
Author

Okay, thanks for the info @adigeo. Is the best workaround to continue using 7.3.0 from now, or is there a possible fix I can help with?

@dtcooper
Copy link
Author

This patch against PJSIP fixed what I think is the same problem for the macOS application Telephone.

@adigeo
Copy link
Member

adigeo commented May 13, 2021

We will check the patch, thank you!

@adigeo
Copy link
Member

adigeo commented May 13, 2021

I tried the patch, it does not seem to make any change. The curent version of Telephone app exhibits the same behaviour, once a call starts, the music apps in the background are being silenced to about 10%. Both Blink and Telephone use PJSIP 2.10.

I am not sure where is the code that can be changed to prevent this.

@dtcooper
Copy link
Author

Okay. Thank you very kindly for trying that patch! I'll keep a lookout for how other's have solved this and see if I can come up with anything.

@dtcooper
Copy link
Author

In case this is useful for other people, or provides insight on how to fix this / disable this, I have a workaround injection described here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants