从 C 代码设置 ALSA 主音量
我一直在寻找一个简单的 C 代码示例来设置 ALSA 混音器的主音量,但找不到任何简单的内容来完成这个所谓的常见操作。
我对 ALSA 完全不熟悉,所以制作我自己的最小示例需要时间。如果有人能提供一个,我会很高兴。
I've been looking for a simple C code example to set the master volume of the ALSA mixer but could not find anything simple for this supposedly common operation.
I'm totally unfamiliar with ALSA, so making my own minimal example will take time. I would be happy if anyone could provide one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下内容对我有用。参数体积应在 [0, 100] 范围内给出。请注意,没有错误处理!
The following works for me. The parameter volume is to be given in the range [0, 100]. Beware, there is no error handling!