Audio volume level increases automatically when using record function in MATLAB?
显示 更早的评论
I have the Windows system volume set to 50%, but I see the volume automatically increase to around 100% when I use the record function in MATLAB. It returns back to the previous level only after I call the stop function.
% System volume is currently set to 50%
rec = audiorecorder;
record(rec); % System volume increases to close to 91%
stop(rec); % System volume returns back to 50%
Is there a way I can prevent this from happening?
回答(1 个)
MathWorks MATLAB Hardware Team
2022-6-29
编辑:MathWorks MATLAB Hardware Team
2022-6-29
0 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
