question

IGoFrankyLin-0859 avatar image
0 Votes"
IGoFrankyLin-0859 asked TeemoTang-MSFT commented

How to change mic boost volume?

I can setup mic volume by "SetMasterVolumeLevel()", is there any way to setup the mic boost volume?

windows-10-generalwindows-10-setup
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

If you get help from our reply, please click "Accept Answer" on a reply to help other community members find the helpful reply quickly.
If you resolve issue using your own solution, please share your experience and solution here. It will be very beneficial for other community members who have similar questions.

0 Votes 0 ·
TeemoTang-MSFT avatar image
0 Votes"
TeemoTang-MSFT answered

For development related question, you’d better ask for help from github forum.
GitHub - AndreMiras/pycaw: Python Core Audio Windows Library
https://github.com/AndreMiras/pycaw

The Windows 10 general and Windows 10 setup tag in Q&A forum is used for discussing Windows 10 built-in features and Windows 10 setup/deployment related question.
The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn.
Thanks for your understanding and cooperating.


If the Answer is helpful, please click "Accept Answer" and upvote it.
Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Castorix31 avatar image
0 Votes"
Castorix31 answered TeemoTang-MSFT commented

You can see the code in this thread, enumerating parts, like "MIC Boost"


· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for your response, I can get the "render" volume by the reference codes; but my purpose is get "capture" boost volume, is there anything necessary besides below change?

hr = enumerator->EnumAudioEndpoints(EDataFlow::eCapture, DEVICE_STATEMASK_ALL, &devices);

eRender => eCapture

FrankyLin

0 Votes 0 ·

Hi FrankyLin,
Coding is out of scope on Windows 10 Setup and Windows 10 general Q&A forum, in order to help you deal with issue, please post your code question on github forum, thanks for understanding and cooperating.

0 Votes 0 ·