/* TODO: - Emotion-based BGM - per character bgms OK - simple fade out/in when switching OK - cross fading ? - Background based ambient sounds - global sounds OK - global overides ? - import option on background UI ? - One UI with different mixing options OK - Allow background music edition using background menu - https://fontawesome.com/icons/music?f=classic&s=solid - https://codepen.io/noirsociety/pen/rNQxQwm - https://codepen.io/xrocker/pen/abdKVGy */ import { saveSettingsDebounced } from "../../../script.js"; import { getContext, getApiUrl, extension_settings, doExtrasFetch, ModuleWorkerWrapper, modules } from "../../extensions.js"; export { MODULE_NAME }; const MODULE_NAME = 'Audio'; const DEBUG_PREFIX = "