From 318a5486ce1f8c56caa647ca22123f1cf2e91883 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:33:51 +0800 Subject: [PATCH] duration --- otherarch/acestep/ace-qwen3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otherarch/acestep/ace-qwen3.cpp b/otherarch/acestep/ace-qwen3.cpp index 39d3e2bec..d3d34aff2 100644 --- a/otherarch/acestep/ace-qwen3.cpp +++ b/otherarch/acestep/ace-qwen3.cpp @@ -534,10 +534,10 @@ struct MetadataFSM { for (int v = 30; v <= 300; v++) vals.push_back(std::to_string(v)); build_value_tree(bpe, bpm_tree, "bpm:", vals); } - // Duration 50-450 + // Duration 40-450 { std::vector vals; - for (int v = 50; v <= 450; v++) vals.push_back(std::to_string(v)); + for (int v = 40; v <= 450; v++) vals.push_back(std::to_string(v)); build_value_tree(bpe, duration_tree, "duration:", vals); } // Keyscale