@inworld/web-core
Version:
7 lines (6 loc) • 584 B
TypeScript
export declare const SCENE_HAS_INVALID_FORMAT = "Scene name has wrong format";
export declare const CHARACTER_HAS_INVALID_FORMAT = "Character name has wrong format";
export declare const CURRENT_CHARACTER_NOT_SET = "Current character is not set";
export declare const MULTI_CHAR_NARRATED_ACTIONS = "Narrated actions are not supported for multiple characters";
export declare const STOP_DURATION_NATURAL_NUMBER = "Stop duration for audio playback should be a natural number";
export declare const STOP_TICKS_NATURAL_NUMBER = "Stop ticks for audio playback should be a natural number";