Skip to content

Commit

Permalink
feat: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Aug 17, 2024
1 parent f18b884 commit 2d3120f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
- [x] 支持打开本地的加密歌词
- [x] 多平台支持
- [x] 桌面歌词(目前仅支持foobar2000: [foo_lddc](https://github.com/chenmozhijin/foo_lddc))
1. 多线程快速自动匹配歌词(绝大部分为逐字)
2. 精准逐字卡拉OK样式的歌词
1. 多线程自动搜索快速匹配歌词(绝大多数歌词为逐字样式)
2. 支持显示卡拉OK样式的歌词
3. 支持分行显示原文、翻译、罗马音
4. 支持淡入淡出、自动匹配屏幕刷新率确保流畅
5. 支持手动选择歌词添加偏移量(类似搜索界面)
6. 对字符进行缓存以实现较低的占用
4. 支持淡入淡出效果,并自动匹配屏幕刷新率以确保流畅性
5. 支持通过类似搜索界面的窗口手动选择歌词
6. 实现字符缓存,降低资源占用
7. 支持自定义字符渐变色

## 预览
Expand Down
8 changes: 4 additions & 4 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
- [x] Support for opening locally encrypted lyrics
- [x] Multi-platform support
- [x] Desktop Lyrics (currently only supports foobar2000: [foo_lddc](https://github.com/chenmozhijin/foo_lddc))
1. Multithreaded fast automatic lyrics matching (mostly word-by-word)
2. Accurate word-by-word karaoke-style lyrics
1. Multi-threaded automatic search to quickly match lyrics (most lyrics are in word-for-word style)
2. Supports displaying lyrics in karaoke style
3. Supports displaying the original text, translation, and romanization in separate lines
4. Supports fade in/out, automatically matches screen refresh rate for smooth display
5. Supports manually selecting lyrics and adding offsets (similar to the search interface)
4. Supports fade in/out effects, and automatically matches the screen refresh rate to ensure smoothness
5. Supports manual selection of lyrics through a window similar to the search interface
6. Caches characters to achieve low resource usage
7. Supports custom gradient colors for characters

Expand Down

0 comments on commit 2d3120f

Please sign in to comment.