淡泊以明志,寜靜以致遠

Archive for 08月 6, 2011

show lyric for deadbeef 显示歌词

修改自 http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=339043 1楼 感谢wiewi 为简洁起见,我把主体和函数分开了。 我只是修改很少的一部分。函数我还没看完呢。:-( 比较难的可能是如何获取播放状态吧。 下面是 Deadbeef music player 的一个问题。 I haven’t looked at DeaDBeeF’s command line options, but is there one that will output its status? Then you’d just need a script with an if conditional: !#/bin/bash if `deadbeef –state` = “PLAY” #replace this with whatever code is necessary to find out [...]

fceux/xmame没有声音之dsp解决之道

fceux/xmame 这两个的特点都是使用SDL引擎。 本人目前使用的声音架构是ALSA+puleaudio 我在~/.zshrc里配置了以下内容。 export SDL_AUDIODRIVER=dsp 设定使用/dev/dsp,结果找不到设备,搜索。找到解决之道。要添加模块snd-pcm-oss, 默认没有添加 在/etc/rc.conf载入模块设定里添加snd-pcm-oss,修改后的内容为 MODULES=(fuse snd-pcm-oss !usblp) 立即生效的做法 参考资料: http://wiki.debian.org/SoundFAQ Error: audio: /dev/dsp: No such file or directory If the audio mixer application is reporting that no mixer is available, or gives an error: audio: /dev/dsp: No such file or directory It is necessary to load the snd-pcm-oss module.

加关注

Get every new post delivered to your Inbox.