feat: 未配置bpm时不启动回调
This commit is contained in:
@@ -164,7 +164,7 @@ namespace OCES.Audio
|
||||
onContainerStarted: () =>
|
||||
{
|
||||
MusicContainer container = this.m_containerConfig.QueryById(newContainerId);
|
||||
float bpm = container.Bpm > 0f ? container.Bpm : 120f;
|
||||
float bpm = container.Bpm;
|
||||
|
||||
// SyncPoint: BeatClock 用调整后的 dspTime,对齐到音频实际播放位置
|
||||
double dspTime;
|
||||
|
||||
Reference in New Issue
Block a user