mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 06:55:57 +03:00
[PR #888] [MERGED] 尝试支持类似Apple Music的AutoMix[Beta] #707
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imsyy/SPlayer/pull/888
Author: @kazukokawagawa
Created: 2/14/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @kazukokawagawa
Base:
dev← Head:dev-mix📝 Commits (10+)
6ab99d9feat(player): 新增自动混音功能6ce2da4feat(native): 为音频分析添加 TypeScript 类型定义并优化导入3a22942fix(electron): 修复原生模块加载失败时的音频分析错误fb53530feat(设置): 新增自动混音配置选项791068efeat(automix): 实现智能音频分析与自动混音功能e809de0refactor: 统一音频分析接口的命名约定并优化静音检测逻辑bc5b5a6feat(player): 增强自动混音功能并改进交叉淡入淡出0efd3befix: 修复音频分析和播放源数据的安全处理fd55a73feat(automix): 实现智能自动混音过渡a925b78feat(player): 在自动混音时根据节拍计算UI切换延迟📊 Changes
34 files changed (+4638 additions, -220 deletions)
View changed files
📝
.gitignore(+2 -0)📝
Cargo.lock(+267 -21)📝
electron.vite.config.ts(+4 -0)📝
electron/main/database/LocalMusicDB.ts(+35 -0)📝
electron/main/ipc/ipc-file.ts(+270 -2)📝
electron/main/ipc/ipc-mac-statusbar.ts(+6 -7)📝
electron/main/services/LocalMusicService.ts(+13 -1)📝
electron/main/utils/native-loader.ts(+3 -0)📝
electron/main/windows/taskbar-lyric-window.ts(+2 -3)➕
electron/main/workers/audio-analysis.worker.ts(+122 -0)➕
native/tools/.cargo/config.toml(+3 -0)📝
native/tools/Cargo.toml(+3 -0)📝
native/tools/index.d.ts(+64 -0)📝
native/tools/package.json(+1 -0)➕
native/tools/src/analysis.rs(+1015 -0)📝
native/tools/src/lib.rs(+2 -0)📝
package.json(+2 -1)📝
pnpm-lock.yaml(+7 -4)📝
src/components/Player/PlayerComponents/PlayerSpectrum.vue(+54 -0)📝
src/components/Player/PlayerControl.vue(+195 -5)...and 14 more files
📄 Description
现在已经处于可用状态了,打上了beta标签和开启告示
仍然需要精确拍数和更精准的计算,但是现在已经可用了,效果没啥问题
有歌曲出问题一般也不会太离谱,至少我还没遇到
可以看着合并了
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.