mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
feat(autodj): configurable overlap cap (auto or 2–30 s) (#1173)
This commit is contained in:
@@ -129,6 +129,9 @@ export interface OrbitTransitionSettings {
|
||||
crossfadeTrimSilence: boolean;
|
||||
autodjSmoothSkip: boolean;
|
||||
gaplessEnabled: boolean;
|
||||
/** Optional — absent on sessions hosted by builds before overlap-cap sync. */
|
||||
autodjOverlapCapMode?: 'auto' | 'limit';
|
||||
autodjOverlapCapSec?: number;
|
||||
}
|
||||
|
||||
export interface OrbitSettings {
|
||||
|
||||
Reference in New Issue
Block a user