crossfade player enhancements, reorganize settings

This commit is contained in:
jeffvli
2025-11-19 15:43:20 -08:00
parent 725e44f048
commit 0dff13c43f
8 changed files with 546 additions and 398 deletions
+3 -5
View File
@@ -95,12 +95,10 @@ export enum AuthState {
}
export enum CrossfadeStyle {
CONSTANT_POWER = 'constantPower',
CONSTANT_POWER_SLOW_CUT = 'constantPowerSlowCut',
CONSTANT_POWER_SLOW_FADE = 'constantPowerSlowFade',
DIPPED = 'dipped',
EQUALPOWER = 'equalPower',
EQUAL_POWER = 'equalPower',
EXPONENTIAL = 'exponential',
LINEAR = 'linear',
S_CURVE = 'sCurve',
}
export enum FontType {