anhoder
anhoder
I also encountered this problem on M1 mac
没安装mpg123或者没有配置环境变量 你试下能不能在命令行直接使用mpg123
身边暂时没有linux设备😂
[v3.0.1](https://github.com/anhoder/go-musicfox/releases/tag/v3.0.1)优化了MacOS下的睡眠响应,其他系统暂时没有好办法
WSL可以将音频信号转发给Windows,有兴趣可以参考[我的实现](https://github.com/AlanAlbert/wsl-audio-musicbox)或[musicfox](https://github.com/AlanAlbert/musicfox)
Looking forward to this feature👀
Try my [site](https://anhoder.github.io/media/excalidraw/).😄
我倒觉得应该推送这首歌的原始歌词内容(包含每句歌词的时间信息),而不是解析后的纯歌词文本 显示方可以进行解析,然后根据时间定位显示某句歌词
不应该使用单行歌词进行更新,太频繁了,应该只在播放器发生状态变更时才进行更新。 另外歌词文件都是有标准格式的,不同语言也有对应的解析器实现