mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-26 07:25:53 +03:00
[PR #887] [CLOSED] 尝试支持类似Apple Music的AutoMix[半成品] #706
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/887
Author: @kazukokawagawa
Created: 2/14/2026
Status: ❌ Closed
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
21 files changed (+2212 additions, -115 deletions)
View changed files
📝
Cargo.lock(+217 -21)📝
electron/main/database/LocalMusicDB.ts(+35 -0)📝
electron/main/ipc/ipc-file.ts(+65 -1)📝
electron/main/services/LocalMusicService.ts(+13 -1)📝
electron/main/utils/native-loader.ts(+3 -0)📝
native/tools/Cargo.toml(+1 -0)📝
native/tools/index.d.ts(+20 -0)📝
native/tools/package.json(+1 -0)➕
native/tools/src/analysis.rs(+791 -0)📝
native/tools/src/lib.rs(+2 -0)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+7 -4)📝
src/components/Setting/config/play.ts(+25 -0)📝
src/core/audio-player/AudioEffectManager.ts(+71 -1)📝
src/core/audio-player/BaseAudioPlayer.ts(+113 -16)📝
src/core/audio-player/IPlaybackEngine.ts(+22 -0)➕
src/core/audio-player/SharedAudioContext.ts(+11 -0)📝
src/core/player/AudioManager.ts(+186 -0)📝
src/core/player/PlayerController.ts(+612 -69)📝
src/core/player/SongManager.ts(+10 -2)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.