作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
amixer
有两组命令:
$ amixer -h
...
Available commands:
scontrols show all mixer simple controls
scontents show contents of all mixer simple controls (default command)
sset sID P set contents for one mixer simple control
sget sID get contents for one mixer simple control
controls show all controls for given card
contents show contents of all controls for given card
cset cID P set control contents for one control
cget cID get control contents for one control
通常,我可以通过使用不同的命令来做同样的事情,例如
amixer sset 'PCM' 144
或
amixer cset numid=1,iface=MIXER,name='PCM Playback Volume' 144
两者都可以设置PCM的播放音量。
那么这2组命令有什么区别呢?(cxxx和sxxx)
最佳答案
“控制”是硬件实际实现的东西。
“简单控件”是其之上的抽象;这就是 alsamixer
中显示的内容。
运行 amixer controls
和 amixer scontrols
以查看差异。
关于command - 使用amixer时sset和cset有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48148489/
我已经在 Windows 上使用 mingw64 和 msys 编译了 aspell 以与 enchant 和 pyenchant 一起使用,但我仍然没有任何指令:“aspell dump dicts
我是一名优秀的程序员,十分优秀!