TGTGInsighttelegram intelligenceLIVE / telegram public index
← 折腾实验室频道

TGINSIGHT SIMILAR POSTS

查找相似内容

Source channel @TossLabChannel · Post #707 · 6月18日

#小爱音箱#听歌神器#开源工具#音乐解锁 XiaoMusic:无限听歌,解锁小爱音箱的极致可能 想让你家的小爱音箱自由畅听全网歌曲?这款开源项目 XiaoMusic 专为此而生: • 本地部署,配合小爱音箱的“自定义技能”功能 • 一键实现全平台音乐点播(支持网易云、QQ音乐、酷我、咪咕等) • 播放逻辑清晰,智能纠错,无需动手遥控 • 同时支持 Web API 请求,适配 HomeAssistant 等智能家居系统 无需破解账号、无需额外付费,一台树莓派或旧电脑,就能让小爱变成“音乐自由人”。 技术基础要求不高,文档清晰,适合有一定动手能力的折腾党。 🔘@TossLab🔘@TossLabChannel

Results

找到 1 条相似帖子

搜索 #uvloop

当前筛选 #uvloop清除筛选
djangoproject

@djangoproject · Post #170 · 2016/09/22 14:27

https://pypi.python.org/pypi/uvloop #uvloop is a fast, drop-in replacement of the built-in #asyncio event loop. uvloop is released under the MIT license. uvloop and asyncio, combined with the power of async/await in Python 3.5, makes it easier than ever to write high-performance #networking code in Python. uvloop makes asyncio fast. In fact, it is at least 2x faster than #nodejs, #gevent, as well as any other Python #asynchronous framework. The performance of uvloop-based asyncio is close to that of Go programs.