briankendall / proxy-audio-device

A virtual audio driver for macOS to sends all audio to another output
The Unlicense
514 stars 33 forks source link

Low level built-in Microphone #27

Closed ducasebas closed 1 year ago

ducasebas commented 1 year ago

Input level is very low using my built-in microphone (the slider is turned all the way up).

When I use my iPhone (type is Continuity Camera) as Input device the input level is normal.

When I uninstall PAD the issue is gone.

briankendall commented 1 year ago

Honestly I don't know how the proxy device could affect the levels of your built-in microphone. It's its own independent audio device, and only an output device at that, so it shouldn't have any affect on input devices. Which apps are you experiencing this issue in? And which version of macOS are you running?

ducasebas commented 1 year ago

I understand it shouldn't have any affect on input devices. I'm experiencing this issue in Audacity and with a Facetime call. MacOS version is 13.3. Just to clearify, there is some input, just a very low level one.

briankendall commented 1 year ago

Do you have any other microphones or other audio input devices you can try out? I'm curious if anything else is affected.

ducasebas commented 1 year ago

I just used the port install way, and everything seems to work! I suppose I made a mistake in manually installing.

Thanks for helping me out, great software!

On 6 Apr 2023, at 19:33, Brian Kendall @.***> wrote:

Do you have any other microphones or other audio input devices you can try out? I'm curious if anything else is affected.

— Reply to this email directly, view it on GitHub https://github.com/briankendall/proxy-audio-device/issues/27#issuecomment-1499400537, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQGDNIA4XNPUX7JBLDIRTSDW7345DANCNFSM6AAAAAAWO4HGPY. You are receiving this because you authored the thread.

briankendall commented 1 year ago

Okay, glad you got it worked out!