Linux 播放网易云音乐(树莓派)
生活随笔
收集整理的這篇文章主要介紹了
Linux 播放网易云音乐(树莓派)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
sudo apt-get install python-pip
sudo apt-get insyall python-dev mpg123
sudo pip install Netease-MusicBox
musicbox
退出:"q"
網易云音樂 > 幫助
0. 'j' Down 下移
1. 'k' Up 上移
2. 'h' Back 后退
3. 'l' Forward 前進
4. 'u' Prev page 上一頁
5. 'd' Next page 下一頁
6. 'f' Search 快速搜索
7. '[' Prev song 上一曲
8. ']' Next song 下一曲
9. ' ' Play/Pause 播放/暫停
#!/bin/bash SOUND_NAME="PCM"setVolume() {sudo amixer set $SOUND_NAME $1% }for n in $(seq 64 90);do setVolume $n;sleep 10;done
平滑降低音量
?Musicbox項目地址
https://github.com/darknessomi/musicbox
個人版本
git clone https://github.com/cloudswave/musicbox.git
cd musicbox
python setup.py install
?
轉載于:https://www.cnblogs.com/Mrhuangrui/p/8232824.html
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的Linux 播放网易云音乐(树莓派)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 今日浅谈循环 for与while
- 下一篇: [LeetCode] 67. Add