在 KDE(Ubuntu 13.10)中,最简单的方法是什么,为默认播放设备提供一个简单的单旋钮音量控制?目前,任务栏中有 kmix,它显示 3 个音量滑块,没有任何其中实际上控制默认播放设备的音量。(我必须点击“混音器”,查看各种播放设备并找到“内置音频模拟立体声”。)
在那些需要查看每个播放设备和流的罕见情况下,kmix 很棒,但对于其他 99% 的时间,当我只想调低音乐音量时,一个简单的任务栏音量滑块会很有帮助。谢谢!
答案1
KMix 后端
在 KDE(Ubuntu 13.10)中,为默认播放设备提供简单的单旋钮音量控制的最简单方法是什么?......“内置音频模拟立体声。”)
KMix 支持多个后端:Kmix 博客:http://kmix5.wordpress.com/还有一个较老的话题:http://kmix5.wordpress.com/2011/12/30/winter-of-69-welcome-kmix-v4/
要获取“内置音频模拟立体声”选项:
右键单击 KMix 并选择“退出”
将 PULSEAUDIO 添加到 kmixrc 作为后端。可以使用以下命令完成此操作:
kwriteconfig -file kmixrc -group Global -key Backends -type string PULSEAUDIO
再次启动 KMix - Alt + F2 和命令 kmix。
KMix 现在应该从 pulseaudio 后端启动:
点击扳手图标
并且只选择‘播放设备’。
此后,KMix 应该只提供“内置音频模拟立体声”选项。这里确实有。
其他搅拌机
Veromix:http://kde-look.org/content/show.php?content=116676。Veromix 也在 Ubuntu 存储库中(plasma-widget-veromix)。
ALSA 音量控制等离子体:http://kde-apps.org/content/show.php/?content=138990
关于 kwriteconfig
kwriteconfig --help
Usage: kwriteconfig [Qt-options] [KDE-options] [options] value
Write KConfig entries - for use in shell scripts
Generic options:
--help Show help about options
--help-qt Show Qt specific options
--help-kde Show KDE specific options
--help-all Show all options
--author Show author information
-v, --version Show version information
--license Show license information
-- End of options
Options:
--file <file> Use <file> instead of global config
--group <group> Group to look in. Use repeatedly for nested groups. [KDE]
--key <key> Key to look for
--type <type> Type of variable. Use "bool" for a boolean, otherwise it is treated as a string
Arguments:
value The value to write. Mandatory, on a shell use '' for empty