Browse Source

feat: stringendo识别为渐快

TIANYONG 2 weeks ago
parent
commit
c0d06e9a2c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/helpers/calcSpeed.ts

+ 1 - 0
src/helpers/calcSpeed.ts

@@ -42,6 +42,7 @@ export const speedInfo: { [key in string]: number } = {
 	slowly: 1.333333333,
 	faster: 1.333333333,
 	"molto allargando": 1.333333333,
+	stringendo: 0.8,
 };
 
 /**