@waveform-playlist/browser 5.0.0-alpha.4 → 5.0.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,308 +1,105 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const S=require("react"),P=require("styled-components");require("react-dom");var Jr=typeof document<"u"?document.currentScript:null;function Ku(s){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(s){for(const t in s)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(s,t);Object.defineProperty(e,t,n.get?n:{enumerable:!0,get:()=>s[t]})}}return e.default=s,Object.freeze(e)}const ue=Ku(S),Mo="15.1.22",Za=(s,e,t)=>({endTime:e,insertTime:t,type:"exponentialRampToValue",value:s}),Ga=(s,e,t)=>({endTime:e,insertTime:t,type:"linearRampToValue",value:s}),ho=(s,e)=>({startTime:e,type:"setValue",value:s}),rl=(s,e,t)=>({duration:t,startTime:e,type:"setValueCurve",values:s}),ol=(s,e,{startTime:t,target:n,timeConstant:i})=>n+(e-n)*Math.exp((t-s)/i),tn=s=>s.type==="exponentialRampToValue",qi=s=>s.type==="linearRampToValue",ws=s=>tn(s)||qi(s),Oo=s=>s.type==="setValue",ls=s=>s.type==="setValueCurve",ji=(s,e,t,n)=>{const i=s[e];return i===void 0?n:ws(i)||Oo(i)?i.value:ls(i)?i.values[i.values.length-1]:ol(t,ji(s,e-1,i.startTime,n),i)},Xa=(s,e,t,n,i)=>t===void 0?[n.insertTime,i]:ws(t)?[t.endTime,t.value]:Oo(t)?[t.startTime,t.value]:ls(t)?[t.startTime+t.duration,t.values[t.values.length-1]]:[t.startTime,ji(s,e-1,t.startTime,i)],po=s=>s.type==="cancelAndHold",fo=s=>s.type==="cancelScheduledValues",bs=s=>po(s)||fo(s)?s.cancelTime:tn(s)||qi(s)?s.endTime:s.startTime,Ha=(s,e,t,{endTime:n,value:i})=>t===i?i:0<t&&0<i||t<0&&i<0?t*(i/t)**((s-e)/(n-e)):0,Ya=(s,e,t,{endTime:n,value:i})=>t+(s-e)/(n-e)*(i-t),Qu=(s,e)=>{const t=Math.floor(e),n=Math.ceil(e);return t===n?s[t]:(1-(e-t))*s[t]+(1-(n-e))*s[n]},Ju=(s,{duration:e,startTime:t,values:n})=>{const i=(s-t)/e*(n.length-1);return Qu(n,i)},Ei=s=>s.type==="setTarget";class eh{constructor(e){this._automationEvents=[],this._currenTime=0,this._defaultValue=e}[Symbol.iterator](){return this._automationEvents[Symbol.iterator]()}add(e){const t=bs(e);if(po(e)||fo(e)){const n=this._automationEvents.findIndex(r=>fo(e)&&ls(r)?r.startTime+r.duration>=t:bs(r)>=t),i=this._automationEvents[n];if(n!==-1&&(this._automationEvents=this._automationEvents.slice(0,n)),po(e)){const r=this._automationEvents[this._automationEvents.length-1];if(i!==void 0&&ws(i)){if(r!==void 0&&Ei(r))throw new Error("The internal list is malformed.");const o=r===void 0?i.insertTime:ls(r)?r.startTime+r.duration:bs(r),a=r===void 0?this._defaultValue:ls(r)?r.values[r.values.length-1]:r.value,c=tn(i)?Ha(t,o,a,i):Ya(t,o,a,i),l=tn(i)?Za(c,t,this._currenTime):Ga(c,t,this._currenTime);this._automationEvents.push(l)}if(r!==void 0&&Ei(r)&&this._automationEvents.push(ho(this.getValue(t),t)),r!==void 0&&ls(r)&&r.startTime+r.duration>t){const o=t-r.startTime,a=(r.values.length-1)/r.duration,c=Math.max(2,1+Math.ceil(o*a)),l=o/(c-1)*a,u=r.values.slice(0,c);if(l<1)for(let h=1;h<c;h+=1){const p=l*h%1;u[h]=r.values[h-1]*(1-p)+r.values[h]*p}this._automationEvents[this._automationEvents.length-1]=rl(u,r.startTime,o)}}}else{const n=this._automationEvents.findIndex(o=>bs(o)>t),i=n===-1?this._automationEvents[this._automationEvents.length-1]:this._automationEvents[n-1];if(i!==void 0&&ls(i)&&bs(i)+i.duration>t)return!1;const r=tn(e)?Za(e.value,e.endTime,this._currenTime):qi(e)?Ga(e.value,t,this._currenTime):e;if(n===-1)this._automationEvents.push(r);else{if(ls(e)&&t+e.duration>bs(this._automationEvents[n]))return!1;this._automationEvents.splice(n,0,r)}}return!0}flush(e){const t=this._automationEvents.findIndex(n=>bs(n)>e);if(t>1){const n=this._automationEvents.slice(t-1),i=n[0];Ei(i)&&n.unshift(ho(ji(this._automationEvents,t-2,i.startTime,this._defaultValue),i.startTime)),this._automationEvents=n}}getValue(e){if(this._automationEvents.length===0)return this._defaultValue;const t=this._automationEvents.findIndex(o=>bs(o)>e),n=this._automationEvents[t],i=(t===-1?this._automationEvents.length:t)-1,r=this._automationEvents[i];if(r!==void 0&&Ei(r)&&(n===void 0||!ws(n)||n.insertTime>e))return ol(e,ji(this._automationEvents,i-1,r.startTime,this._defaultValue),r);if(r!==void 0&&Oo(r)&&(n===void 0||!ws(n)))return r.value;if(r!==void 0&&ls(r)&&(n===void 0||!ws(n)||r.startTime+r.duration>e))return e<r.startTime+r.duration?Ju(e,r):r.values[r.values.length-1];if(r!==void 0&&ws(r)&&(n===void 0||!ws(n)))return r.value;if(n!==void 0&&tn(n)){const[o,a]=Xa(this._automationEvents,i,r,n,this._defaultValue);return Ha(e,o,a,n)}if(n!==void 0&&qi(n)){const[o,a]=Xa(this._automationEvents,i,r,n,this._defaultValue);return Ya(e,o,a,n)}return this._defaultValue}}const th=s=>({cancelTime:s,type:"cancelAndHold"}),sh=s=>({cancelTime:s,type:"cancelScheduledValues"}),nh=(s,e)=>({endTime:e,type:"exponentialRampToValue",value:s}),ih=(s,e)=>({endTime:e,type:"linearRampToValue",value:s}),rh=(s,e,t)=>({startTime:e,target:s,timeConstant:t,type:"setTarget"}),oh=()=>new DOMException("","AbortError"),ah=s=>(e,t,[n,i,r],o)=>{s(e[i],[t,n,r],a=>a[0]===t&&a[1]===n,o)},ch=s=>(e,t,n)=>{const i=[];for(let r=0;r<n.numberOfInputs;r+=1)i.push(new Set);s.set(e,{activeInputs:i,outputs:new Set,passiveInputs:new WeakMap,renderer:t})},lh=s=>(e,t)=>{s.set(e,{activeInputs:new Set,passiveInputs:new WeakMap,renderer:t})},an=new WeakSet,al=new WeakMap,No=new WeakMap,cl=new WeakMap,Fo=new WeakMap,ir=new WeakMap,ll=new WeakMap,mo=new WeakMap,go=new WeakMap,_o=new WeakMap,ul={construct(){return ul}},uh=s=>{try{const e=new Proxy(s,ul);new e}catch{return!1}return!0},Ua=/^import(?:(?:[\s]+[\w]+|(?:[\s]+[\w]+[\s]*,)?[\s]*\{[\s]*[\w]+(?:[\s]+as[\s]+[\w]+)?(?:[\s]*,[\s]*[\w]+(?:[\s]+as[\s]+[\w]+)?)*[\s]*}|(?:[\s]+[\w]+[\s]*,)?[\s]*\*[\s]+as[\s]+[\w]+)[\s]+from)?(?:[\s]*)("([^"\\]|\\.)+"|'([^'\\]|\\.)+')(?:[\s]*);?/,Ka=(s,e)=>{const t=[];let n=s.replace(/^[\s]+/,""),i=n.match(Ua);for(;i!==null;){const r=i[1].slice(1,-1),o=i[0].replace(/([\s]+)?;?$/,"").replace(r,new URL(r,e).toString());t.push(o),n=n.slice(i[0].length).replace(/^[\s]+/,""),i=n.match(Ua)}return[t.join(";"),n]},Qa=s=>{if(s!==void 0&&!Array.isArray(s))throw new TypeError("The parameterDescriptors property of given value for processorCtor is not an array.")},Ja=s=>{if(!uh(s))throw new TypeError("The given value for processorCtor should be a constructor.");if(s.prototype===null||typeof s.prototype!="object")throw new TypeError("The given value for processorCtor should have a prototype.")},hh=(s,e,t,n,i,r,o,a,c,l,u,h,p)=>{let d=0;return(f,_,g={credentials:"omit"})=>{const m=u.get(f);if(m!==void 0&&m.has(_))return Promise.resolve();const y=l.get(f);if(y!==void 0){const v=y.get(_);if(v!==void 0)return v}const x=r(f),b=x.audioWorklet===void 0?i(_).then(([v,w])=>{const[k,T]=Ka(v,w),D=`${k};((a,b)=>{(a[b]=a[b]||[]).push((AudioWorkletProcessor,global,registerProcessor,sampleRate,self,window)=>{${T}
2
- })})(window,'_AWGS')`;return t(D)}).then(()=>{const v=p._AWGS.pop();if(v===void 0)throw new SyntaxError;n(x.currentTime,x.sampleRate,()=>v(class{},void 0,(w,k)=>{if(w.trim()==="")throw e();const T=go.get(x);if(T!==void 0){if(T.has(w))throw e();Ja(k),Qa(k.parameterDescriptors),T.set(w,k)}else Ja(k),Qa(k.parameterDescriptors),go.set(x,new Map([[w,k]]))},x.sampleRate,void 0,void 0))}):Promise.all([i(_),Promise.resolve(s(h,h))]).then(([[v,w],k])=>{const T=d+1;d=T;const[D,I]=Ka(v,w),N=`${D};((AudioWorkletProcessor,registerProcessor)=>{${I}
3
- })(${k?"AudioWorkletProcessor":"class extends AudioWorkletProcessor {__b=new WeakSet();constructor(){super();(p=>p.postMessage=(q=>(m,t)=>q.call(p,m,t?t.filter(u=>!this.__b.has(u)):t))(p.postMessage))(this.port)}}"},(n,p)=>registerProcessor(n,class extends p{${k?"":"__c = (a) => a.forEach(e=>this.__b.add(e.buffer));"}process(i,o,p){${k?"":"i.forEach(this.__c);o.forEach(this.__c);this.__c(Object.values(p));"}return super.process(i.map(j=>j.some(k=>k.length===0)?[]:j),o,p)}}));registerProcessor('__sac${T}',class extends AudioWorkletProcessor{process(){return !1}})`,B=new Blob([N],{type:"application/javascript; charset=utf-8"}),V=URL.createObjectURL(B);return x.audioWorklet.addModule(V,g).then(()=>{if(a(x))return x;const j=o(x);return j.audioWorklet.addModule(V,g).then(()=>j)}).then(j=>{if(c===null)throw new SyntaxError;try{new c(j,`__sac${T}`)}catch{throw new SyntaxError}}).finally(()=>URL.revokeObjectURL(V))});return y===void 0?l.set(f,new Map([[_,b]])):y.set(_,b),b.then(()=>{const v=u.get(f);v===void 0?u.set(f,new Set([_])):v.add(_)}).finally(()=>{const v=l.get(f);v!==void 0&&v.delete(_)}),b}},zt=(s,e)=>{const t=s.get(e);if(t===void 0)throw new Error("A value with the given key could not be found.");return t},rr=(s,e)=>{const t=Array.from(s).filter(e);if(t.length>1)throw Error("More than one element was found.");if(t.length===0)throw Error("No element was found.");const[n]=t;return s.delete(n),n},hl=(s,e,t,n)=>{const i=zt(s,e),r=rr(i,o=>o[0]===t&&o[1]===n);return i.size===0&&s.delete(e),r},ti=s=>zt(ll,s),cn=s=>{if(an.has(s))throw new Error("The AudioNode is already stored.");an.add(s),ti(s).forEach(e=>e(!0))},dl=s=>"port"in s,si=s=>{if(!an.has(s))throw new Error("The AudioNode is not stored.");an.delete(s),ti(s).forEach(e=>e(!1))},vo=(s,e)=>{!dl(s)&&e.every(t=>t.size===0)&&si(s)},dh=(s,e,t,n,i,r,o,a,c,l,u,h,p)=>{const d=new WeakMap;return(f,_,g,m,y)=>{const{activeInputs:x,passiveInputs:b}=r(_),{outputs:v}=r(f),w=a(f),k=T=>{const D=c(_),I=c(f);if(T){const A=hl(b,f,g,m);s(x,f,A,!1),!y&&!h(f)&&t(I,D,g,m),p(_)&&cn(_)}else{const A=n(x,f,g,m);e(b,m,A,!1),!y&&!h(f)&&i(I,D,g,m);const R=o(_);if(R===0)u(_)&&vo(_,x);else{const O=d.get(_);O!==void 0&&clearTimeout(O),d.set(_,setTimeout(()=>{u(_)&&vo(_,x)},R*1e3))}}};return l(v,[_,g,m],T=>T[0]===_&&T[1]===g&&T[2]===m,!0)?(w.add(k),u(f)?s(x,f,[g,m,k],!0):e(b,m,[f,g,k],!0),!0):!1}},ph=s=>(e,t,[n,i,r],o)=>{const a=e.get(n);a===void 0?e.set(n,new Set([[i,t,r]])):s(a,[i,t,r],c=>c[0]===i&&c[1]===t,o)},fh=s=>(e,t)=>{const n=s(e,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete",gain:0});t.connect(n).connect(e.destination);const i=()=>{t.removeEventListener("ended",i),t.disconnect(n),n.disconnect()};t.addEventListener("ended",i)},mh=s=>(e,t)=>{s(e).add(t)},gh={channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",fftSize:2048,maxDecibels:-30,minDecibels:-100,smoothingTimeConstant:.8},_h=(s,e,t,n,i,r)=>class extends s{constructor(a,c){const l=i(a),u={...gh,...c},h=n(l,u),p=r(l)?e():null;super(a,!1,h,p),this._nativeAnalyserNode=h}get fftSize(){return this._nativeAnalyserNode.fftSize}set fftSize(a){this._nativeAnalyserNode.fftSize=a}get frequencyBinCount(){return this._nativeAnalyserNode.frequencyBinCount}get maxDecibels(){return this._nativeAnalyserNode.maxDecibels}set maxDecibels(a){const c=this._nativeAnalyserNode.maxDecibels;if(this._nativeAnalyserNode.maxDecibels=a,!(a>this._nativeAnalyserNode.minDecibels))throw this._nativeAnalyserNode.maxDecibels=c,t()}get minDecibels(){return this._nativeAnalyserNode.minDecibels}set minDecibels(a){const c=this._nativeAnalyserNode.minDecibels;if(this._nativeAnalyserNode.minDecibels=a,!(this._nativeAnalyserNode.maxDecibels>a))throw this._nativeAnalyserNode.minDecibels=c,t()}get smoothingTimeConstant(){return this._nativeAnalyserNode.smoothingTimeConstant}set smoothingTimeConstant(a){this._nativeAnalyserNode.smoothingTimeConstant=a}getByteFrequencyData(a){this._nativeAnalyserNode.getByteFrequencyData(a)}getByteTimeDomainData(a){this._nativeAnalyserNode.getByteTimeDomainData(a)}getFloatFrequencyData(a){this._nativeAnalyserNode.getFloatFrequencyData(a)}getFloatTimeDomainData(a){this._nativeAnalyserNode.getFloatTimeDomainData(a)}},ft=(s,e)=>s.context===e,vh=(s,e,t)=>()=>{const n=new WeakMap,i=async(r,o)=>{let a=e(r);if(!ft(a,o)){const l={channelCount:a.channelCount,channelCountMode:a.channelCountMode,channelInterpretation:a.channelInterpretation,fftSize:a.fftSize,maxDecibels:a.maxDecibels,minDecibels:a.minDecibels,smoothingTimeConstant:a.smoothingTimeConstant};a=s(o,l)}return n.set(o,a),await t(r,o,a),a};return{render(r,o){const a=n.get(o);return a!==void 0?Promise.resolve(a):i(r,o)}}},Li=s=>{try{s.copyToChannel(new Float32Array(1),0,-1)}catch{return!1}return!0},ts=()=>new DOMException("","IndexSizeError"),Vo=s=>{s.getChannelData=(e=>t=>{try{return e.call(s,t)}catch(n){throw n.code===12?ts():n}})(s.getChannelData)},yh={numberOfChannels:1},bh=(s,e,t,n,i,r,o,a)=>{let c=null;return class pl{constructor(u){if(i===null)throw new Error("Missing the native OfflineAudioContext constructor.");const{length:h,numberOfChannels:p,sampleRate:d}={...yh,...u};c===null&&(c=new i(1,1,44100));const f=n!==null&&e(r,r)?new n({length:h,numberOfChannels:p,sampleRate:d}):c.createBuffer(p,h,d);if(f.numberOfChannels===0)throw t();return typeof f.copyFromChannel!="function"?(o(f),Vo(f)):e(Li,()=>Li(f))||a(f),s.add(f),f}static[Symbol.hasInstance](u){return u!==null&&typeof u=="object"&&Object.getPrototypeOf(u)===pl.prototype||s.has(u)}}},St=-34028234663852886e22,gt=-St,ds=s=>an.has(s),wh={buffer:null,channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",loop:!1,loopEnd:0,loopStart:0,playbackRate:1},xh=(s,e,t,n,i,r,o,a)=>class extends s{constructor(l,u){const h=r(l),p={...wh,...u},d=i(h,p),f=o(h),_=f?e():null;super(l,!1,d,_),this._audioBufferSourceNodeRenderer=_,this._isBufferNullified=!1,this._isBufferSet=p.buffer!==null,this._nativeAudioBufferSourceNode=d,this._onended=null,this._playbackRate=t(this,f,d.playbackRate,gt,St)}get buffer(){return this._isBufferNullified?null:this._nativeAudioBufferSourceNode.buffer}set buffer(l){if(this._nativeAudioBufferSourceNode.buffer=l,l!==null){if(this._isBufferSet)throw n();this._isBufferSet=!0}}get loop(){return this._nativeAudioBufferSourceNode.loop}set loop(l){this._nativeAudioBufferSourceNode.loop=l}get loopEnd(){return this._nativeAudioBufferSourceNode.loopEnd}set loopEnd(l){this._nativeAudioBufferSourceNode.loopEnd=l}get loopStart(){return this._nativeAudioBufferSourceNode.loopStart}set loopStart(l){this._nativeAudioBufferSourceNode.loopStart=l}get onended(){return this._onended}set onended(l){const u=typeof l=="function"?a(this,l):null;this._nativeAudioBufferSourceNode.onended=u;const h=this._nativeAudioBufferSourceNode.onended;this._onended=h!==null&&h===u?l:h}get playbackRate(){return this._playbackRate}start(l=0,u=0,h){if(this._nativeAudioBufferSourceNode.start(l,u,h),this._audioBufferSourceNodeRenderer!==null&&(this._audioBufferSourceNodeRenderer.start=h===void 0?[l,u]:[l,u,h]),this.context.state!=="closed"){cn(this);const p=()=>{this._nativeAudioBufferSourceNode.removeEventListener("ended",p),ds(this)&&si(this)};this._nativeAudioBufferSourceNode.addEventListener("ended",p)}}stop(l=0){this._nativeAudioBufferSourceNode.stop(l),this._audioBufferSourceNodeRenderer!==null&&(this._audioBufferSourceNodeRenderer.stop=l)}},Ch=(s,e,t,n,i)=>()=>{const r=new WeakMap;let o=null,a=null;const c=async(l,u)=>{let h=t(l);const p=ft(h,u);if(!p){const d={buffer:h.buffer,channelCount:h.channelCount,channelCountMode:h.channelCountMode,channelInterpretation:h.channelInterpretation,loop:h.loop,loopEnd:h.loopEnd,loopStart:h.loopStart,playbackRate:h.playbackRate.value};h=e(u,d),o!==null&&h.start(...o),a!==null&&h.stop(a)}return r.set(u,h),p?await s(u,l.playbackRate,h.playbackRate):await n(u,l.playbackRate,h.playbackRate),await i(l,u,h),h};return{set start(l){o=l},set stop(l){a=l},render(l,u){const h=r.get(u);return h!==void 0?Promise.resolve(h):c(l,u)}}},Sh=s=>"playbackRate"in s,Th=s=>"frequency"in s&&"gain"in s,kh=s=>"offset"in s,Ah=s=>!("frequency"in s)&&"gain"in s,Ih=s=>"detune"in s&&"frequency"in s&&!("gain"in s),Dh=s=>"pan"in s,vt=s=>zt(al,s),ni=s=>zt(cl,s),yo=(s,e)=>{const{activeInputs:t}=vt(s);t.forEach(i=>i.forEach(([r])=>{e.includes(s)||yo(r,[...e,s])}));const n=Sh(s)?[s.playbackRate]:dl(s)?Array.from(s.parameters.values()):Th(s)?[s.Q,s.detune,s.frequency,s.gain]:kh(s)?[s.offset]:Ah(s)?[s.gain]:Ih(s)?[s.detune,s.frequency]:Dh(s)?[s.pan]:[];for(const i of n){const r=ni(i);r!==void 0&&r.activeInputs.forEach(([o])=>yo(o,e))}ds(s)&&si(s)},fl=s=>{yo(s.destination,[])},Rh=s=>s===void 0||typeof s=="number"||typeof s=="string"&&(s==="balanced"||s==="interactive"||s==="playback"),Eh=(s,e,t,n,i,r,o,a,c)=>class extends s{constructor(u={}){if(c===null)throw new Error("Missing the native AudioContext constructor.");let h;try{h=new c(u)}catch(f){throw f.code===12&&f.message==="sampleRate is not in range"?t():f}if(h===null)throw n();if(!Rh(u.latencyHint))throw new TypeError(`The provided value '${u.latencyHint}' is not a valid enum value of type AudioContextLatencyCategory.`);if(u.sampleRate!==void 0&&h.sampleRate!==u.sampleRate)throw t();super(h,2);const{latencyHint:p}=u,{sampleRate:d}=h;if(this._baseLatency=typeof h.baseLatency=="number"?h.baseLatency:p==="balanced"?512/d:p==="interactive"||p===void 0?256/d:p==="playback"?1024/d:Math.max(2,Math.min(128,Math.round(p*d/128)))*128/d,this._nativeAudioContext=h,c.name==="webkitAudioContext"?(this._nativeGainNode=h.createGain(),this._nativeOscillatorNode=h.createOscillator(),this._nativeGainNode.gain.value=1e-37,this._nativeOscillatorNode.connect(this._nativeGainNode).connect(h.destination),this._nativeOscillatorNode.start()):(this._nativeGainNode=null,this._nativeOscillatorNode=null),this._state=null,h.state==="running"){this._state="suspended";const f=()=>{this._state==="suspended"&&(this._state=null),h.removeEventListener("statechange",f)};h.addEventListener("statechange",f)}}get baseLatency(){return this._baseLatency}get state(){return this._state!==null?this._state:this._nativeAudioContext.state}close(){return this.state==="closed"?this._nativeAudioContext.close().then(()=>{throw e()}):(this._state==="suspended"&&(this._state=null),this._nativeAudioContext.close().then(()=>{this._nativeGainNode!==null&&this._nativeOscillatorNode!==null&&(this._nativeOscillatorNode.stop(),this._nativeGainNode.disconnect(),this._nativeOscillatorNode.disconnect()),fl(this)}))}createMediaElementSource(u){return new i(this,{mediaElement:u})}createMediaStreamDestination(){return new r(this)}createMediaStreamSource(u){return new o(this,{mediaStream:u})}createMediaStreamTrackSource(u){return new a(this,{mediaStreamTrack:u})}resume(){return this._state==="suspended"?new Promise((u,h)=>{const p=()=>{this._nativeAudioContext.removeEventListener("statechange",p),this._nativeAudioContext.state==="running"?u():this.resume().then(u,h)};this._nativeAudioContext.addEventListener("statechange",p)}):this._nativeAudioContext.resume().catch(u=>{throw u===void 0||u.code===15?e():u})}suspend(){return this._nativeAudioContext.suspend().catch(u=>{throw u===void 0?e():u})}},Mh=(s,e,t,n,i,r,o,a)=>class extends s{constructor(l,u){const h=r(l),p=o(h),d=i(h,u,p),f=p?e(a):null;super(l,!1,d,f),this._isNodeOfNativeOfflineAudioContext=p,this._nativeAudioDestinationNode=d}get channelCount(){return this._nativeAudioDestinationNode.channelCount}set channelCount(l){if(this._isNodeOfNativeOfflineAudioContext)throw n();if(l>this._nativeAudioDestinationNode.maxChannelCount)throw t();this._nativeAudioDestinationNode.channelCount=l}get channelCountMode(){return this._nativeAudioDestinationNode.channelCountMode}set channelCountMode(l){if(this._isNodeOfNativeOfflineAudioContext)throw n();this._nativeAudioDestinationNode.channelCountMode=l}get maxChannelCount(){return this._nativeAudioDestinationNode.maxChannelCount}},Oh=s=>{const e=new WeakMap,t=async(n,i)=>{const r=i.destination;return e.set(i,r),await s(n,i,r),r};return{render(n,i){const r=e.get(i);return r!==void 0?Promise.resolve(r):t(n,i)}}},Nh=(s,e,t,n,i,r,o,a)=>(c,l)=>{const u=l.listener,h=()=>{const v=new Float32Array(1),w=e(l,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"speakers",numberOfInputs:9}),k=o(l);let T=!1,D=[0,0,-1,0,1,0],I=[0,0,0];const A=()=>{if(T)return;T=!0;const B=n(l,256,9,0);B.onaudioprocess=({inputBuffer:V})=>{const j=[r(V,v,0),r(V,v,1),r(V,v,2),r(V,v,3),r(V,v,4),r(V,v,5)];j.some(($,Z)=>$!==D[Z])&&(u.setOrientation(...j),D=j);const X=[r(V,v,6),r(V,v,7),r(V,v,8)];X.some(($,Z)=>$!==I[Z])&&(u.setPosition(...X),I=X)},w.connect(B)},R=B=>V=>{V!==D[B]&&(D[B]=V,u.setOrientation(...D))},O=B=>V=>{V!==I[B]&&(I[B]=V,u.setPosition(...I))},N=(B,V,j)=>{const X=t(l,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete",offset:V});X.connect(w,0,B),X.start(),Object.defineProperty(X.offset,"defaultValue",{get(){return V}});const $=s({context:c},k,X.offset,gt,St);return a($,"value",Z=>()=>Z.call($),Z=>G=>{try{Z.call($,G)}catch(ie){if(ie.code!==9)throw ie}A(),k&&j(G)}),$.cancelAndHoldAtTime=(Z=>k?()=>{throw i()}:(...G)=>{const ie=Z.apply($,G);return A(),ie})($.cancelAndHoldAtTime),$.cancelScheduledValues=(Z=>k?()=>{throw i()}:(...G)=>{const ie=Z.apply($,G);return A(),ie})($.cancelScheduledValues),$.exponentialRampToValueAtTime=(Z=>k?()=>{throw i()}:(...G)=>{const ie=Z.apply($,G);return A(),ie})($.exponentialRampToValueAtTime),$.linearRampToValueAtTime=(Z=>k?()=>{throw i()}:(...G)=>{const ie=Z.apply($,G);return A(),ie})($.linearRampToValueAtTime),$.setTargetAtTime=(Z=>k?()=>{throw i()}:(...G)=>{const ie=Z.apply($,G);return A(),ie})($.setTargetAtTime),$.setValueAtTime=(Z=>k?()=>{throw i()}:(...G)=>{const ie=Z.apply($,G);return A(),ie})($.setValueAtTime),$.setValueCurveAtTime=(Z=>k?()=>{throw i()}:(...G)=>{const ie=Z.apply($,G);return A(),ie})($.setValueCurveAtTime),$};return{forwardX:N(0,0,R(0)),forwardY:N(1,0,R(1)),forwardZ:N(2,-1,R(2)),positionX:N(6,0,O(0)),positionY:N(7,0,O(1)),positionZ:N(8,0,O(2)),upX:N(3,0,R(3)),upY:N(4,1,R(4)),upZ:N(5,0,R(5))}},{forwardX:p,forwardY:d,forwardZ:f,positionX:_,positionY:g,positionZ:m,upX:y,upY:x,upZ:b}=u.forwardX===void 0?h():u;return{get forwardX(){return p},get forwardY(){return d},get forwardZ(){return f},get positionX(){return _},get positionY(){return g},get positionZ(){return m},get upX(){return y},get upY(){return x},get upZ(){return b}}},zi=s=>"context"in s,ii=s=>zi(s[0]),qs=(s,e,t,n)=>{for(const i of s)if(t(i)){if(n)return!1;throw Error("The set contains at least one similar element.")}return s.add(e),!0},ec=(s,e,[t,n],i)=>{qs(s,[e,t,n],r=>r[0]===e&&r[1]===t,i)},tc=(s,[e,t,n],i)=>{const r=s.get(e);r===void 0?s.set(e,new Set([[t,n]])):qs(r,[t,n],o=>o[0]===t,i)},mn=s=>"inputs"in s,Zi=(s,e,t,n)=>{if(mn(e)){const i=e.inputs[n];return s.connect(i,t,0),[i,t,0]}return s.connect(e,t,n),[e,t,n]},ml=(s,e,t)=>{for(const n of s)if(n[0]===e&&n[1]===t)return s.delete(n),n;return null},Fh=(s,e,t)=>rr(s,n=>n[0]===e&&n[1]===t),gl=(s,e)=>{if(!ti(s).delete(e))throw new Error("Missing the expected event listener.")},_l=(s,e,t)=>{const n=zt(s,e),i=rr(n,r=>r[0]===t);return n.size===0&&s.delete(e),i},Gi=(s,e,t,n)=>{mn(e)?s.disconnect(e.inputs[n],t,0):s.disconnect(e,t,n)},Ee=s=>zt(No,s),Gn=s=>zt(Fo,s),Bs=s=>mo.has(s),Wi=s=>!an.has(s),sc=(s,e)=>new Promise(t=>{if(e!==null)t(!0);else{const n=s.createScriptProcessor(256,1,1),i=s.createGain(),r=s.createBuffer(1,2,44100),o=r.getChannelData(0);o[0]=1,o[1]=1;const a=s.createBufferSource();a.buffer=r,a.loop=!0,a.connect(n).connect(s.destination),a.connect(i),a.disconnect(i),n.onaudioprocess=c=>{const l=c.inputBuffer.getChannelData(0);Array.prototype.some.call(l,u=>u===1)?t(!0):t(!1),a.stop(),n.onaudioprocess=null,a.disconnect(n),n.disconnect(s.destination)},a.start()}}),eo=(s,e)=>{const t=new Map;for(const n of s)for(const i of n){const r=t.get(i);t.set(i,r===void 0?1:r+1)}t.forEach((n,i)=>e(i,n))},Xi=s=>"context"in s,Vh=s=>{const e=new Map;s.connect=(t=>(n,i=0,r=0)=>{const o=Xi(n)?t(n,i,r):t(n,i),a=e.get(n);return a===void 0?e.set(n,[{input:r,output:i}]):a.every(c=>c.input!==r||c.output!==i)&&a.push({input:r,output:i}),o})(s.connect.bind(s)),s.disconnect=(t=>(n,i,r)=>{if(t.apply(s),n===void 0)e.clear();else if(typeof n=="number")for(const[o,a]of e){const c=a.filter(l=>l.output!==n);c.length===0?e.delete(o):e.set(o,c)}else if(e.has(n))if(i===void 0)e.delete(n);else{const o=e.get(n);if(o!==void 0){const a=o.filter(c=>c.output!==i&&(c.input!==r||r===void 0));a.length===0?e.delete(n):e.set(n,a)}}for(const[o,a]of e)a.forEach(c=>{Xi(o)?s.connect(o,c.output,c.input):s.connect(o,c.output)})})(s.disconnect)},Ph=(s,e,t,n)=>{const{activeInputs:i,passiveInputs:r}=ni(e),{outputs:o}=vt(s),a=ti(s),c=l=>{const u=Ee(s),h=Gn(e);if(l){const p=_l(r,s,t);ec(i,s,p,!1),!n&&!Bs(s)&&u.connect(h,t)}else{const p=Fh(i,s,t);tc(r,p,!1),!n&&!Bs(s)&&u.disconnect(h,t)}};return qs(o,[e,t],l=>l[0]===e&&l[1]===t,!0)?(a.add(c),ds(s)?ec(i,s,[t,c],!0):tc(r,[s,t,c],!0),!0):!1},Wh=(s,e,t,n)=>{const{activeInputs:i,passiveInputs:r}=vt(e),o=ml(i[n],s,t);return o===null?[hl(r,s,t,n)[2],!1]:[o[2],!0]},Bh=(s,e,t)=>{const{activeInputs:n,passiveInputs:i}=ni(e),r=ml(n,s,t);return r===null?[_l(i,s,t)[1],!1]:[r[2],!0]},Po=(s,e,t,n,i)=>{const[r,o]=Wh(s,t,n,i);if(r!==null&&(gl(s,r),o&&!e&&!Bs(s)&&Gi(Ee(s),Ee(t),n,i)),ds(t)){const{activeInputs:a}=vt(t);vo(t,a)}},Wo=(s,e,t,n)=>{const[i,r]=Bh(s,t,n);i!==null&&(gl(s,i),r&&!e&&!Bs(s)&&Ee(s).disconnect(Gn(t),n))},$h=(s,e)=>{const t=vt(s),n=[];for(const i of t.outputs)ii(i)?Po(s,e,...i):Wo(s,e,...i),n.push(i[0]);return t.outputs.clear(),n},qh=(s,e,t)=>{const n=vt(s),i=[];for(const r of n.outputs)r[1]===t&&(ii(r)?Po(s,e,...r):Wo(s,e,...r),i.push(r[0]),n.outputs.delete(r));return i},jh=(s,e,t,n,i)=>{const r=vt(s);return Array.from(r.outputs).filter(o=>o[0]===t&&(n===void 0||o[1]===n)&&(i===void 0||o[2]===i)).map(o=>(ii(o)?Po(s,e,...o):Wo(s,e,...o),r.outputs.delete(o),o[0]))},Lh=(s,e,t,n,i,r,o,a,c,l,u,h,p,d,f,_)=>class extends l{constructor(m,y,x,b){super(x),this._context=m,this._nativeAudioNode=x;const v=u(m);h(v)&&t(sc,()=>sc(v,_))!==!0&&Vh(x),No.set(this,x),ll.set(this,new Set),m.state!=="closed"&&y&&cn(this),s(this,b,x)}get channelCount(){return this._nativeAudioNode.channelCount}set channelCount(m){this._nativeAudioNode.channelCount=m}get channelCountMode(){return this._nativeAudioNode.channelCountMode}set channelCountMode(m){this._nativeAudioNode.channelCountMode=m}get channelInterpretation(){return this._nativeAudioNode.channelInterpretation}set channelInterpretation(m){this._nativeAudioNode.channelInterpretation=m}get context(){return this._context}get numberOfInputs(){return this._nativeAudioNode.numberOfInputs}get numberOfOutputs(){return this._nativeAudioNode.numberOfOutputs}connect(m,y=0,x=0){if(y<0||y>=this._nativeAudioNode.numberOfOutputs)throw i();const b=u(this._context),v=f(b);if(p(m)||d(m))throw r();if(zi(m)){const T=Ee(m);try{const I=Zi(this._nativeAudioNode,T,y,x),A=Wi(this);(v||A)&&this._nativeAudioNode.disconnect(...I),this.context.state!=="closed"&&!A&&Wi(m)&&cn(m)}catch(I){throw I.code===12?r():I}if(e(this,m,y,x,v)){const I=c([this],m);eo(I,n(v))}return m}const w=Gn(m);if(w.name==="playbackRate"&&w.maxValue===1024)throw o();try{this._nativeAudioNode.connect(w,y),(v||Wi(this))&&this._nativeAudioNode.disconnect(w,y)}catch(T){throw T.code===12?r():T}if(Ph(this,m,y,v)){const T=c([this],m);eo(T,n(v))}}disconnect(m,y,x){let b;const v=u(this._context),w=f(v);if(m===void 0)b=$h(this,w);else if(typeof m=="number"){if(m<0||m>=this.numberOfOutputs)throw i();b=qh(this,w,m)}else{if(y!==void 0&&(y<0||y>=this.numberOfOutputs)||zi(m)&&x!==void 0&&(x<0||x>=m.numberOfInputs))throw i();if(b=jh(this,w,m,y,x),b.length===0)throw r()}for(const k of b){const T=c([this],k);eo(T,a)}}},zh=(s,e,t,n,i,r,o,a,c,l,u,h,p)=>(d,f,_,g=null,m=null)=>{const y=_.value,x=new eh(y),b=f?n(x):null,v={get defaultValue(){return y},get maxValue(){return g===null?_.maxValue:g},get minValue(){return m===null?_.minValue:m},get value(){return _.value},set value(w){_.value=w,v.setValueAtTime(w,d.context.currentTime)},cancelAndHoldAtTime(w){if(typeof _.cancelAndHoldAtTime=="function")b===null&&x.flush(d.context.currentTime),x.add(i(w)),_.cancelAndHoldAtTime(w);else{const k=Array.from(x).pop();b===null&&x.flush(d.context.currentTime),x.add(i(w));const T=Array.from(x).pop();_.cancelScheduledValues(w),k!==T&&T!==void 0&&(T.type==="exponentialRampToValue"?_.exponentialRampToValueAtTime(T.value,T.endTime):T.type==="linearRampToValue"?_.linearRampToValueAtTime(T.value,T.endTime):T.type==="setValue"?_.setValueAtTime(T.value,T.startTime):T.type==="setValueCurve"&&_.setValueCurveAtTime(T.values,T.startTime,T.duration))}return v},cancelScheduledValues(w){return b===null&&x.flush(d.context.currentTime),x.add(r(w)),_.cancelScheduledValues(w),v},exponentialRampToValueAtTime(w,k){if(w===0)throw new RangeError;if(!Number.isFinite(k)||k<0)throw new RangeError;const T=d.context.currentTime;return b===null&&x.flush(T),Array.from(x).length===0&&(x.add(l(y,T)),_.setValueAtTime(y,T)),x.add(o(w,k)),_.exponentialRampToValueAtTime(w,k),v},linearRampToValueAtTime(w,k){const T=d.context.currentTime;return b===null&&x.flush(T),Array.from(x).length===0&&(x.add(l(y,T)),_.setValueAtTime(y,T)),x.add(a(w,k)),_.linearRampToValueAtTime(w,k),v},setTargetAtTime(w,k,T){return b===null&&x.flush(d.context.currentTime),x.add(c(w,k,T)),_.setTargetAtTime(w,k,T),v},setValueAtTime(w,k){return b===null&&x.flush(d.context.currentTime),x.add(l(w,k)),_.setValueAtTime(w,k),v},setValueCurveAtTime(w,k,T){const D=w instanceof Float32Array?w:new Float32Array(w);if(h!==null&&h.name==="webkitAudioContext"){const I=k+T,A=d.context.sampleRate,R=Math.ceil(k*A),O=Math.floor(I*A),N=O-R,B=new Float32Array(N);for(let j=0;j<N;j+=1){const X=(D.length-1)/T*((R+j)/A-k),$=Math.floor(X),Z=Math.ceil(X);B[j]=$===Z?D[$]:(1-(X-$))*D[$]+(1-(Z-X))*D[Z]}b===null&&x.flush(d.context.currentTime),x.add(u(B,k,T)),_.setValueCurveAtTime(B,k,T);const V=O/A;V<I&&p(v,B[B.length-1],V),p(v,D[D.length-1],I)}else b===null&&x.flush(d.context.currentTime),x.add(u(D,k,T)),_.setValueCurveAtTime(D,k,T);return v}};return t.set(v,_),e.set(v,d),s(v,b),v},Zh=s=>({replay(e){for(const t of s)if(t.type==="exponentialRampToValue"){const{endTime:n,value:i}=t;e.exponentialRampToValueAtTime(i,n)}else if(t.type==="linearRampToValue"){const{endTime:n,value:i}=t;e.linearRampToValueAtTime(i,n)}else if(t.type==="setTarget"){const{startTime:n,target:i,timeConstant:r}=t;e.setTargetAtTime(i,n,r)}else if(t.type==="setValue"){const{startTime:n,value:i}=t;e.setValueAtTime(i,n)}else if(t.type==="setValueCurve"){const{duration:n,startTime:i,values:r}=t;e.setValueCurveAtTime(r,i,n)}else throw new Error("Can't apply an unknown automation.")}});class vl{constructor(e){this._map=new Map(e)}get size(){return this._map.size}entries(){return this._map.entries()}forEach(e,t=null){return this._map.forEach((n,i)=>e.call(t,n,i,this))}get(e){return this._map.get(e)}has(e){return this._map.has(e)}keys(){return this._map.keys()}values(){return this._map.values()}}const Gh={channelCount:2,channelCountMode:"explicit",channelInterpretation:"speakers",numberOfInputs:1,numberOfOutputs:1,parameterData:{},processorOptions:{}},Xh=(s,e,t,n,i,r,o,a,c,l,u,h,p,d)=>class extends e{constructor(_,g,m){var y;const x=a(_),b=c(x),v=u({...Gh,...m});p(v);const w=go.get(x),k=w?.get(g),T=b||x.state!=="closed"?x:(y=o(x))!==null&&y!==void 0?y:x,D=i(T,b?null:_.baseLatency,l,g,k,v),I=b?n(g,v,k):null;super(_,!0,D,I);const A=[];D.parameters.forEach((O,N)=>{const B=t(this,b,O);A.push([N,B])}),this._nativeAudioWorkletNode=D,this._onprocessorerror=null,this._parameters=new vl(A),b&&s(x,this);const{activeInputs:R}=r(this);h(D,R)}get onprocessorerror(){return this._onprocessorerror}set onprocessorerror(_){const g=typeof _=="function"?d(this,_):null;this._nativeAudioWorkletNode.onprocessorerror=g;const m=this._nativeAudioWorkletNode.onprocessorerror;this._onprocessorerror=m!==null&&m===g?_:m}get parameters(){return this._parameters===null?this._nativeAudioWorkletNode.parameters:this._parameters}get port(){return this._nativeAudioWorkletNode.port}};function Hi(s,e,t,n,i){if(typeof s.copyFromChannel=="function")e[t].byteLength===0&&(e[t]=new Float32Array(128)),s.copyFromChannel(e[t],n,i);else{const r=s.getChannelData(n);if(e[t].byteLength===0)e[t]=r.slice(i,i+128);else{const o=new Float32Array(r.buffer,i*Float32Array.BYTES_PER_ELEMENT,128);e[t].set(o)}}}const yl=(s,e,t,n,i)=>{typeof s.copyToChannel=="function"?e[t].byteLength!==0&&s.copyToChannel(e[t],n,i):e[t].byteLength!==0&&s.getChannelData(n).set(e[t],i)},Yi=(s,e)=>{const t=[];for(let n=0;n<s;n+=1){const i=[],r=typeof e=="number"?e:e[n];for(let o=0;o<r;o+=1)i.push(new Float32Array(128));t.push(i)}return t},Hh=(s,e)=>{const t=zt(_o,s),n=Ee(e);return zt(t,n)},Yh=async(s,e,t,n,i,r,o)=>{const a=e===null?Math.ceil(s.context.length/128)*128:e.length,c=n.channelCount*n.numberOfInputs,l=i.reduce((g,m)=>g+m,0),u=l===0?null:t.createBuffer(l,a,t.sampleRate);if(r===void 0)throw new Error("Missing the processor constructor.");const h=vt(s),p=await Hh(t,s),d=Yi(n.numberOfInputs,n.channelCount),f=Yi(n.numberOfOutputs,i),_=Array.from(s.parameters.keys()).reduce((g,m)=>({...g,[m]:new Float32Array(128)}),{});for(let g=0;g<a;g+=128){if(n.numberOfInputs>0&&e!==null)for(let m=0;m<n.numberOfInputs;m+=1)for(let y=0;y<n.channelCount;y+=1)Hi(e,d[m],y,y,g);r.parameterDescriptors!==void 0&&e!==null&&r.parameterDescriptors.forEach(({name:m},y)=>{Hi(e,_,m,c+y,g)});for(let m=0;m<n.numberOfInputs;m+=1)for(let y=0;y<i[m];y+=1)f[m][y].byteLength===0&&(f[m][y]=new Float32Array(128));try{const m=d.map((x,b)=>h.activeInputs[b].size===0?[]:x),y=o(g/t.sampleRate,t.sampleRate,()=>p.process(m,f,_));if(u!==null)for(let x=0,b=0;x<n.numberOfOutputs;x+=1){for(let v=0;v<i[x];v+=1)yl(u,f[x],v,b+v,g);b+=i[x]}if(!y)break}catch(m){s.dispatchEvent(new ErrorEvent("processorerror",{colno:m.colno,filename:m.filename,lineno:m.lineno,message:m.message}));break}}return u},Uh=(s,e,t,n,i,r,o,a,c,l,u,h,p,d,f,_)=>(g,m,y)=>{const x=new WeakMap;let b=null;const v=async(w,k)=>{let T=u(w),D=null;const I=ft(T,k),A=Array.isArray(m.outputChannelCount)?m.outputChannelCount:Array.from(m.outputChannelCount);if(h===null){const R=A.reduce((V,j)=>V+j,0),O=i(k,{channelCount:Math.max(1,R),channelCountMode:"explicit",channelInterpretation:"discrete",numberOfOutputs:Math.max(1,R)}),N=[];for(let V=0;V<w.numberOfOutputs;V+=1)N.push(n(k,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"speakers",numberOfInputs:A[V]}));const B=o(k,{channelCount:m.channelCount,channelCountMode:m.channelCountMode,channelInterpretation:m.channelInterpretation,gain:1});B.connect=e.bind(null,N),B.disconnect=c.bind(null,N),D=[O,N,B]}else I||(T=new h(k,g));if(x.set(k,D===null?T:D[2]),D!==null){if(b===null){if(y===void 0)throw new Error("Missing the processor constructor.");if(p===null)throw new Error("Missing the native OfflineAudioContext constructor.");const j=w.channelCount*w.numberOfInputs,X=y.parameterDescriptors===void 0?0:y.parameterDescriptors.length,$=j+X;b=Yh(w,$===0?null:await(async()=>{const G=new p($,Math.ceil(w.context.length/128)*128,k.sampleRate),ie=[],ae=[];for(let ce=0;ce<m.numberOfInputs;ce+=1)ie.push(o(G,{channelCount:m.channelCount,channelCountMode:m.channelCountMode,channelInterpretation:m.channelInterpretation,gain:1})),ae.push(i(G,{channelCount:m.channelCount,channelCountMode:"explicit",channelInterpretation:"discrete",numberOfOutputs:m.channelCount}));const me=await Promise.all(Array.from(w.parameters.values()).map(async ce=>{const Me=r(G,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete",offset:ce.value});return await d(G,ce,Me.offset),Me})),Y=n(G,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"speakers",numberOfInputs:Math.max(1,j+X)});for(let ce=0;ce<m.numberOfInputs;ce+=1){ie[ce].connect(ae[ce]);for(let Me=0;Me<m.channelCount;Me+=1)ae[ce].connect(Y,Me,ce*m.channelCount+Me)}for(const[ce,Me]of me.entries())Me.connect(Y,0,j+ce),Me.start(0);return Y.connect(G.destination),await Promise.all(ie.map(ce=>f(w,G,ce))),_(G)})(),k,m,A,y,l)}const R=await b,O=t(k,{buffer:null,channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",loop:!1,loopEnd:0,loopStart:0,playbackRate:1}),[N,B,V]=D;R!==null&&(O.buffer=R,O.start(0)),O.connect(N);for(let j=0,X=0;j<w.numberOfOutputs;j+=1){const $=B[j];for(let Z=0;Z<A[j];Z+=1)N.connect($,X+Z,Z);X+=A[j]}return V}if(I)for(const[R,O]of w.parameters.entries())await s(k,O,T.parameters.get(R));else for(const[R,O]of w.parameters.entries())await d(k,O,T.parameters.get(R));return await f(w,k,T),T};return{render(w,k){a(k,w);const T=x.get(k);return T!==void 0?Promise.resolve(T):v(w,k)}}},Kh=(s,e,t,n,i,r,o,a,c,l,u,h,p,d,f,_,g,m,y,x)=>class extends f{constructor(v,w){super(v,w),this._nativeContext=v,this._audioWorklet=s===void 0?void 0:{addModule:(k,T)=>s(this,k,T)}}get audioWorklet(){return this._audioWorklet}createAnalyser(){return new e(this)}createBiquadFilter(){return new i(this)}createBuffer(v,w,k){return new t({length:w,numberOfChannels:v,sampleRate:k})}createBufferSource(){return new n(this)}createChannelMerger(v=6){return new r(this,{numberOfInputs:v})}createChannelSplitter(v=6){return new o(this,{numberOfOutputs:v})}createConstantSource(){return new a(this)}createConvolver(){return new c(this)}createDelay(v=1){return new u(this,{maxDelayTime:v})}createDynamicsCompressor(){return new h(this)}createGain(){return new p(this)}createIIRFilter(v,w){return new d(this,{feedback:w,feedforward:v})}createOscillator(){return new _(this)}createPanner(){return new g(this)}createPeriodicWave(v,w,k={disableNormalization:!1}){return new m(this,{...k,imag:w,real:v})}createStereoPanner(){return new y(this)}createWaveShaper(){return new x(this)}decodeAudioData(v,w,k){return l(this._nativeContext,v).then(T=>(typeof w=="function"&&w(T),T),T=>{throw typeof k=="function"&&k(T),T})}},Qh={Q:1,channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",detune:0,frequency:350,gain:0,type:"lowpass"},Jh=(s,e,t,n,i,r,o,a)=>class extends s{constructor(l,u){const h=r(l),p={...Qh,...u},d=i(h,p),f=o(h),_=f?t():null;super(l,!1,d,_),this._Q=e(this,f,d.Q,gt,St),this._detune=e(this,f,d.detune,1200*Math.log2(gt),-1200*Math.log2(gt)),this._frequency=e(this,f,d.frequency,l.sampleRate/2,0),this._gain=e(this,f,d.gain,40*Math.log10(gt),St),this._nativeBiquadFilterNode=d,a(this,1)}get detune(){return this._detune}get frequency(){return this._frequency}get gain(){return this._gain}get Q(){return this._Q}get type(){return this._nativeBiquadFilterNode.type}set type(l){this._nativeBiquadFilterNode.type=l}getFrequencyResponse(l,u,h){try{this._nativeBiquadFilterNode.getFrequencyResponse(l,u,h)}catch(p){throw p.code===11?n():p}if(l.length!==u.length||u.length!==h.length)throw n()}},ed=(s,e,t,n,i)=>()=>{const r=new WeakMap,o=async(a,c)=>{let l=t(a);const u=ft(l,c);if(!u){const h={Q:l.Q.value,channelCount:l.channelCount,channelCountMode:l.channelCountMode,channelInterpretation:l.channelInterpretation,detune:l.detune.value,frequency:l.frequency.value,gain:l.gain.value,type:l.type};l=e(c,h)}return r.set(c,l),u?(await s(c,a.Q,l.Q),await s(c,a.detune,l.detune),await s(c,a.frequency,l.frequency),await s(c,a.gain,l.gain)):(await n(c,a.Q,l.Q),await n(c,a.detune,l.detune),await n(c,a.frequency,l.frequency),await n(c,a.gain,l.gain)),await i(a,c,l),l};return{render(a,c){const l=r.get(c);return l!==void 0?Promise.resolve(l):o(a,c)}}},td=(s,e)=>(t,n)=>{const i=e.get(t);if(i!==void 0)return i;const r=s.get(t);if(r!==void 0)return r;try{const o=n();return o instanceof Promise?(s.set(t,o),o.catch(()=>!1).then(a=>(s.delete(t),e.set(t,a),a))):(e.set(t,o),o)}catch{return e.set(t,!1),!1}},sd={channelCount:1,channelCountMode:"explicit",channelInterpretation:"speakers",numberOfInputs:6},nd=(s,e,t,n,i)=>class extends s{constructor(o,a){const c=n(o),l={...sd,...a},u=t(c,l),h=i(c)?e():null;super(o,!1,u,h)}},id=(s,e,t)=>()=>{const n=new WeakMap,i=async(r,o)=>{let a=e(r);if(!ft(a,o)){const l={channelCount:a.channelCount,channelCountMode:a.channelCountMode,channelInterpretation:a.channelInterpretation,numberOfInputs:a.numberOfInputs};a=s(o,l)}return n.set(o,a),await t(r,o,a),a};return{render(r,o){const a=n.get(o);return a!==void 0?Promise.resolve(a):i(r,o)}}},rd={channelCount:6,channelCountMode:"explicit",channelInterpretation:"discrete",numberOfOutputs:6},od=(s,e,t,n,i,r)=>class extends s{constructor(a,c){const l=n(a),u=r({...rd,...c}),h=t(l,u),p=i(l)?e():null;super(a,!1,h,p)}},ad=(s,e,t)=>()=>{const n=new WeakMap,i=async(r,o)=>{let a=e(r);if(!ft(a,o)){const l={channelCount:a.channelCount,channelCountMode:a.channelCountMode,channelInterpretation:a.channelInterpretation,numberOfOutputs:a.numberOfOutputs};a=s(o,l)}return n.set(o,a),await t(r,o,a),a};return{render(r,o){const a=n.get(o);return a!==void 0?Promise.resolve(a):i(r,o)}}},cd=s=>(e,t,n)=>s(t,e,n),ld=s=>(e,t,n=0,i=0)=>{const r=e[n];if(r===void 0)throw s();return Xi(t)?r.connect(t,0,i):r.connect(t,0)},ud=s=>(e,t)=>{const n=s(e,{buffer:null,channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",loop:!1,loopEnd:0,loopStart:0,playbackRate:1}),i=e.createBuffer(1,2,44100);return n.buffer=i,n.loop=!0,n.connect(t),n.start(),()=>{n.stop(),n.disconnect(t)}},hd={channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",offset:1},dd=(s,e,t,n,i,r,o)=>class extends s{constructor(c,l){const u=i(c),h={...hd,...l},p=n(u,h),d=r(u),f=d?t():null;super(c,!1,p,f),this._constantSourceNodeRenderer=f,this._nativeConstantSourceNode=p,this._offset=e(this,d,p.offset,gt,St),this._onended=null}get offset(){return this._offset}get onended(){return this._onended}set onended(c){const l=typeof c=="function"?o(this,c):null;this._nativeConstantSourceNode.onended=l;const u=this._nativeConstantSourceNode.onended;this._onended=u!==null&&u===l?c:u}start(c=0){if(this._nativeConstantSourceNode.start(c),this._constantSourceNodeRenderer!==null&&(this._constantSourceNodeRenderer.start=c),this.context.state!=="closed"){cn(this);const l=()=>{this._nativeConstantSourceNode.removeEventListener("ended",l),ds(this)&&si(this)};this._nativeConstantSourceNode.addEventListener("ended",l)}}stop(c=0){this._nativeConstantSourceNode.stop(c),this._constantSourceNodeRenderer!==null&&(this._constantSourceNodeRenderer.stop=c)}},pd=(s,e,t,n,i)=>()=>{const r=new WeakMap;let o=null,a=null;const c=async(l,u)=>{let h=t(l);const p=ft(h,u);if(!p){const d={channelCount:h.channelCount,channelCountMode:h.channelCountMode,channelInterpretation:h.channelInterpretation,offset:h.offset.value};h=e(u,d),o!==null&&h.start(o),a!==null&&h.stop(a)}return r.set(u,h),p?await s(u,l.offset,h.offset):await n(u,l.offset,h.offset),await i(l,u,h),h};return{set start(l){o=l},set stop(l){a=l},render(l,u){const h=r.get(u);return h!==void 0?Promise.resolve(h):c(l,u)}}},fd=s=>e=>(s[0]=e,s[0]),md={buffer:null,channelCount:2,channelCountMode:"clamped-max",channelInterpretation:"speakers",disableNormalization:!1},gd=(s,e,t,n,i,r)=>class extends s{constructor(a,c){const l=n(a),u={...md,...c},h=t(l,u),d=i(l)?e():null;super(a,!1,h,d),this._isBufferNullified=!1,this._nativeConvolverNode=h,u.buffer!==null&&r(this,u.buffer.duration)}get buffer(){return this._isBufferNullified?null:this._nativeConvolverNode.buffer}set buffer(a){if(this._nativeConvolverNode.buffer=a,a===null&&this._nativeConvolverNode.buffer!==null){const c=this._nativeConvolverNode.context;this._nativeConvolverNode.buffer=c.createBuffer(1,1,c.sampleRate),this._isBufferNullified=!0,r(this,0)}else this._isBufferNullified=!1,r(this,this._nativeConvolverNode.buffer===null?0:this._nativeConvolverNode.buffer.duration)}get normalize(){return this._nativeConvolverNode.normalize}set normalize(a){this._nativeConvolverNode.normalize=a}},_d=(s,e,t)=>()=>{const n=new WeakMap,i=async(r,o)=>{let a=e(r);if(!ft(a,o)){const l={buffer:a.buffer,channelCount:a.channelCount,channelCountMode:a.channelCountMode,channelInterpretation:a.channelInterpretation,disableNormalization:!a.normalize};a=s(o,l)}return n.set(o,a),mn(a)?await t(r,o,a.inputs[0]):await t(r,o,a),a};return{render(r,o){const a=n.get(o);return a!==void 0?Promise.resolve(a):i(r,o)}}},vd=(s,e)=>(t,n,i)=>{if(e===null)throw new Error("Missing the native OfflineAudioContext constructor.");try{return new e(t,n,i)}catch(r){throw r.name==="SyntaxError"?s():r}},yd=()=>new DOMException("","DataCloneError"),nc=s=>{const{port1:e,port2:t}=new MessageChannel;return new Promise(n=>{const i=()=>{t.onmessage=null,e.close(),t.close(),n()};t.onmessage=()=>i();try{e.postMessage(s,[s])}catch{}finally{i()}})},bd=(s,e,t,n,i,r,o,a,c,l,u)=>(h,p)=>{const d=o(h)?h:r(h);if(i.has(p)){const f=t();return Promise.reject(f)}try{i.add(p)}catch{}return e(c,()=>c(d))?d.decodeAudioData(p).then(f=>(nc(p).catch(()=>{}),e(a,()=>a(f))||u(f),s.add(f),f)):new Promise((f,_)=>{const g=async()=>{try{await nc(p)}catch{}},m=y=>{_(y),g()};try{d.decodeAudioData(p,y=>{typeof y.copyFromChannel!="function"&&(l(y),Vo(y)),s.add(y),g().then(()=>f(y))},y=>{m(y===null?n():y)})}catch(y){m(y)}})},wd=(s,e,t,n,i,r,o,a)=>(c,l)=>{const u=e.get(c);if(u===void 0)throw new Error("Missing the expected cycle count.");const h=r(c.context),p=a(h);if(u===l){if(e.delete(c),!p&&o(c)){const d=n(c),{outputs:f}=t(c);for(const _ of f)if(ii(_)){const g=n(_[0]);s(d,g,_[1],_[2])}else{const g=i(_[0]);d.connect(g,_[1])}}}else e.set(c,u-l)},xd={channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",delayTime:0,maxDelayTime:1},Cd=(s,e,t,n,i,r,o)=>class extends s{constructor(c,l){const u=i(c),h={...xd,...l},p=n(u,h),d=r(u),f=d?t(h.maxDelayTime):null;super(c,!1,p,f),this._delayTime=e(this,d,p.delayTime),o(this,h.maxDelayTime)}get delayTime(){return this._delayTime}},Sd=(s,e,t,n,i)=>r=>{const o=new WeakMap,a=async(c,l)=>{let u=t(c);const h=ft(u,l);if(!h){const p={channelCount:u.channelCount,channelCountMode:u.channelCountMode,channelInterpretation:u.channelInterpretation,delayTime:u.delayTime.value,maxDelayTime:r};u=e(l,p)}return o.set(l,u),h?await s(l,c.delayTime,u.delayTime):await n(l,c.delayTime,u.delayTime),await i(c,l,u),u};return{render(c,l){const u=o.get(l);return u!==void 0?Promise.resolve(u):a(c,l)}}},Td=s=>(e,t,n,i)=>s(e[i],r=>r[0]===t&&r[1]===n),kd=s=>(e,t)=>{s(e).delete(t)},Ad=s=>"delayTime"in s,Id=(s,e,t)=>function n(i,r){const o=zi(r)?r:t(s,r);if(Ad(o))return[];if(i[0]===o)return[i];if(i.includes(o))return[];const{outputs:a}=e(o);return Array.from(a).map(c=>n([...i,o],c[0])).reduce((c,l)=>c.concat(l),[])},Mi=(s,e,t)=>{const n=e[t];if(n===void 0)throw s();return n},Dd=s=>(e,t=void 0,n=void 0,i=0)=>t===void 0?e.forEach(r=>r.disconnect()):typeof t=="number"?Mi(s,e,t).disconnect():Xi(t)?n===void 0?e.forEach(r=>r.disconnect(t)):i===void 0?Mi(s,e,n).disconnect(t,0):Mi(s,e,n).disconnect(t,0,i):n===void 0?e.forEach(r=>r.disconnect(t)):Mi(s,e,n).disconnect(t,0),Rd={attack:.003,channelCount:2,channelCountMode:"clamped-max",channelInterpretation:"speakers",knee:30,ratio:12,release:.25,threshold:-24},Ed=(s,e,t,n,i,r,o,a)=>class extends s{constructor(l,u){const h=r(l),p={...Rd,...u},d=n(h,p),f=o(h),_=f?t():null;super(l,!1,d,_),this._attack=e(this,f,d.attack),this._knee=e(this,f,d.knee),this._nativeDynamicsCompressorNode=d,this._ratio=e(this,f,d.ratio),this._release=e(this,f,d.release),this._threshold=e(this,f,d.threshold),a(this,.006)}get attack(){return this._attack}get channelCount(){return this._nativeDynamicsCompressorNode.channelCount}set channelCount(l){const u=this._nativeDynamicsCompressorNode.channelCount;if(this._nativeDynamicsCompressorNode.channelCount=l,l>2)throw this._nativeDynamicsCompressorNode.channelCount=u,i()}get channelCountMode(){return this._nativeDynamicsCompressorNode.channelCountMode}set channelCountMode(l){const u=this._nativeDynamicsCompressorNode.channelCountMode;if(this._nativeDynamicsCompressorNode.channelCountMode=l,l==="max")throw this._nativeDynamicsCompressorNode.channelCountMode=u,i()}get knee(){return this._knee}get ratio(){return this._ratio}get reduction(){return typeof this._nativeDynamicsCompressorNode.reduction.value=="number"?this._nativeDynamicsCompressorNode.reduction.value:this._nativeDynamicsCompressorNode.reduction}get release(){return this._release}get threshold(){return this._threshold}},Md=(s,e,t,n,i)=>()=>{const r=new WeakMap,o=async(a,c)=>{let l=t(a);const u=ft(l,c);if(!u){const h={attack:l.attack.value,channelCount:l.channelCount,channelCountMode:l.channelCountMode,channelInterpretation:l.channelInterpretation,knee:l.knee.value,ratio:l.ratio.value,release:l.release.value,threshold:l.threshold.value};l=e(c,h)}return r.set(c,l),u?(await s(c,a.attack,l.attack),await s(c,a.knee,l.knee),await s(c,a.ratio,l.ratio),await s(c,a.release,l.release),await s(c,a.threshold,l.threshold)):(await n(c,a.attack,l.attack),await n(c,a.knee,l.knee),await n(c,a.ratio,l.ratio),await n(c,a.release,l.release),await n(c,a.threshold,l.threshold)),await i(a,c,l),l};return{render(a,c){const l=r.get(c);return l!==void 0?Promise.resolve(l):o(a,c)}}},Od=()=>new DOMException("","EncodingError"),Nd=s=>e=>new Promise((t,n)=>{if(s===null){n(new SyntaxError);return}const i=s.document.head;if(i===null)n(new SyntaxError);else{const r=s.document.createElement("script"),o=new Blob([e],{type:"application/javascript"}),a=URL.createObjectURL(o),c=s.onerror,l=()=>{s.onerror=c,URL.revokeObjectURL(a)};s.onerror=(u,h,p,d,f)=>{if(h===a||h===s.location.href&&p===1&&d===1)return l(),n(f),!1;if(c!==null)return c(u,h,p,d,f)},r.onerror=()=>{l(),n(new SyntaxError)},r.onload=()=>{l(),t()},r.src=a,r.type="module",i.appendChild(r)}}),Fd=s=>class{constructor(t){this._nativeEventTarget=t,this._listeners=new WeakMap}addEventListener(t,n,i){if(n!==null){let r=this._listeners.get(n);r===void 0&&(r=s(this,n),typeof n=="function"&&this._listeners.set(n,r)),this._nativeEventTarget.addEventListener(t,r,i)}}dispatchEvent(t){return this._nativeEventTarget.dispatchEvent(t)}removeEventListener(t,n,i){const r=n===null?void 0:this._listeners.get(n);this._nativeEventTarget.removeEventListener(t,r===void 0?null:r,i)}},Vd=s=>(e,t,n)=>{Object.defineProperties(s,{currentFrame:{configurable:!0,get(){return Math.round(e*t)}},currentTime:{configurable:!0,get(){return e}}});try{return n()}finally{s!==null&&(delete s.currentFrame,delete s.currentTime)}},Pd=s=>async e=>{try{const t=await fetch(e);if(t.ok)return[await t.text(),t.url]}catch{}throw s()},Wd={channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",gain:1},Bd=(s,e,t,n,i,r)=>class extends s{constructor(a,c){const l=i(a),u={...Wd,...c},h=n(l,u),p=r(l),d=p?t():null;super(a,!1,h,d),this._gain=e(this,p,h.gain,gt,St)}get gain(){return this._gain}},$d=(s,e,t,n,i)=>()=>{const r=new WeakMap,o=async(a,c)=>{let l=t(a);const u=ft(l,c);if(!u){const h={channelCount:l.channelCount,channelCountMode:l.channelCountMode,channelInterpretation:l.channelInterpretation,gain:l.gain.value};l=e(c,h)}return r.set(c,l),u?await s(c,a.gain,l.gain):await n(c,a.gain,l.gain),await i(a,c,l),l};return{render(a,c){const l=r.get(c);return l!==void 0?Promise.resolve(l):o(a,c)}}},qd=(s,e)=>t=>e(s,t),jd=s=>e=>{const t=s(e);if(t.renderer===null)throw new Error("Missing the renderer of the given AudioNode in the audio graph.");return t.renderer},Ld=s=>e=>{var t;return(t=s.get(e))!==null&&t!==void 0?t:0},zd=s=>e=>{const t=s(e);if(t.renderer===null)throw new Error("Missing the renderer of the given AudioParam in the audio graph.");return t.renderer},Zd=s=>e=>s.get(e),tt=()=>new DOMException("","InvalidStateError"),Gd=s=>e=>{const t=s.get(e);if(t===void 0)throw tt();return t},Xd=(s,e)=>t=>{let n=s.get(t);if(n!==void 0)return n;if(e===null)throw new Error("Missing the native OfflineAudioContext constructor.");return n=new e(1,1,44100),s.set(t,n),n},Hd=s=>e=>{const t=s.get(e);if(t===void 0)throw new Error("The context has no set of AudioWorkletNodes.");return t},or=()=>new DOMException("","InvalidAccessError"),Yd=s=>{s.getFrequencyResponse=(e=>(t,n,i)=>{if(t.length!==n.length||n.length!==i.length)throw or();return e.call(s,t,n,i)})(s.getFrequencyResponse)},Ud={channelCount:2,channelCountMode:"max",channelInterpretation:"speakers"},Kd=(s,e,t,n,i,r)=>class extends s{constructor(a,c){const l=n(a),u=i(l),h={...Ud,...c},p=e(l,u?null:a.baseLatency,h),d=u?t(h.feedback,h.feedforward):null;super(a,!1,p,d),Yd(p),this._nativeIIRFilterNode=p,r(this,1)}getFrequencyResponse(a,c,l){return this._nativeIIRFilterNode.getFrequencyResponse(a,c,l)}},bl=(s,e,t,n,i,r,o,a,c,l,u)=>{const h=l.length;let p=a;for(let d=0;d<h;d+=1){let f=t[0]*l[d];for(let _=1;_<i;_+=1){const g=p-_&c-1;f+=t[_]*r[g],f-=s[_]*o[g]}for(let _=i;_<n;_+=1)f+=t[_]*r[p-_&c-1];for(let _=i;_<e;_+=1)f-=s[_]*o[p-_&c-1];r[p]=l[d],o[p]=f,p=p+1&c-1,u[d]=f}return p},Qd=(s,e,t,n)=>{const i=t instanceof Float64Array?t:new Float64Array(t),r=n instanceof Float64Array?n:new Float64Array(n),o=i.length,a=r.length,c=Math.min(o,a);if(i[0]!==1){for(let f=0;f<o;f+=1)r[f]/=i[0];for(let f=1;f<a;f+=1)i[f]/=i[0]}const l=32,u=new Float32Array(l),h=new Float32Array(l),p=e.createBuffer(s.numberOfChannels,s.length,s.sampleRate),d=s.numberOfChannels;for(let f=0;f<d;f+=1){const _=s.getChannelData(f),g=p.getChannelData(f);u.fill(0),h.fill(0),bl(i,o,r,a,c,u,h,0,l,_,g)}return p},Jd=(s,e,t,n,i)=>(r,o)=>{const a=new WeakMap;let c=null;const l=async(u,h)=>{let p=null,d=e(u);const f=ft(d,h);if(h.createIIRFilter===void 0?p=s(h,{buffer:null,channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",loop:!1,loopEnd:0,loopStart:0,playbackRate:1}):f||(d=h.createIIRFilter(o,r)),a.set(h,p===null?d:p),p!==null){if(c===null){if(t===null)throw new Error("Missing the native OfflineAudioContext constructor.");const g=new t(u.context.destination.channelCount,u.context.length,h.sampleRate);c=(async()=>{await n(u,g,g.destination);const m=await i(g);return Qd(m,h,r,o)})()}const _=await c;return p.buffer=_,p.start(0),p}return await n(u,h,d),d};return{render(u,h){const p=a.get(h);return p!==void 0?Promise.resolve(p):l(u,h)}}},ep=(s,e,t,n,i,r)=>o=>(a,c)=>{const l=s.get(a);if(l===void 0){if(!o&&r(a)){const u=n(a),{outputs:h}=t(a);for(const p of h)if(ii(p)){const d=n(p[0]);e(u,d,p[1],p[2])}else{const d=i(p[0]);u.disconnect(d,p[1])}}s.set(a,c)}else s.set(a,l+c)},tp=(s,e)=>t=>{const n=s.get(t);return e(n)||e(t)},sp=(s,e)=>t=>s.has(t)||e(t),np=(s,e)=>t=>s.has(t)||e(t),ip=(s,e)=>t=>{const n=s.get(t);return e(n)||e(t)},rp=s=>e=>s!==null&&e instanceof s,op=s=>e=>s!==null&&typeof s.AudioNode=="function"&&e instanceof s.AudioNode,ap=s=>e=>s!==null&&typeof s.AudioParam=="function"&&e instanceof s.AudioParam,cp=(s,e)=>t=>s(t)||e(t),lp=s=>e=>s!==null&&e instanceof s,up=s=>s!==null&&s.isSecureContext,hp=async(s,e,t,n,i,r,o,a,c,l,u,h,p,d,f,_)=>s(e,e)&&s(t,t)&&s(i,i)&&s(r,r)&&s(a,a)&&s(c,c)&&s(l,l)&&s(u,u)&&s(h,h)&&s(p,p)&&s(d,d)?(await Promise.all([s(n,n),s(o,o),s(f,f),s(_,_)])).every(m=>m):!1,dp=(s,e,t,n)=>class extends s{constructor(r,o){const a=t(r),c=e(a,o);if(n(a))throw TypeError();super(r,!0,c,null),this._nativeMediaElementAudioSourceNode=c}get mediaElement(){return this._nativeMediaElementAudioSourceNode.mediaElement}},pp={channelCount:2,channelCountMode:"explicit",channelInterpretation:"speakers"},fp=(s,e,t,n)=>class extends s{constructor(r,o){const a=t(r);if(n(a))throw new TypeError;const c={...pp,...o},l=e(a,c);super(r,!1,l,null),this._nativeMediaStreamAudioDestinationNode=l}get stream(){return this._nativeMediaStreamAudioDestinationNode.stream}},mp=(s,e,t,n)=>class extends s{constructor(r,o){const a=t(r),c=e(a,o);if(n(a))throw new TypeError;super(r,!0,c,null),this._nativeMediaStreamAudioSourceNode=c}get mediaStream(){return this._nativeMediaStreamAudioSourceNode.mediaStream}},gp=(s,e,t)=>class extends s{constructor(i,r){const o=t(i),a=e(o,r);super(i,!0,a,null)}},_p=(s,e,t,n,i,r)=>class extends t{constructor(a,c){super(a),this._nativeContext=a,ir.set(this,a),n(a)&&i.set(a,new Set),this._destination=new s(this,c),this._listener=e(this,a),this._onstatechange=null}get currentTime(){return this._nativeContext.currentTime}get destination(){return this._destination}get listener(){return this._listener}get onstatechange(){return this._onstatechange}set onstatechange(a){const c=typeof a=="function"?r(this,a):null;this._nativeContext.onstatechange=c;const l=this._nativeContext.onstatechange;this._onstatechange=l!==null&&l===c?a:l}get sampleRate(){return this._nativeContext.sampleRate}get state(){return this._nativeContext.state}},Xn=s=>{const e=new Uint32Array([1179011410,40,1163280727,544501094,16,131073,44100,176400,1048580,1635017060,4,0]);try{const t=s.decodeAudioData(e.buffer,()=>{});return t===void 0?!1:(t.catch(()=>{}),!0)}catch{}return!1},vp=(s,e)=>(t,n,i)=>{const r=new Set;return t.connect=(o=>(a,c=0,l=0)=>{const u=r.size===0;if(e(a))return o.call(t,a,c,l),s(r,[a,c,l],h=>h[0]===a&&h[1]===c&&h[2]===l,!0),u&&n(),a;o.call(t,a,c),s(r,[a,c],h=>h[0]===a&&h[1]===c,!0),u&&n()})(t.connect),t.disconnect=(o=>(a,c,l)=>{const u=r.size>0;if(a===void 0)o.apply(t),r.clear();else if(typeof a=="number"){o.call(t,a);for(const p of r)p[1]===a&&r.delete(p)}else{e(a)?o.call(t,a,c,l):o.call(t,a,c);for(const p of r)p[0]===a&&(c===void 0||p[1]===c)&&(l===void 0||p[2]===l)&&r.delete(p)}const h=r.size===0;u&&h&&i()})(t.disconnect),t},Fe=(s,e,t)=>{const n=e[t];n!==void 0&&n!==s[t]&&(s[t]=n)},Ue=(s,e)=>{Fe(s,e,"channelCount"),Fe(s,e,"channelCountMode"),Fe(s,e,"channelInterpretation")},ic=s=>typeof s.getFloatTimeDomainData=="function",yp=s=>{s.getFloatTimeDomainData=e=>{const t=new Uint8Array(e.length);s.getByteTimeDomainData(t);const n=Math.max(t.length,s.fftSize);for(let i=0;i<n;i+=1)e[i]=(t[i]-128)*.0078125;return e}},bp=(s,e)=>(t,n)=>{const i=t.createAnalyser();if(Ue(i,n),!(n.maxDecibels>n.minDecibels))throw e();return Fe(i,n,"fftSize"),Fe(i,n,"maxDecibels"),Fe(i,n,"minDecibels"),Fe(i,n,"smoothingTimeConstant"),s(ic,()=>ic(i))||yp(i),i},wp=s=>s===null?null:s.hasOwnProperty("AudioBuffer")?s.AudioBuffer:null,$e=(s,e,t)=>{const n=e[t];n!==void 0&&n!==s[t].value&&(s[t].value=n)},xp=s=>{s.start=(e=>{let t=!1;return(n=0,i=0,r)=>{if(t)throw tt();e.call(s,n,i,r),t=!0}})(s.start)},Bo=s=>{s.start=(e=>(t=0,n=0,i)=>{if(typeof i=="number"&&i<0||n<0||t<0)throw new RangeError("The parameters can't be negative.");e.call(s,t,n,i)})(s.start)},$o=s=>{s.stop=(e=>(t=0)=>{if(t<0)throw new RangeError("The parameter can't be negative.");e.call(s,t)})(s.stop)},Cp=(s,e,t,n,i,r,o,a,c,l,u)=>(h,p)=>{const d=h.createBufferSource();return Ue(d,p),$e(d,p,"playbackRate"),Fe(d,p,"buffer"),Fe(d,p,"loop"),Fe(d,p,"loopEnd"),Fe(d,p,"loopStart"),e(t,()=>t(h))||xp(d),e(n,()=>n(h))||c(d),e(i,()=>i(h))||l(d,h),e(r,()=>r(h))||Bo(d),e(o,()=>o(h))||u(d,h),e(a,()=>a(h))||$o(d),s(h,d),d},Sp=s=>s===null?null:s.hasOwnProperty("AudioContext")?s.AudioContext:s.hasOwnProperty("webkitAudioContext")?s.webkitAudioContext:null,Tp=(s,e)=>(t,n,i)=>{const r=t.destination;if(r.channelCount!==n)try{r.channelCount=n}catch{}i&&r.channelCountMode!=="explicit"&&(r.channelCountMode="explicit"),r.maxChannelCount===0&&Object.defineProperty(r,"maxChannelCount",{value:n});const o=s(t,{channelCount:n,channelCountMode:r.channelCountMode,channelInterpretation:r.channelInterpretation,gain:1});return e(o,"channelCount",a=>()=>a.call(o),a=>c=>{a.call(o,c);try{r.channelCount=c}catch(l){if(c>r.maxChannelCount)throw l}}),e(o,"channelCountMode",a=>()=>a.call(o),a=>c=>{a.call(o,c),r.channelCountMode=c}),e(o,"channelInterpretation",a=>()=>a.call(o),a=>c=>{a.call(o,c),r.channelInterpretation=c}),Object.defineProperty(o,"maxChannelCount",{get:()=>r.maxChannelCount}),o.connect(r),o},kp=s=>s===null?null:s.hasOwnProperty("AudioWorkletNode")?s.AudioWorkletNode:null,Ap=s=>{const{port1:e}=new MessageChannel;try{e.postMessage(s)}finally{e.close()}},Ip=(s,e,t,n,i)=>(r,o,a,c,l,u)=>{if(a!==null)try{const h=new a(r,c,u),p=new Map;let d=null;if(Object.defineProperties(h,{channelCount:{get:()=>u.channelCount,set:()=>{throw s()}},channelCountMode:{get:()=>"explicit",set:()=>{throw s()}},onprocessorerror:{get:()=>d,set:f=>{typeof d=="function"&&h.removeEventListener("processorerror",d),d=typeof f=="function"?f:null,typeof d=="function"&&h.addEventListener("processorerror",d)}}}),h.addEventListener=(f=>(..._)=>{if(_[0]==="processorerror"){const g=typeof _[1]=="function"?_[1]:typeof _[1]=="object"&&_[1]!==null&&typeof _[1].handleEvent=="function"?_[1].handleEvent:null;if(g!==null){const m=p.get(_[1]);m!==void 0?_[1]=m:(_[1]=y=>{y.type==="error"?(Object.defineProperties(y,{type:{value:"processorerror"}}),g(y)):g(new ErrorEvent(_[0],{...y}))},p.set(g,_[1]))}}return f.call(h,"error",_[1],_[2]),f.call(h,..._)})(h.addEventListener),h.removeEventListener=(f=>(..._)=>{if(_[0]==="processorerror"){const g=p.get(_[1]);g!==void 0&&(p.delete(_[1]),_[1]=g)}return f.call(h,"error",_[1],_[2]),f.call(h,_[0],_[1],_[2])})(h.removeEventListener),u.numberOfOutputs!==0){const f=t(r,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete",gain:0});return h.connect(f).connect(r.destination),i(h,()=>f.disconnect(),()=>f.connect(r.destination))}return h}catch(h){throw h.code===11?n():h}if(l===void 0)throw n();return Ap(u),e(r,o,l,u)},wl=(s,e)=>s===null?512:Math.max(512,Math.min(16384,Math.pow(2,Math.round(Math.log2(s*e))))),Dp=s=>new Promise((e,t)=>{const{port1:n,port2:i}=new MessageChannel;n.onmessage=({data:r})=>{n.close(),i.close(),e(r)},n.onmessageerror=({data:r})=>{n.close(),i.close(),t(r)},i.postMessage(s)}),Rp=async(s,e)=>{const t=await Dp(e);return new s(t)},Ep=(s,e,t,n)=>{let i=_o.get(s);i===void 0&&(i=new WeakMap,_o.set(s,i));const r=Rp(t,n);return i.set(e,r),r},Mp=(s,e,t,n,i,r,o,a,c,l,u,h,p)=>(d,f,_,g)=>{if(g.numberOfInputs===0&&g.numberOfOutputs===0)throw c();const m=Array.isArray(g.outputChannelCount)?g.outputChannelCount:Array.from(g.outputChannelCount);if(m.some(L=>L<1))throw c();if(m.length!==g.numberOfOutputs)throw e();if(g.channelCountMode!=="explicit")throw c();const y=g.channelCount*g.numberOfInputs,x=m.reduce((L,ee)=>L+ee,0),b=_.parameterDescriptors===void 0?0:_.parameterDescriptors.length;if(y+b>6||x>6)throw c();const v=new MessageChannel,w=[],k=[];for(let L=0;L<g.numberOfInputs;L+=1)w.push(o(d,{channelCount:g.channelCount,channelCountMode:g.channelCountMode,channelInterpretation:g.channelInterpretation,gain:1})),k.push(i(d,{channelCount:g.channelCount,channelCountMode:"explicit",channelInterpretation:"discrete",numberOfOutputs:g.channelCount}));const T=[];if(_.parameterDescriptors!==void 0)for(const{defaultValue:L,maxValue:ee,minValue:be,name:ge}of _.parameterDescriptors){const he=r(d,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete",offset:g.parameterData[ge]!==void 0?g.parameterData[ge]:L===void 0?0:L});Object.defineProperties(he.offset,{defaultValue:{get:()=>L===void 0?0:L},maxValue:{get:()=>ee===void 0?gt:ee},minValue:{get:()=>be===void 0?St:be}}),T.push(he)}const D=n(d,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"speakers",numberOfInputs:Math.max(1,y+b)}),I=wl(f,d.sampleRate),A=a(d,I,y+b,Math.max(1,x)),R=i(d,{channelCount:Math.max(1,x),channelCountMode:"explicit",channelInterpretation:"discrete",numberOfOutputs:Math.max(1,x)}),O=[];for(let L=0;L<g.numberOfOutputs;L+=1)O.push(n(d,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"speakers",numberOfInputs:m[L]}));for(let L=0;L<g.numberOfInputs;L+=1){w[L].connect(k[L]);for(let ee=0;ee<g.channelCount;ee+=1)k[L].connect(D,ee,L*g.channelCount+ee)}const N=new vl(_.parameterDescriptors===void 0?[]:_.parameterDescriptors.map(({name:L},ee)=>{const be=T[ee];return be.connect(D,0,y+ee),be.start(0),[L,be.offset]}));D.connect(A);let B=g.channelInterpretation,V=null;const j=g.numberOfOutputs===0?[A]:O,X={get bufferSize(){return I},get channelCount(){return g.channelCount},set channelCount(L){throw t()},get channelCountMode(){return g.channelCountMode},set channelCountMode(L){throw t()},get channelInterpretation(){return B},set channelInterpretation(L){for(const ee of w)ee.channelInterpretation=L;B=L},get context(){return A.context},get inputs(){return w},get numberOfInputs(){return g.numberOfInputs},get numberOfOutputs(){return g.numberOfOutputs},get onprocessorerror(){return V},set onprocessorerror(L){typeof V=="function"&&X.removeEventListener("processorerror",V),V=typeof L=="function"?L:null,typeof V=="function"&&X.addEventListener("processorerror",V)},get parameters(){return N},get port(){return v.port2},addEventListener(...L){return A.addEventListener(L[0],L[1],L[2])},connect:s.bind(null,j),disconnect:l.bind(null,j),dispatchEvent(...L){return A.dispatchEvent(L[0])},removeEventListener(...L){return A.removeEventListener(L[0],L[1],L[2])}},$=new Map;v.port1.addEventListener=(L=>(...ee)=>{if(ee[0]==="message"){const be=typeof ee[1]=="function"?ee[1]:typeof ee[1]=="object"&&ee[1]!==null&&typeof ee[1].handleEvent=="function"?ee[1].handleEvent:null;if(be!==null){const ge=$.get(ee[1]);ge!==void 0?ee[1]=ge:(ee[1]=he=>{u(d.currentTime,d.sampleRate,()=>be(he))},$.set(be,ee[1]))}}return L.call(v.port1,ee[0],ee[1],ee[2])})(v.port1.addEventListener),v.port1.removeEventListener=(L=>(...ee)=>{if(ee[0]==="message"){const be=$.get(ee[1]);be!==void 0&&($.delete(ee[1]),ee[1]=be)}return L.call(v.port1,ee[0],ee[1],ee[2])})(v.port1.removeEventListener);let Z=null;Object.defineProperty(v.port1,"onmessage",{get:()=>Z,set:L=>{typeof Z=="function"&&v.port1.removeEventListener("message",Z),Z=typeof L=="function"?L:null,typeof Z=="function"&&(v.port1.addEventListener("message",Z),v.port1.start())}}),_.prototype.port=v.port1;let G=null;Ep(d,X,_,g).then(L=>G=L);const ae=Yi(g.numberOfInputs,g.channelCount),me=Yi(g.numberOfOutputs,m),Y=_.parameterDescriptors===void 0?[]:_.parameterDescriptors.reduce((L,{name:ee})=>({...L,[ee]:new Float32Array(128)}),{});let ce=!0;const Me=()=>{g.numberOfOutputs>0&&A.disconnect(R);for(let L=0,ee=0;L<g.numberOfOutputs;L+=1){const be=O[L];for(let ge=0;ge<m[L];ge+=1)R.disconnect(be,ee+ge,ge);ee+=m[L]}},U=new Map;A.onaudioprocess=({inputBuffer:L,outputBuffer:ee})=>{if(G!==null){const be=h(X);for(let ge=0;ge<I;ge+=128){for(let he=0;he<g.numberOfInputs;he+=1)for(let we=0;we<g.channelCount;we+=1)Hi(L,ae[he],we,we,ge);_.parameterDescriptors!==void 0&&_.parameterDescriptors.forEach(({name:he},we)=>{Hi(L,Y,he,y+we,ge)});for(let he=0;he<g.numberOfInputs;he+=1)for(let we=0;we<m[he];we+=1)me[he][we].byteLength===0&&(me[he][we]=new Float32Array(128));try{const he=ae.map((He,nt)=>{if(be[nt].size>0)return U.set(nt,I/128),He;const Kt=U.get(nt);return Kt===void 0?[]:(He.every(le=>le.every(_e=>_e===0))&&(Kt===1?U.delete(nt):U.set(nt,Kt-1)),He)});ce=u(d.currentTime+ge/d.sampleRate,d.sampleRate,()=>G.process(he,me,Y));for(let He=0,nt=0;He<g.numberOfOutputs;He+=1){for(let mt=0;mt<m[He];mt+=1)yl(ee,me[He],mt,nt+mt,ge);nt+=m[He]}}catch(he){ce=!1,X.dispatchEvent(new ErrorEvent("processorerror",{colno:he.colno,filename:he.filename,lineno:he.lineno,message:he.message}))}if(!ce){for(let he=0;he<g.numberOfInputs;he+=1){w[he].disconnect(k[he]);for(let we=0;we<g.channelCount;we+=1)k[ge].disconnect(D,we,he*g.channelCount+we)}if(_.parameterDescriptors!==void 0){const he=_.parameterDescriptors.length;for(let we=0;we<he;we+=1){const He=T[we];He.disconnect(D,0,y+we),He.stop()}}D.disconnect(A),A.onaudioprocess=null,ye?Me():K();break}}}};let ye=!1;const Xe=o(d,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete",gain:0}),Vt=()=>A.connect(Xe).connect(d.destination),K=()=>{A.disconnect(Xe),Xe.disconnect()},ut=()=>{if(ce){K(),g.numberOfOutputs>0&&A.connect(R);for(let L=0,ee=0;L<g.numberOfOutputs;L+=1){const be=O[L];for(let ge=0;ge<m[L];ge+=1)R.connect(be,ee+ge,ge);ee+=m[L]}}ye=!0},Be=()=>{ce&&(Vt(),Me()),ye=!1};return Vt(),p(X,ut,Be)},xl=(s,e)=>{const t=s.createBiquadFilter();return Ue(t,e),$e(t,e,"Q"),$e(t,e,"detune"),$e(t,e,"frequency"),$e(t,e,"gain"),Fe(t,e,"type"),t},Op=(s,e)=>(t,n)=>{const i=t.createChannelMerger(n.numberOfInputs);return s!==null&&s.name==="webkitAudioContext"&&e(t,i),Ue(i,n),i},Np=s=>{const e=s.numberOfOutputs;Object.defineProperty(s,"channelCount",{get:()=>e,set:t=>{if(t!==e)throw tt()}}),Object.defineProperty(s,"channelCountMode",{get:()=>"explicit",set:t=>{if(t!=="explicit")throw tt()}}),Object.defineProperty(s,"channelInterpretation",{get:()=>"discrete",set:t=>{if(t!=="discrete")throw tt()}})},ri=(s,e)=>{const t=s.createChannelSplitter(e.numberOfOutputs);return Ue(t,e),Np(t),t},Fp=(s,e,t,n,i)=>(r,o)=>{if(r.createConstantSource===void 0)return t(r,o);const a=r.createConstantSource();return Ue(a,o),$e(a,o,"offset"),e(n,()=>n(r))||Bo(a),e(i,()=>i(r))||$o(a),s(r,a),a},gn=(s,e)=>(s.connect=e.connect.bind(e),s.disconnect=e.disconnect.bind(e),s),Vp=(s,e,t,n)=>(i,{offset:r,...o})=>{const a=i.createBuffer(1,2,44100),c=e(i,{buffer:null,channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",loop:!1,loopEnd:0,loopStart:0,playbackRate:1}),l=t(i,{...o,gain:r}),u=a.getChannelData(0);u[0]=1,u[1]=1,c.buffer=a,c.loop=!0;const h={get bufferSize(){},get channelCount(){return l.channelCount},set channelCount(f){l.channelCount=f},get channelCountMode(){return l.channelCountMode},set channelCountMode(f){l.channelCountMode=f},get channelInterpretation(){return l.channelInterpretation},set channelInterpretation(f){l.channelInterpretation=f},get context(){return l.context},get inputs(){return[]},get numberOfInputs(){return c.numberOfInputs},get numberOfOutputs(){return l.numberOfOutputs},get offset(){return l.gain},get onended(){return c.onended},set onended(f){c.onended=f},addEventListener(...f){return c.addEventListener(f[0],f[1],f[2])},dispatchEvent(...f){return c.dispatchEvent(f[0])},removeEventListener(...f){return c.removeEventListener(f[0],f[1],f[2])},start(f=0){c.start.call(c,f)},stop(f=0){c.stop.call(c,f)}},p=()=>c.connect(l),d=()=>c.disconnect(l);return s(i,c),n(gn(h,l),p,d)},Pp=(s,e)=>(t,n)=>{const i=t.createConvolver();if(Ue(i,n),n.disableNormalization===i.normalize&&(i.normalize=!n.disableNormalization),Fe(i,n,"buffer"),n.channelCount>2||(e(i,"channelCount",r=>()=>r.call(i),r=>o=>{if(o>2)throw s();return r.call(i,o)}),n.channelCountMode==="max"))throw s();return e(i,"channelCountMode",r=>()=>r.call(i),r=>o=>{if(o==="max")throw s();return r.call(i,o)}),i},Cl=(s,e)=>{const t=s.createDelay(e.maxDelayTime);return Ue(t,e),$e(t,e,"delayTime"),t},Wp=s=>(e,t)=>{const n=e.createDynamicsCompressor();if(Ue(n,t),t.channelCount>2||t.channelCountMode==="max")throw s();return $e(n,t,"attack"),$e(n,t,"knee"),$e(n,t,"ratio"),$e(n,t,"release"),$e(n,t,"threshold"),n},kt=(s,e)=>{const t=s.createGain();return Ue(t,e),$e(t,e,"gain"),t},Bp=s=>(e,t,n)=>{if(e.createIIRFilter===void 0)return s(e,t,n);const i=e.createIIRFilter(n.feedforward,n.feedback);return Ue(i,n),i};function $p(s,e){const t=e[0]*e[0]+e[1]*e[1];return[(s[0]*e[0]+s[1]*e[1])/t,(s[1]*e[0]-s[0]*e[1])/t]}function qp(s,e){return[s[0]*e[0]-s[1]*e[1],s[0]*e[1]+s[1]*e[0]]}function rc(s,e){let t=[0,0];for(let n=s.length-1;n>=0;n-=1)t=qp(t,e),t[0]+=s[n];return t}const jp=(s,e,t,n)=>(i,r,{channelCount:o,channelCountMode:a,channelInterpretation:c,feedback:l,feedforward:u})=>{const h=wl(r,i.sampleRate),p=l instanceof Float64Array?l:new Float64Array(l),d=u instanceof Float64Array?u:new Float64Array(u),f=p.length,_=d.length,g=Math.min(f,_);if(f===0||f>20)throw n();if(p[0]===0)throw e();if(_===0||_>20)throw n();if(d[0]===0)throw e();if(p[0]!==1){for(let T=0;T<_;T+=1)d[T]/=p[0];for(let T=1;T<f;T+=1)p[T]/=p[0]}const m=t(i,h,o,o);m.channelCount=o,m.channelCountMode=a,m.channelInterpretation=c;const y=32,x=[],b=[],v=[];for(let T=0;T<o;T+=1){x.push(0);const D=new Float32Array(y),I=new Float32Array(y);D.fill(0),I.fill(0),b.push(D),v.push(I)}m.onaudioprocess=T=>{const D=T.inputBuffer,I=T.outputBuffer,A=D.numberOfChannels;for(let R=0;R<A;R+=1){const O=D.getChannelData(R),N=I.getChannelData(R);x[R]=bl(p,f,d,_,g,b[R],v[R],x[R],y,O,N)}};const w=i.sampleRate/2;return gn({get bufferSize(){return h},get channelCount(){return m.channelCount},set channelCount(T){m.channelCount=T},get channelCountMode(){return m.channelCountMode},set channelCountMode(T){m.channelCountMode=T},get channelInterpretation(){return m.channelInterpretation},set channelInterpretation(T){m.channelInterpretation=T},get context(){return m.context},get inputs(){return[m]},get numberOfInputs(){return m.numberOfInputs},get numberOfOutputs(){return m.numberOfOutputs},addEventListener(...T){return m.addEventListener(T[0],T[1],T[2])},dispatchEvent(...T){return m.dispatchEvent(T[0])},getFrequencyResponse(T,D,I){if(T.length!==D.length||D.length!==I.length)throw s();const A=T.length;for(let R=0;R<A;R+=1){const O=-Math.PI*(T[R]/w),N=[Math.cos(O),Math.sin(O)],B=rc(d,N),V=rc(p,N),j=$p(B,V);D[R]=Math.sqrt(j[0]*j[0]+j[1]*j[1]),I[R]=Math.atan2(j[1],j[0])}},removeEventListener(...T){return m.removeEventListener(T[0],T[1],T[2])}},m)},Lp=(s,e)=>s.createMediaElementSource(e.mediaElement),zp=(s,e)=>{const t=s.createMediaStreamDestination();return Ue(t,e),t.numberOfOutputs===1&&Object.defineProperty(t,"numberOfOutputs",{get:()=>0}),t},Zp=(s,{mediaStream:e})=>{const t=e.getAudioTracks();t.sort((r,o)=>r.id<o.id?-1:r.id>o.id?1:0);const n=t.slice(0,1),i=s.createMediaStreamSource(new MediaStream(n));return Object.defineProperty(i,"mediaStream",{value:e}),i},Gp=(s,e)=>(t,{mediaStreamTrack:n})=>{if(typeof t.createMediaStreamTrackSource=="function")return t.createMediaStreamTrackSource(n);const i=new MediaStream([n]),r=t.createMediaStreamSource(i);if(n.kind!=="audio")throw s();if(e(t))throw new TypeError;return r},Xp=s=>s===null?null:s.hasOwnProperty("OfflineAudioContext")?s.OfflineAudioContext:s.hasOwnProperty("webkitOfflineAudioContext")?s.webkitOfflineAudioContext:null,Hp=(s,e,t,n,i,r)=>(o,a)=>{const c=o.createOscillator();return Ue(c,a),$e(c,a,"detune"),$e(c,a,"frequency"),a.periodicWave!==void 0?c.setPeriodicWave(a.periodicWave):Fe(c,a,"type"),e(t,()=>t(o))||Bo(c),e(n,()=>n(o))||r(c,o),e(i,()=>i(o))||$o(c),s(o,c),c},Yp=s=>(e,t)=>{const n=e.createPanner();return n.orientationX===void 0?s(e,t):(Ue(n,t),$e(n,t,"orientationX"),$e(n,t,"orientationY"),$e(n,t,"orientationZ"),$e(n,t,"positionX"),$e(n,t,"positionY"),$e(n,t,"positionZ"),Fe(n,t,"coneInnerAngle"),Fe(n,t,"coneOuterAngle"),Fe(n,t,"coneOuterGain"),Fe(n,t,"distanceModel"),Fe(n,t,"maxDistance"),Fe(n,t,"panningModel"),Fe(n,t,"refDistance"),Fe(n,t,"rolloffFactor"),n)},Up=(s,e,t,n,i,r,o,a,c,l)=>(u,{coneInnerAngle:h,coneOuterAngle:p,coneOuterGain:d,distanceModel:f,maxDistance:_,orientationX:g,orientationY:m,orientationZ:y,panningModel:x,positionX:b,positionY:v,positionZ:w,refDistance:k,rolloffFactor:T,...D})=>{const I=u.createPanner();if(D.channelCount>2||D.channelCountMode==="max")throw o();Ue(I,D);const A={channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete"},R=t(u,{...A,channelInterpretation:"speakers",numberOfInputs:6}),O=n(u,{...D,gain:1}),N=n(u,{...A,gain:1}),B=n(u,{...A,gain:0}),V=n(u,{...A,gain:0}),j=n(u,{...A,gain:0}),X=n(u,{...A,gain:0}),$=n(u,{...A,gain:0}),Z=i(u,256,6,1),G=r(u,{...A,curve:new Float32Array([1,1]),oversample:"none"});let ie=[g,m,y],ae=[b,v,w];const me=new Float32Array(1);Z.onaudioprocess=({inputBuffer:U})=>{const ye=[c(U,me,0),c(U,me,1),c(U,me,2)];ye.some((Vt,K)=>Vt!==ie[K])&&(I.setOrientation(...ye),ie=ye);const Xe=[c(U,me,3),c(U,me,4),c(U,me,5)];Xe.some((Vt,K)=>Vt!==ae[K])&&(I.setPosition(...Xe),ae=Xe)},Object.defineProperty(B.gain,"defaultValue",{get:()=>0}),Object.defineProperty(V.gain,"defaultValue",{get:()=>0}),Object.defineProperty(j.gain,"defaultValue",{get:()=>0}),Object.defineProperty(X.gain,"defaultValue",{get:()=>0}),Object.defineProperty($.gain,"defaultValue",{get:()=>0});const Y={get bufferSize(){},get channelCount(){return I.channelCount},set channelCount(U){if(U>2)throw o();O.channelCount=U,I.channelCount=U},get channelCountMode(){return I.channelCountMode},set channelCountMode(U){if(U==="max")throw o();O.channelCountMode=U,I.channelCountMode=U},get channelInterpretation(){return I.channelInterpretation},set channelInterpretation(U){O.channelInterpretation=U,I.channelInterpretation=U},get coneInnerAngle(){return I.coneInnerAngle},set coneInnerAngle(U){I.coneInnerAngle=U},get coneOuterAngle(){return I.coneOuterAngle},set coneOuterAngle(U){I.coneOuterAngle=U},get coneOuterGain(){return I.coneOuterGain},set coneOuterGain(U){if(U<0||U>1)throw e();I.coneOuterGain=U},get context(){return I.context},get distanceModel(){return I.distanceModel},set distanceModel(U){I.distanceModel=U},get inputs(){return[O]},get maxDistance(){return I.maxDistance},set maxDistance(U){if(U<0)throw new RangeError;I.maxDistance=U},get numberOfInputs(){return I.numberOfInputs},get numberOfOutputs(){return I.numberOfOutputs},get orientationX(){return N.gain},get orientationY(){return B.gain},get orientationZ(){return V.gain},get panningModel(){return I.panningModel},set panningModel(U){I.panningModel=U},get positionX(){return j.gain},get positionY(){return X.gain},get positionZ(){return $.gain},get refDistance(){return I.refDistance},set refDistance(U){if(U<0)throw new RangeError;I.refDistance=U},get rolloffFactor(){return I.rolloffFactor},set rolloffFactor(U){if(U<0)throw new RangeError;I.rolloffFactor=U},addEventListener(...U){return O.addEventListener(U[0],U[1],U[2])},dispatchEvent(...U){return O.dispatchEvent(U[0])},removeEventListener(...U){return O.removeEventListener(U[0],U[1],U[2])}};h!==Y.coneInnerAngle&&(Y.coneInnerAngle=h),p!==Y.coneOuterAngle&&(Y.coneOuterAngle=p),d!==Y.coneOuterGain&&(Y.coneOuterGain=d),f!==Y.distanceModel&&(Y.distanceModel=f),_!==Y.maxDistance&&(Y.maxDistance=_),g!==Y.orientationX.value&&(Y.orientationX.value=g),m!==Y.orientationY.value&&(Y.orientationY.value=m),y!==Y.orientationZ.value&&(Y.orientationZ.value=y),x!==Y.panningModel&&(Y.panningModel=x),b!==Y.positionX.value&&(Y.positionX.value=b),v!==Y.positionY.value&&(Y.positionY.value=v),w!==Y.positionZ.value&&(Y.positionZ.value=w),k!==Y.refDistance&&(Y.refDistance=k),T!==Y.rolloffFactor&&(Y.rolloffFactor=T),(ie[0]!==1||ie[1]!==0||ie[2]!==0)&&I.setOrientation(...ie),(ae[0]!==0||ae[1]!==0||ae[2]!==0)&&I.setPosition(...ae);const ce=()=>{O.connect(I),s(O,G,0,0),G.connect(N).connect(R,0,0),G.connect(B).connect(R,0,1),G.connect(V).connect(R,0,2),G.connect(j).connect(R,0,3),G.connect(X).connect(R,0,4),G.connect($).connect(R,0,5),R.connect(Z).connect(u.destination)},Me=()=>{O.disconnect(I),a(O,G,0,0),G.disconnect(N),N.disconnect(R),G.disconnect(B),B.disconnect(R),G.disconnect(V),V.disconnect(R),G.disconnect(j),j.disconnect(R),G.disconnect(X),X.disconnect(R),G.disconnect($),$.disconnect(R),R.disconnect(Z),Z.disconnect(u.destination)};return l(gn(Y,I),ce,Me)},Kp=s=>(e,{disableNormalization:t,imag:n,real:i})=>{const r=n instanceof Float32Array?n:new Float32Array(n),o=i instanceof Float32Array?i:new Float32Array(i),a=e.createPeriodicWave(o,r,{disableNormalization:t});if(Array.from(n).length<2)throw s();return a},oi=(s,e,t,n)=>s.createScriptProcessor(e,t,n),Qp=(s,e)=>(t,n)=>{const i=n.channelCountMode;if(i==="clamped-max")throw e();if(t.createStereoPanner===void 0)return s(t,n);const r=t.createStereoPanner();return Ue(r,n),$e(r,n,"pan"),Object.defineProperty(r,"channelCountMode",{get:()=>i,set:o=>{if(o!==i)throw e()}}),r},Jp=(s,e,t,n,i,r)=>{const a=new Float32Array([1,1]),c=Math.PI/2,l={channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete"},u={...l,oversample:"none"},h=(f,_,g,m)=>{const y=new Float32Array(16385),x=new Float32Array(16385);for(let D=0;D<16385;D+=1){const I=D/16384*c;y[D]=Math.cos(I),x[D]=Math.sin(I)}const b=t(f,{...l,gain:0}),v=n(f,{...u,curve:y}),w=n(f,{...u,curve:a}),k=t(f,{...l,gain:0}),T=n(f,{...u,curve:x});return{connectGraph(){_.connect(b),_.connect(w.inputs===void 0?w:w.inputs[0]),_.connect(k),w.connect(g),g.connect(v.inputs===void 0?v:v.inputs[0]),g.connect(T.inputs===void 0?T:T.inputs[0]),v.connect(b.gain),T.connect(k.gain),b.connect(m,0,0),k.connect(m,0,1)},disconnectGraph(){_.disconnect(b),_.disconnect(w.inputs===void 0?w:w.inputs[0]),_.disconnect(k),w.disconnect(g),g.disconnect(v.inputs===void 0?v:v.inputs[0]),g.disconnect(T.inputs===void 0?T:T.inputs[0]),v.disconnect(b.gain),T.disconnect(k.gain),b.disconnect(m,0,0),k.disconnect(m,0,1)}}},p=(f,_,g,m)=>{const y=new Float32Array(16385),x=new Float32Array(16385),b=new Float32Array(16385),v=new Float32Array(16385),w=Math.floor(16385/2);for(let j=0;j<16385;j+=1)if(j>w){const X=(j-w)/(16384-w)*c;y[j]=Math.cos(X),x[j]=Math.sin(X),b[j]=0,v[j]=1}else{const X=j/(16384-w)*c;y[j]=1,x[j]=0,b[j]=Math.cos(X),v[j]=Math.sin(X)}const k=e(f,{channelCount:2,channelCountMode:"explicit",channelInterpretation:"discrete",numberOfOutputs:2}),T=t(f,{...l,gain:0}),D=n(f,{...u,curve:y}),I=t(f,{...l,gain:0}),A=n(f,{...u,curve:x}),R=n(f,{...u,curve:a}),O=t(f,{...l,gain:0}),N=n(f,{...u,curve:b}),B=t(f,{...l,gain:0}),V=n(f,{...u,curve:v});return{connectGraph(){_.connect(k),_.connect(R.inputs===void 0?R:R.inputs[0]),k.connect(T,0),k.connect(I,0),k.connect(O,1),k.connect(B,1),R.connect(g),g.connect(D.inputs===void 0?D:D.inputs[0]),g.connect(A.inputs===void 0?A:A.inputs[0]),g.connect(N.inputs===void 0?N:N.inputs[0]),g.connect(V.inputs===void 0?V:V.inputs[0]),D.connect(T.gain),A.connect(I.gain),N.connect(O.gain),V.connect(B.gain),T.connect(m,0,0),O.connect(m,0,0),I.connect(m,0,1),B.connect(m,0,1)},disconnectGraph(){_.disconnect(k),_.disconnect(R.inputs===void 0?R:R.inputs[0]),k.disconnect(T,0),k.disconnect(I,0),k.disconnect(O,1),k.disconnect(B,1),R.disconnect(g),g.disconnect(D.inputs===void 0?D:D.inputs[0]),g.disconnect(A.inputs===void 0?A:A.inputs[0]),g.disconnect(N.inputs===void 0?N:N.inputs[0]),g.disconnect(V.inputs===void 0?V:V.inputs[0]),D.disconnect(T.gain),A.disconnect(I.gain),N.disconnect(O.gain),V.disconnect(B.gain),T.disconnect(m,0,0),O.disconnect(m,0,0),I.disconnect(m,0,1),B.disconnect(m,0,1)}}},d=(f,_,g,m,y)=>{if(_===1)return h(f,g,m,y);if(_===2)return p(f,g,m,y);throw i()};return(f,{channelCount:_,channelCountMode:g,pan:m,...y})=>{if(g==="max")throw i();const x=s(f,{...y,channelCount:1,channelCountMode:g,numberOfInputs:2}),b=t(f,{...y,channelCount:_,channelCountMode:g,gain:1}),v=t(f,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete",gain:m});let{connectGraph:w,disconnectGraph:k}=d(f,_,b,v,x);Object.defineProperty(v.gain,"defaultValue",{get:()=>0}),Object.defineProperty(v.gain,"maxValue",{get:()=>1}),Object.defineProperty(v.gain,"minValue",{get:()=>-1});const T={get bufferSize(){},get channelCount(){return b.channelCount},set channelCount(R){b.channelCount!==R&&(D&&k(),{connectGraph:w,disconnectGraph:k}=d(f,R,b,v,x),D&&w()),b.channelCount=R},get channelCountMode(){return b.channelCountMode},set channelCountMode(R){if(R==="clamped-max"||R==="max")throw i();b.channelCountMode=R},get channelInterpretation(){return b.channelInterpretation},set channelInterpretation(R){b.channelInterpretation=R},get context(){return b.context},get inputs(){return[b]},get numberOfInputs(){return b.numberOfInputs},get numberOfOutputs(){return b.numberOfOutputs},get pan(){return v.gain},addEventListener(...R){return b.addEventListener(R[0],R[1],R[2])},dispatchEvent(...R){return b.dispatchEvent(R[0])},removeEventListener(...R){return b.removeEventListener(R[0],R[1],R[2])}};let D=!1;const I=()=>{w(),D=!0},A=()=>{k(),D=!1};return r(gn(T,x),I,A)}},ef=(s,e,t,n,i,r,o)=>(a,c)=>{const l=a.createWaveShaper();if(r!==null&&r.name==="webkitAudioContext"&&a.createGain().gain.automationRate===void 0)return t(a,c);Ue(l,c);const u=c.curve===null||c.curve instanceof Float32Array?c.curve:new Float32Array(c.curve);if(u!==null&&u.length<2)throw e();Fe(l,{curve:u},"curve"),Fe(l,c,"oversample");let h=null,p=!1;return o(l,"curve",_=>()=>_.call(l),_=>g=>(_.call(l,g),p&&(n(g)&&h===null?h=s(a,l):!n(g)&&h!==null&&(h(),h=null)),g)),i(l,()=>{p=!0,n(l.curve)&&(h=s(a,l))},()=>{p=!1,h!==null&&(h(),h=null)})},tf=(s,e,t,n,i)=>(r,{curve:o,oversample:a,...c})=>{const l=r.createWaveShaper(),u=r.createWaveShaper();Ue(l,c),Ue(u,c);const h=t(r,{...c,gain:1}),p=t(r,{...c,gain:-1}),d=t(r,{...c,gain:1}),f=t(r,{...c,gain:-1});let _=null,g=!1,m=null;const y={get bufferSize(){},get channelCount(){return l.channelCount},set channelCount(v){h.channelCount=v,p.channelCount=v,l.channelCount=v,d.channelCount=v,u.channelCount=v,f.channelCount=v},get channelCountMode(){return l.channelCountMode},set channelCountMode(v){h.channelCountMode=v,p.channelCountMode=v,l.channelCountMode=v,d.channelCountMode=v,u.channelCountMode=v,f.channelCountMode=v},get channelInterpretation(){return l.channelInterpretation},set channelInterpretation(v){h.channelInterpretation=v,p.channelInterpretation=v,l.channelInterpretation=v,d.channelInterpretation=v,u.channelInterpretation=v,f.channelInterpretation=v},get context(){return l.context},get curve(){return m},set curve(v){if(v!==null&&v.length<2)throw e();if(v===null)l.curve=v,u.curve=v;else{const w=v.length,k=new Float32Array(w+2-w%2),T=new Float32Array(w+2-w%2);k[0]=v[0],T[0]=-v[w-1];const D=Math.ceil((w+1)/2),I=(w+1)/2-1;for(let A=1;A<D;A+=1){const R=A/D*I,O=Math.floor(R),N=Math.ceil(R);k[A]=O===N?v[O]:(1-(R-O))*v[O]+(1-(N-R))*v[N],T[A]=O===N?-v[w-1-O]:-((1-(R-O))*v[w-1-O])-(1-(N-R))*v[w-1-N]}k[D]=w%2===1?v[D-1]:(v[D-2]+v[D-1])/2,l.curve=k,u.curve=T}m=v,g&&(n(m)&&_===null?_=s(r,h):_!==null&&(_(),_=null))},get inputs(){return[h]},get numberOfInputs(){return l.numberOfInputs},get numberOfOutputs(){return l.numberOfOutputs},get oversample(){return l.oversample},set oversample(v){l.oversample=v,u.oversample=v},addEventListener(...v){return h.addEventListener(v[0],v[1],v[2])},dispatchEvent(...v){return h.dispatchEvent(v[0])},removeEventListener(...v){return h.removeEventListener(v[0],v[1],v[2])}};o!==null&&(y.curve=o instanceof Float32Array?o:new Float32Array(o)),a!==y.oversample&&(y.oversample=a);const x=()=>{h.connect(l).connect(d),h.connect(p).connect(u).connect(f).connect(d),g=!0,n(m)&&(_=s(r,h))},b=()=>{h.disconnect(l),l.disconnect(d),h.disconnect(p),p.disconnect(u),u.disconnect(f),f.disconnect(d),g=!1,_!==null&&(_(),_=null)};return i(gn(y,d),x,b)},wt=()=>new DOMException("","NotSupportedError"),sf={numberOfChannels:1},nf=(s,e,t,n,i)=>class extends s{constructor(o,a,c){let l;if(typeof o=="number"&&a!==void 0&&c!==void 0)l={length:a,numberOfChannels:o,sampleRate:c};else if(typeof o=="object")l=o;else throw new Error("The given parameters are not valid.");const{length:u,numberOfChannels:h,sampleRate:p}={...sf,...l},d=n(h,u,p);e(Xn,()=>Xn(d))||d.addEventListener("statechange",(()=>{let f=0;const _=g=>{this._state==="running"&&(f>0?(d.removeEventListener("statechange",_),g.stopImmediatePropagation(),this._waitForThePromiseToSettle(g)):f+=1)};return _})()),super(d,h),this._length=u,this._nativeOfflineAudioContext=d,this._state=null}get length(){return this._nativeOfflineAudioContext.length===void 0?this._length:this._nativeOfflineAudioContext.length}get state(){return this._state===null?this._nativeOfflineAudioContext.state:this._state}startRendering(){return this._state==="running"?Promise.reject(t()):(this._state="running",i(this.destination,this._nativeOfflineAudioContext).finally(()=>{this._state=null,fl(this)}))}_waitForThePromiseToSettle(o){this._state===null?this._nativeOfflineAudioContext.dispatchEvent(o):setTimeout(()=>this._waitForThePromiseToSettle(o))}},rf={channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",detune:0,frequency:440,periodicWave:void 0,type:"sine"},of=(s,e,t,n,i,r,o)=>class extends s{constructor(c,l){const u=i(c),h={...rf,...l},p=t(u,h),d=r(u),f=d?n():null,_=c.sampleRate/2;super(c,!1,p,f),this._detune=e(this,d,p.detune,153600,-153600),this._frequency=e(this,d,p.frequency,_,-_),this._nativeOscillatorNode=p,this._onended=null,this._oscillatorNodeRenderer=f,this._oscillatorNodeRenderer!==null&&h.periodicWave!==void 0&&(this._oscillatorNodeRenderer.periodicWave=h.periodicWave)}get detune(){return this._detune}get frequency(){return this._frequency}get onended(){return this._onended}set onended(c){const l=typeof c=="function"?o(this,c):null;this._nativeOscillatorNode.onended=l;const u=this._nativeOscillatorNode.onended;this._onended=u!==null&&u===l?c:u}get type(){return this._nativeOscillatorNode.type}set type(c){this._nativeOscillatorNode.type=c,this._oscillatorNodeRenderer!==null&&(this._oscillatorNodeRenderer.periodicWave=null)}setPeriodicWave(c){this._nativeOscillatorNode.setPeriodicWave(c),this._oscillatorNodeRenderer!==null&&(this._oscillatorNodeRenderer.periodicWave=c)}start(c=0){if(this._nativeOscillatorNode.start(c),this._oscillatorNodeRenderer!==null&&(this._oscillatorNodeRenderer.start=c),this.context.state!=="closed"){cn(this);const l=()=>{this._nativeOscillatorNode.removeEventListener("ended",l),ds(this)&&si(this)};this._nativeOscillatorNode.addEventListener("ended",l)}}stop(c=0){this._nativeOscillatorNode.stop(c),this._oscillatorNodeRenderer!==null&&(this._oscillatorNodeRenderer.stop=c)}},af=(s,e,t,n,i)=>()=>{const r=new WeakMap;let o=null,a=null,c=null;const l=async(u,h)=>{let p=t(u);const d=ft(p,h);if(!d){const f={channelCount:p.channelCount,channelCountMode:p.channelCountMode,channelInterpretation:p.channelInterpretation,detune:p.detune.value,frequency:p.frequency.value,periodicWave:o===null?void 0:o,type:p.type};p=e(h,f),a!==null&&p.start(a),c!==null&&p.stop(c)}return r.set(h,p),d?(await s(h,u.detune,p.detune),await s(h,u.frequency,p.frequency)):(await n(h,u.detune,p.detune),await n(h,u.frequency,p.frequency)),await i(u,h,p),p};return{set periodicWave(u){o=u},set start(u){a=u},set stop(u){c=u},render(u,h){const p=r.get(h);return p!==void 0?Promise.resolve(p):l(u,h)}}},cf={channelCount:2,channelCountMode:"clamped-max",channelInterpretation:"speakers",coneInnerAngle:360,coneOuterAngle:360,coneOuterGain:0,distanceModel:"inverse",maxDistance:1e4,orientationX:1,orientationY:0,orientationZ:0,panningModel:"equalpower",positionX:0,positionY:0,positionZ:0,refDistance:1,rolloffFactor:1},lf=(s,e,t,n,i,r,o)=>class extends s{constructor(c,l){const u=i(c),h={...cf,...l},p=t(u,h),d=r(u),f=d?n():null;super(c,!1,p,f),this._nativePannerNode=p,this._orientationX=e(this,d,p.orientationX,gt,St),this._orientationY=e(this,d,p.orientationY,gt,St),this._orientationZ=e(this,d,p.orientationZ,gt,St),this._positionX=e(this,d,p.positionX,gt,St),this._positionY=e(this,d,p.positionY,gt,St),this._positionZ=e(this,d,p.positionZ,gt,St),o(this,1)}get coneInnerAngle(){return this._nativePannerNode.coneInnerAngle}set coneInnerAngle(c){this._nativePannerNode.coneInnerAngle=c}get coneOuterAngle(){return this._nativePannerNode.coneOuterAngle}set coneOuterAngle(c){this._nativePannerNode.coneOuterAngle=c}get coneOuterGain(){return this._nativePannerNode.coneOuterGain}set coneOuterGain(c){this._nativePannerNode.coneOuterGain=c}get distanceModel(){return this._nativePannerNode.distanceModel}set distanceModel(c){this._nativePannerNode.distanceModel=c}get maxDistance(){return this._nativePannerNode.maxDistance}set maxDistance(c){this._nativePannerNode.maxDistance=c}get orientationX(){return this._orientationX}get orientationY(){return this._orientationY}get orientationZ(){return this._orientationZ}get panningModel(){return this._nativePannerNode.panningModel}set panningModel(c){this._nativePannerNode.panningModel=c}get positionX(){return this._positionX}get positionY(){return this._positionY}get positionZ(){return this._positionZ}get refDistance(){return this._nativePannerNode.refDistance}set refDistance(c){this._nativePannerNode.refDistance=c}get rolloffFactor(){return this._nativePannerNode.rolloffFactor}set rolloffFactor(c){this._nativePannerNode.rolloffFactor=c}},uf=(s,e,t,n,i,r,o,a,c,l)=>()=>{const u=new WeakMap;let h=null;const p=async(d,f)=>{let _=null,g=r(d);const m={channelCount:g.channelCount,channelCountMode:g.channelCountMode,channelInterpretation:g.channelInterpretation},y={...m,coneInnerAngle:g.coneInnerAngle,coneOuterAngle:g.coneOuterAngle,coneOuterGain:g.coneOuterGain,distanceModel:g.distanceModel,maxDistance:g.maxDistance,panningModel:g.panningModel,refDistance:g.refDistance,rolloffFactor:g.rolloffFactor},x=ft(g,f);if("bufferSize"in g)_=n(f,{...m,gain:1});else if(!x){const b={...y,orientationX:g.orientationX.value,orientationY:g.orientationY.value,orientationZ:g.orientationZ.value,positionX:g.positionX.value,positionY:g.positionY.value,positionZ:g.positionZ.value};g=i(f,b)}if(u.set(f,_===null?g:_),_!==null){if(h===null){if(o===null)throw new Error("Missing the native OfflineAudioContext constructor.");const A=new o(6,d.context.length,f.sampleRate),R=e(A,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"speakers",numberOfInputs:6});R.connect(A.destination),h=(async()=>{const O=await Promise.all([d.orientationX,d.orientationY,d.orientationZ,d.positionX,d.positionY,d.positionZ].map(async(N,B)=>{const V=t(A,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete",offset:B===0?1:0});return await a(A,N,V.offset),V}));for(let N=0;N<6;N+=1)O[N].connect(R,0,N),O[N].start(0);return l(A)})()}const b=await h,v=n(f,{...m,gain:1});await c(d,f,v);const w=[];for(let A=0;A<b.numberOfChannels;A+=1)w.push(b.getChannelData(A));let k=[w[0][0],w[1][0],w[2][0]],T=[w[3][0],w[4][0],w[5][0]],D=n(f,{...m,gain:1}),I=i(f,{...y,orientationX:k[0],orientationY:k[1],orientationZ:k[2],positionX:T[0],positionY:T[1],positionZ:T[2]});v.connect(D).connect(I.inputs[0]),I.connect(_);for(let A=128;A<b.length;A+=128){const R=[w[0][A],w[1][A],w[2][A]],O=[w[3][A],w[4][A],w[5][A]];if(R.some((N,B)=>N!==k[B])||O.some((N,B)=>N!==T[B])){k=R,T=O;const N=A/f.sampleRate;D.gain.setValueAtTime(0,N),D=n(f,{...m,gain:0}),I=i(f,{...y,orientationX:k[0],orientationY:k[1],orientationZ:k[2],positionX:T[0],positionY:T[1],positionZ:T[2]}),D.gain.setValueAtTime(1,N),v.connect(D).connect(I.inputs[0]),I.connect(_)}}return _}return x?(await s(f,d.orientationX,g.orientationX),await s(f,d.orientationY,g.orientationY),await s(f,d.orientationZ,g.orientationZ),await s(f,d.positionX,g.positionX),await s(f,d.positionY,g.positionY),await s(f,d.positionZ,g.positionZ)):(await a(f,d.orientationX,g.orientationX),await a(f,d.orientationY,g.orientationY),await a(f,d.orientationZ,g.orientationZ),await a(f,d.positionX,g.positionX),await a(f,d.positionY,g.positionY),await a(f,d.positionZ,g.positionZ)),mn(g)?await c(d,f,g.inputs[0]):await c(d,f,g),g};return{render(d,f){const _=u.get(f);return _!==void 0?Promise.resolve(_):p(d,f)}}},hf={disableNormalization:!1},df=(s,e,t,n)=>class Sl{constructor(r,o){const a=e(r),c=n({...hf,...o}),l=s(a,c);return t.add(l),l}static[Symbol.hasInstance](r){return r!==null&&typeof r=="object"&&Object.getPrototypeOf(r)===Sl.prototype||t.has(r)}},pf=(s,e)=>(t,n,i)=>(s(n).replay(i),e(n,t,i)),ff=(s,e,t)=>async(n,i,r)=>{const o=s(n);await Promise.all(o.activeInputs.map((a,c)=>Array.from(a).map(async([l,u])=>{const p=await e(l).render(l,i),d=n.context.destination;!t(l)&&(n!==d||!t(n))&&p.connect(r,u,c)})).reduce((a,c)=>[...a,...c],[]))},mf=(s,e,t)=>async(n,i,r)=>{const o=e(n);await Promise.all(Array.from(o.activeInputs).map(async([a,c])=>{const u=await s(a).render(a,i);t(a)||u.connect(r,c)}))},gf=(s,e,t,n)=>i=>s(Xn,()=>Xn(i))?Promise.resolve(s(n,n)).then(r=>{if(!r){const o=t(i,512,0,1);i.oncomplete=()=>{o.onaudioprocess=null,o.disconnect()},o.onaudioprocess=()=>i.currentTime,o.connect(i.destination)}return i.startRendering()}):new Promise(r=>{const o=e(i,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete",gain:0});i.oncomplete=a=>{o.disconnect(),r(a.renderedBuffer)},o.connect(i.destination),i.startRendering()}),_f=s=>(e,t)=>{s.set(e,t)},vf=s=>(e,t)=>s.set(e,t),yf=(s,e,t,n,i,r,o,a)=>(c,l)=>t(c).render(c,l).then(()=>Promise.all(Array.from(n(l)).map(u=>t(u).render(u,l)))).then(()=>i(l)).then(u=>(typeof u.copyFromChannel!="function"?(o(u),Vo(u)):e(r,()=>r(u))||a(u),s.add(u),u)),bf={channelCount:2,channelCountMode:"explicit",channelInterpretation:"speakers",pan:0},wf=(s,e,t,n,i,r)=>class extends s{constructor(a,c){const l=i(a),u={...bf,...c},h=t(l,u),p=r(l),d=p?n():null;super(a,!1,h,d),this._pan=e(this,p,h.pan)}get pan(){return this._pan}},xf=(s,e,t,n,i)=>()=>{const r=new WeakMap,o=async(a,c)=>{let l=t(a);const u=ft(l,c);if(!u){const h={channelCount:l.channelCount,channelCountMode:l.channelCountMode,channelInterpretation:l.channelInterpretation,pan:l.pan.value};l=e(c,h)}return r.set(c,l),u?await s(c,a.pan,l.pan):await n(c,a.pan,l.pan),mn(l)?await i(a,c,l.inputs[0]):await i(a,c,l),l};return{render(a,c){const l=r.get(c);return l!==void 0?Promise.resolve(l):o(a,c)}}},Cf=s=>()=>{if(s===null)return!1;try{new s({length:1,sampleRate:44100})}catch{return!1}return!0},Sf=s=>()=>{if(s===null)return!1;const t=new s(1,1,44100).createBuffer(1,1,44100);if(t.copyToChannel===void 0)return!0;const n=new Float32Array(2);try{t.copyFromChannel(n,0,0)}catch{return!1}return!0},Tf=s=>()=>{if(s===null)return!1;if(s.prototype!==void 0&&s.prototype.close!==void 0)return!0;const e=new s,t=e.close!==void 0;try{e.close()}catch{}return t},kf=s=>()=>{if(s===null)return Promise.resolve(!1);const e=new s(1,1,44100);return new Promise(t=>{let n=!0;const i=o=>{n&&(n=!1,e.startRendering(),t(o instanceof TypeError))};let r;try{r=e.decodeAudioData(null,()=>{},i)}catch(o){i(o)}r!==void 0&&r.catch(i)})},Af=s=>()=>{if(s===null)return!1;let e;try{e=new s({latencyHint:"balanced"})}catch{return!1}return e.close(),!0},If=s=>()=>{if(s===null)return!1;const t=new s(1,1,44100).createGain(),n=t.connect(t)===t;return t.disconnect(t),n},Df=(s,e)=>async()=>{if(s===null)return!0;if(e===null)return!1;const t=new Blob(['let c,p;class A extends AudioWorkletProcessor{constructor(){super();this.port.onmessage=(e)=>{p=e.data;p.onmessage=()=>{p.postMessage(c);p.close()};this.port.postMessage(0)}}process(){c=1}}registerProcessor("a",A)'],{type:"application/javascript; charset=utf-8"}),n=new MessageChannel,i=new e(1,128,44100),r=URL.createObjectURL(t);let o=!1;try{await i.audioWorklet.addModule(r);const a=new s(i,"a",{numberOfOutputs:0}),c=i.createOscillator();await new Promise(l=>{a.port.onmessage=()=>l(),a.port.postMessage(n.port2,[n.port2])}),a.port.onmessage=()=>o=!0,c.connect(a),c.start(0),await i.startRendering(),o=await new Promise(l=>{n.port1.onmessage=({data:u})=>l(u===1),n.port1.postMessage(0)})}catch{}finally{n.port1.close(),URL.revokeObjectURL(r)}return o},Rf=(s,e)=>async()=>{if(s===null)return!0;if(e===null)return!1;const t=new Blob(['class A extends AudioWorkletProcessor{process(i){this.port.postMessage(i,[i[0][0].buffer])}}registerProcessor("a",A)'],{type:"application/javascript; charset=utf-8"}),n=new e(1,128,44100),i=URL.createObjectURL(t);let r=!1,o=!1;try{await n.audioWorklet.addModule(i);const a=new s(n,"a",{numberOfOutputs:0}),c=n.createOscillator();a.port.onmessage=()=>r=!0,a.onprocessorerror=()=>o=!0,c.connect(a),c.start(0),await n.startRendering(),await new Promise(l=>setTimeout(l))}catch{}finally{URL.revokeObjectURL(i)}return r&&!o},Ef=s=>()=>{if(s===null)return!1;const t=new s(1,1,44100).createChannelMerger();if(t.channelCountMode==="max")return!0;try{t.channelCount=2}catch{return!0}return!1},Mf=s=>()=>{if(s===null)return!1;const e=new s(1,1,44100);return e.createConstantSource===void 0?!0:e.createConstantSource().offset.maxValue!==Number.POSITIVE_INFINITY},Of=s=>()=>{if(s===null)return!1;const e=new s(1,1,44100),t=e.createConvolver();t.buffer=e.createBuffer(1,1,e.sampleRate);try{t.buffer=e.createBuffer(1,1,e.sampleRate)}catch{return!1}return!0},Nf=s=>()=>{if(s===null)return!1;const t=new s(1,1,44100).createConvolver();try{t.channelCount=1}catch{return!1}return!0},Ff=s=>()=>s!==null&&s.hasOwnProperty("isSecureContext"),Vf=s=>()=>{if(s===null)return!1;const e=new s;try{return e.createMediaStreamSource(new MediaStream),!1}catch{return!0}finally{e.close()}},Pf=(s,e)=>()=>{if(e===null)return Promise.resolve(!1);const t=new e(1,1,44100),n=s(t,{channelCount:1,channelCountMode:"explicit",channelInterpretation:"discrete",gain:0});return new Promise(i=>{t.oncomplete=()=>{n.disconnect(),i(t.currentTime!==0)},t.startRendering()})},Wf=s=>()=>{if(s===null)return Promise.resolve(!1);const e=new s(1,1,44100);if(e.createStereoPanner===void 0||e.createConstantSource===void 0)return Promise.resolve(!0);const t=e.createConstantSource(),n=e.createStereoPanner();return t.channelCount=1,t.offset.value=1,n.channelCount=1,t.start(),t.connect(n).connect(e.destination),e.startRendering().then(i=>i.getChannelData(0)[0]!==1)},Bf=()=>new DOMException("","UnknownError"),$f={channelCount:2,channelCountMode:"max",channelInterpretation:"speakers",curve:null,oversample:"none"},qf=(s,e,t,n,i,r,o)=>class extends s{constructor(c,l){const u=i(c),h={...$f,...l},p=t(u,h),f=r(u)?n():null;super(c,!0,p,f),this._isCurveNullified=!1,this._nativeWaveShaperNode=p,o(this,1)}get curve(){return this._isCurveNullified?null:this._nativeWaveShaperNode.curve}set curve(c){if(c===null)this._isCurveNullified=!0,this._nativeWaveShaperNode.curve=new Float32Array([0,0]);else{if(c.length<2)throw e();this._isCurveNullified=!1,this._nativeWaveShaperNode.curve=c}}get oversample(){return this._nativeWaveShaperNode.oversample}set oversample(c){this._nativeWaveShaperNode.oversample=c}},jf=(s,e,t)=>()=>{const n=new WeakMap,i=async(r,o)=>{let a=e(r);if(!ft(a,o)){const l={channelCount:a.channelCount,channelCountMode:a.channelCountMode,channelInterpretation:a.channelInterpretation,curve:a.curve,oversample:a.oversample};a=s(o,l)}return n.set(o,a),mn(a)?await t(r,o,a.inputs[0]):await t(r,o,a),a};return{render(r,o){const a=n.get(o);return a!==void 0?Promise.resolve(a):i(r,o)}}},Lf=()=>typeof window>"u"?null:window,zf=(s,e)=>t=>{t.copyFromChannel=(n,i,r=0)=>{const o=s(r),a=s(i);if(a>=t.numberOfChannels)throw e();const c=t.length,l=t.getChannelData(a),u=n.length;for(let h=o<0?-o:0;h+o<c&&h<u;h+=1)n[h]=l[h+o]},t.copyToChannel=(n,i,r=0)=>{const o=s(r),a=s(i);if(a>=t.numberOfChannels)throw e();const c=t.length,l=t.getChannelData(a),u=n.length;for(let h=o<0?-o:0;h+o<c&&h<u;h+=1)l[h+o]=n[h]}},Zf=s=>e=>{e.copyFromChannel=(t=>(n,i,r=0)=>{const o=s(r),a=s(i);if(o<e.length)return t.call(e,n,a,o)})(e.copyFromChannel),e.copyToChannel=(t=>(n,i,r=0)=>{const o=s(r),a=s(i);if(o<e.length)return t.call(e,n,a,o)})(e.copyToChannel)},Gf=s=>(e,t)=>{const n=t.createBuffer(1,1,44100);e.buffer===null&&(e.buffer=n),s(e,"buffer",i=>()=>{const r=i.call(e);return r===n?null:r},i=>r=>i.call(e,r===null?n:r))},Xf=(s,e)=>(t,n)=>{n.channelCount=1,n.channelCountMode="explicit",Object.defineProperty(n,"channelCount",{get:()=>1,set:()=>{throw s()}}),Object.defineProperty(n,"channelCountMode",{get:()=>"explicit",set:()=>{throw s()}});const i=t.createBufferSource();e(n,()=>{const a=n.numberOfInputs;for(let c=0;c<a;c+=1)i.connect(n,0,c)},()=>i.disconnect(n))},Tl=(s,e,t)=>s.copyFromChannel===void 0?s.getChannelData(t)[0]:(s.copyFromChannel(e,t),e[0]),kl=s=>{if(s===null)return!1;const e=s.length;return e%2!==0?s[Math.floor(e/2)]!==0:s[e/2-1]+s[e/2]!==0},ai=(s,e,t,n)=>{let i=s;for(;!i.hasOwnProperty(e);)i=Object.getPrototypeOf(i);const{get:r,set:o}=Object.getOwnPropertyDescriptor(i,e);Object.defineProperty(s,e,{get:t(r),set:n(o)})},Hf=s=>({...s,outputChannelCount:s.outputChannelCount!==void 0?s.outputChannelCount:s.numberOfInputs===1&&s.numberOfOutputs===1?[s.channelCount]:Array.from({length:s.numberOfOutputs},()=>1)}),Yf=s=>({...s,channelCount:s.numberOfOutputs}),Uf=s=>{const{imag:e,real:t}=s;return e===void 0?t===void 0?{...s,imag:[0,0],real:[0,0]}:{...s,imag:Array.from(t,()=>0),real:t}:t===void 0?{...s,imag:e,real:Array.from(e,()=>0)}:{...s,imag:e,real:t}},Al=(s,e,t)=>{try{s.setValueAtTime(e,t)}catch(n){if(n.code!==9)throw n;Al(s,e,t+1e-7)}},Kf=s=>{const e=s.createBufferSource();e.start();try{e.start()}catch{return!0}return!1},Qf=s=>{const e=s.createBufferSource(),t=s.createBuffer(1,1,44100);e.buffer=t;try{e.start(0,1)}catch{return!1}return!0},Jf=s=>{const e=s.createBufferSource();e.start();try{e.stop()}catch{return!1}return!0},qo=s=>{const e=s.createOscillator();try{e.start(-1)}catch(t){return t instanceof RangeError}return!1},Il=s=>{const e=s.createBuffer(1,1,44100),t=s.createBufferSource();t.buffer=e,t.start(),t.stop();try{return t.stop(),!0}catch{return!1}},jo=s=>{const e=s.createOscillator();try{e.stop(-1)}catch(t){return t instanceof RangeError}return!1},em=s=>{const{port1:e,port2:t}=new MessageChannel;try{e.postMessage(s)}finally{e.close(),t.close()}},tm=()=>{try{new DOMException}catch{return!1}return!0},sm=()=>new Promise(s=>{const e=new ArrayBuffer(0),{port1:t,port2:n}=new MessageChannel;t.onmessage=({data:i})=>s(i!==null),n.postMessage(e,[e])}),nm=s=>{s.start=(e=>(t=0,n=0,i)=>{const r=s.buffer,o=r===null?n:Math.min(r.duration,n);r!==null&&o>r.duration-.5/s.context.sampleRate?e.call(s,t,0,0):e.call(s,t,o,i)})(s.start)},Dl=(s,e)=>{const t=e.createGain();s.connect(t);const n=(i=>()=>{i.call(s,t),s.removeEventListener("ended",n)})(s.disconnect);s.addEventListener("ended",n),gn(s,t),s.stop=(i=>{let r=!1;return(o=0)=>{if(r)try{i.call(s,o)}catch{t.gain.setValueAtTime(0,o)}else i.call(s,o),r=!0}})(s.stop)},_n=(s,e)=>t=>{const n={value:s};return Object.defineProperties(t,{currentTarget:n,target:n}),typeof e=="function"?e.call(s,t):e.handleEvent.call(s,t)},im=ah(qs),rm=ph(qs),om=Td(rr),Rl=new WeakMap,am=Ld(Rl),qt=td(new Map,new WeakMap),Zt=Lf(),El=bp(qt,ts),Lo=jd(vt),lt=ff(vt,Lo,Bs),cm=vh(El,Ee,lt),Re=Gd(ir),et=Xp(Zt),Te=lp(et),Ml=new WeakMap,Ol=Fd(_n),Ss=Sp(Zt),zo=rp(Ss),Zo=op(Zt),Nl=ap(Zt),ln=kp(Zt),ze=Lh(ch(al),dh(im,rm,Zi,om,Gi,vt,am,ti,Ee,qs,ds,Bs,Wi),qt,ep(mo,Gi,vt,Ee,Gn,ds),ts,or,wt,wd(Zi,mo,vt,Ee,Gn,Re,ds,Te),Id(Ml,vt,zt),Ol,Re,zo,Zo,Nl,Te,ln),lm=_h(ze,cm,ts,El,Re,Te),Go=new WeakSet,oc=wp(Zt),Fl=fd(new Uint32Array(1)),Xo=zf(Fl,ts),Ho=Zf(Fl),Vl=bh(Go,qt,wt,oc,et,Cf(oc),Xo,Ho),ar=fh(kt),Pl=mf(Lo,ni,Bs),ss=cd(Pl),vn=Cp(ar,qt,Kf,Qf,Jf,qo,Il,jo,nm,Gf(ai),Dl),ns=pf(zd(ni),Pl),um=Ch(ss,vn,Ee,ns,lt),Xt=zh(lh(cl),Ml,Fo,Zh,th,sh,nh,ih,rh,ho,rl,Ss,Al),hm=xh(ze,um,Xt,tt,vn,Re,Te,_n),dm=Mh(ze,Oh,ts,tt,Tp(kt,ai),Re,Te,lt),pm=ed(ss,xl,Ee,ns,lt),js=vf(Rl),fm=Jh(ze,Xt,pm,or,xl,Re,Te,js),Rs=vp(qs,Zo),mm=Xf(tt,Rs),Es=Op(Ss,mm),gm=id(Es,Ee,lt),_m=nd(ze,gm,Es,Re,Te),vm=ad(ri,Ee,lt),ym=od(ze,vm,ri,Re,Te,Yf),bm=Vp(ar,vn,kt,Rs),yn=Fp(ar,qt,bm,qo,jo),wm=pd(ss,yn,Ee,ns,lt),xm=dd(ze,Xt,wm,yn,Re,Te,_n),Wl=Pp(wt,ai),Cm=_d(Wl,Ee,lt),Sm=gd(ze,Cm,Wl,Re,Te,js),Tm=Sd(ss,Cl,Ee,ns,lt),km=Cd(ze,Xt,Tm,Cl,Re,Te,js),Bl=Wp(wt),Am=Md(ss,Bl,Ee,ns,lt),Im=Ed(ze,Xt,Am,Bl,wt,Re,Te,js),Dm=$d(ss,kt,Ee,ns,lt),Rm=Bd(ze,Xt,Dm,kt,Re,Te),Em=jp(or,tt,oi,wt),cr=gf(qt,kt,oi,Pf(kt,et)),Mm=Jd(vn,Ee,et,lt,cr),Om=Bp(Em),Nm=Kd(ze,Om,Mm,Re,Te,js),Fm=Nh(Xt,Es,yn,oi,wt,Tl,Te,ai),$l=new WeakMap,Vm=_p(dm,Fm,Ol,Te,$l,_n),ql=Hp(ar,qt,qo,Il,jo,Dl),Pm=af(ss,ql,Ee,ns,lt),Wm=of(ze,Xt,ql,Pm,Re,Te,_n),jl=ud(vn),Bm=tf(jl,tt,kt,kl,Rs),lr=ef(jl,tt,Bm,kl,Rs,Ss,ai),$m=Up(Zi,tt,Es,kt,oi,lr,wt,Gi,Tl,Rs),Ll=Yp($m),qm=uf(ss,Es,yn,kt,Ll,Ee,et,ns,lt,cr),jm=lf(ze,Xt,Ll,qm,Re,Te,js),Lm=Kp(ts),zm=df(Lm,Re,new WeakSet,Uf),Zm=Jp(Es,ri,kt,lr,wt,Rs),zl=Qp(Zm,wt),Gm=xf(ss,zl,Ee,ns,lt),Xm=wf(ze,Xt,zl,Gm,Re,Te),Hm=jf(lr,Ee,lt),Ym=qf(ze,tt,lr,Hm,Re,Te,js),Zl=up(Zt),Yo=Vd(Zt),Gl=new WeakMap,Um=Xd(Gl,et),Km=Zl?hh(qt,wt,Nd(Zt),Yo,Pd(oh),Re,Um,Te,ln,new WeakMap,new WeakMap,Rf(ln,et),Zt):void 0,Qm=cp(zo,Te),Jm=bd(Go,qt,yd,Od,new WeakSet,Re,Qm,Li,Xn,Xo,Ho),Xl=Kh(Km,lm,Vl,hm,fm,_m,ym,xm,Sm,Jm,km,Im,Rm,Nm,Vm,Wm,jm,zm,Xm,Ym),eg=dp(ze,Lp,Re,Te),tg=fp(ze,zp,Re,Te),sg=mp(ze,Zp,Re,Te),ng=Gp(tt,Te),ig=gp(ze,ng,Re),rg=Eh(Xl,tt,wt,Bf,eg,tg,sg,ig,Ss),Uo=Hd($l),og=mh(Uo),Hl=ld(ts),ag=kd(Uo),Yl=Dd(ts),Ul=new WeakMap,cg=qd(Ul,zt),lg=Mp(Hl,ts,tt,Es,ri,yn,kt,oi,wt,Yl,Yo,cg,Rs),ug=Ip(tt,lg,kt,wt,Rs),hg=Uh(ss,Hl,vn,Es,ri,yn,kt,ag,Yl,Yo,Ee,ln,et,ns,lt,cr),dg=Zd(Gl),pg=_f(Ul),ac=Zl?Xh(og,ze,Xt,hg,ug,vt,dg,Re,Te,ln,Hf,pg,em,_n):void 0,fg=vd(wt,et),mg=yf(Go,qt,Lo,Uo,cr,Li,Xo,Ho),gg=nf(Xl,qt,tt,fg,mg),_g=tp(ir,zo),vg=sp(No,Zo),yg=np(Fo,Nl),bg=ip(ir,Te),wg=()=>hp(qt,Sf(et),Tf(Ss),kf(et),Af(Ss),If(et),Df(ln,et),Ef(et),Mf(et),Of(et),Nf(et),tm,Ff(Zt),Vf(Ss),Wf(et),sm);function Tt(s){return s===void 0}function de(s){return s!==void 0}function Kl(s){return typeof s=="function"}function Ot(s){return typeof s=="number"}function ps(s){return Object.prototype.toString.call(s)==="[object Object]"&&s.constructor===Object}function Ko(s){return typeof s=="boolean"}function at(s){return Array.isArray(s)}function Gt(s){return typeof s=="string"}function Ln(s){return Gt(s)&&/^([a-g]{1}(?:b|#|x|bb)?)(-?[0-9]+)/i.test(s)}function Q(s,e){if(!s)throw new Error(e)}function Ye(s,e,t=1/0){if(!(e<=s&&s<=t))throw new RangeError(`Value must be within [${e}, ${t}], got: ${s}`)}function Qo(s){!s.isOffline&&s.state!=="running"&&bn('The AudioContext is "suspended". Invoke Tone.start() from a user action to start the audio.')}let Ql=!1,cc=!1;function bo(s){Ql=s}function Jl(s){Tt(s)&&Ql&&!cc&&(cc=!0,bn("Events scheduled inside of scheduled callbacks should use the passed in scheduling time. See https://github.com/Tonejs/Tone.js/wiki/Accurate-Timing"))}let Jo=console;function xg(s){Jo=s}function eu(...s){Jo.log(...s)}function bn(...s){Jo.warn(...s)}const Cg=Object.freeze(Object.defineProperty({__proto__:null,assert:Q,assertContextRunning:Qo,assertRange:Ye,assertUsedScheduleTime:Jl,enterScheduledCallback:bo,log:eu,setLogger:xg,warn:bn},Symbol.toStringTag,{value:"Module"}));function Sg(s){return new rg(s)}function Tg(s,e,t){return new gg(s,e,t)}const _t=typeof self=="object"?self:null,kg=_t&&(_t.hasOwnProperty("AudioContext")||_t.hasOwnProperty("webkitAudioContext"));function Ag(s,e,t){return Q(de(ac),"AudioWorkletNode only works in a secure context (https or localhost)"),new(s instanceof _t?.BaseAudioContext?_t?.AudioWorkletNode:ac)(s,e,t)}function Ht(s,e,t,n){var i=arguments.length,r=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")r=Reflect.decorate(s,e,t,n);else for(var a=s.length-1;a>=0;a--)(o=s[a])&&(r=(i<3?o(r):i>3?o(e,t,r):o(e,t))||r);return i>3&&r&&Object.defineProperty(e,t,r),r}function Ie(s,e,t,n){function i(r){return r instanceof t?r:new t(function(o){o(r)})}return new(t||(t=Promise))(function(r,o){function a(u){try{l(n.next(u))}catch(h){o(h)}}function c(u){try{l(n.throw(u))}catch(h){o(h)}}function l(u){u.done?r(u.value):i(u.value).then(a,c)}l((n=n.apply(s,e||[])).next())})}class Ig{constructor(e,t,n,i){this._callback=e,this._type=t,this._minimumUpdateInterval=Math.max(128/(i||44100),.001),this.updateInterval=n,this._createClock()}_createWorker(){const e=new Blob([`
4
- // the initial timeout time
5
- let timeoutTime = ${(this._updateInterval*1e3).toFixed(1)};
6
- // onmessage callback
7
- self.onmessage = function(msg){
8
- timeoutTime = parseInt(msg.data);
9
- };
10
- // the tick function which posts a message
11
- // and schedules a new tick
12
- function tick(){
13
- setTimeout(tick, timeoutTime);
14
- self.postMessage('tick');
15
- }
16
- // call tick initially
17
- tick();
18
- `],{type:"text/javascript"}),t=URL.createObjectURL(e),n=new Worker(t);n.onmessage=this._callback.bind(this),this._worker=n}_createTimeout(){this._timeout=setTimeout(()=>{this._createTimeout(),this._callback()},this._updateInterval*1e3)}_createClock(){if(this._type==="worker")try{this._createWorker()}catch{this._type="timeout",this._createClock()}else this._type==="timeout"&&this._createTimeout()}_disposeClock(){this._timeout&&clearTimeout(this._timeout),this._worker&&(this._worker.terminate(),this._worker.onmessage=null)}get updateInterval(){return this._updateInterval}set updateInterval(e){var t;this._updateInterval=Math.max(e,this._minimumUpdateInterval),this._type==="worker"&&((t=this._worker)===null||t===void 0||t.postMessage(this._updateInterval*1e3))}get type(){return this._type}set type(e){this._disposeClock(),this._type=e,this._createClock()}dispose(){this._disposeClock()}}function $s(s){return yg(s)}function Ts(s){return vg(s)}function Bi(s){return bg(s)}function en(s){return _g(s)}function Dg(s){return s instanceof Vl}function Rg(s,e){return s==="value"||$s(e)||Ts(e)||Dg(e)}function Wt(s,...e){if(!e.length)return s;const t=e.shift();if(ps(s)&&ps(t))for(const n in t)Rg(n,t[n])?s[n]=t[n]:ps(t[n])?(s[n]||Object.assign(s,{[n]:{}}),Wt(s[n],t[n])):Object.assign(s,{[n]:t[n]});return Wt(s,...e)}function Eg(s,e){return s.length===e.length&&s.every((t,n)=>e[n]===t)}function F(s,e,t=[],n){const i={},r=Array.from(e);if(ps(r[0])&&n&&!Reflect.has(r[0],n)&&(Object.keys(r[0]).some(a=>Reflect.has(s,a))||(Wt(i,{[n]:r[0]}),t.splice(t.indexOf(n),1),r.shift())),r.length===1&&ps(r[0]))Wt(i,r[0]);else for(let o=0;o<t.length;o++)de(r[o])&&(i[t[o]]=r[o]);return Wt(s,i)}function Mg(s){return s.constructor.getDefaults()}function Bt(s,e){return Tt(s)?e:s}function rt(s,e){return e.forEach(t=>{Reflect.has(s,t)&&delete s[t]}),s}class gs{constructor(){this.debug=!1,this._wasDisposed=!1}static getDefaults(){return{}}log(...e){(this.debug||_t&&this.toString()===_t.TONE_DEBUG_CLASS)&&eu(this,...e)}dispose(){return this._wasDisposed=!0,this}get disposed(){return this._wasDisposed}toString(){return this.name}}gs.version=Mo;const ea=1e-6;function un(s,e){return s>e+ea}function wo(s,e){return un(s,e)||Lt(s,e)}function Ui(s,e){return s+ea<e}function Lt(s,e){return Math.abs(s-e)<ea}function Ls(s,e,t){return Math.max(Math.min(s,t),e)}class Et extends gs{constructor(){super(),this.name="Timeline",this._timeline=[];const e=F(Et.getDefaults(),arguments,["memory"]);this.memory=e.memory,this.increasing=e.increasing}static getDefaults(){return{memory:1/0,increasing:!1}}get length(){return this._timeline.length}add(e){if(Q(Reflect.has(e,"time"),"Timeline: events must have a time attribute"),e.time=e.time.valueOf(),this.increasing&&this.length){const t=this._timeline[this.length-1];Q(wo(e.time,t.time),"The time must be greater than or equal to the last scheduled time"),this._timeline.push(e)}else{const t=this._search(e.time);this._timeline.splice(t+1,0,e)}if(this.length>this.memory){const t=this.length-this.memory;this._timeline.splice(0,t)}return this}remove(e){const t=this._timeline.indexOf(e);return t!==-1&&this._timeline.splice(t,1),this}get(e,t="time"){const n=this._search(e,t);return n!==-1?this._timeline[n]:null}peek(){return this._timeline[0]}shift(){return this._timeline.shift()}getAfter(e,t="time"){const n=this._search(e,t);return n+1<this._timeline.length?this._timeline[n+1]:null}getBefore(e){const t=this._timeline.length;if(t>0&&this._timeline[t-1].time<e)return this._timeline[t-1];const n=this._search(e);return n-1>=0?this._timeline[n-1]:null}cancel(e){if(this._timeline.length>1){let t=this._search(e);if(t>=0)if(Lt(this._timeline[t].time,e)){for(let n=t;n>=0&&Lt(this._timeline[n].time,e);n--)t=n;this._timeline=this._timeline.slice(0,t)}else this._timeline=this._timeline.slice(0,t+1);else this._timeline=[]}else this._timeline.length===1&&wo(this._timeline[0].time,e)&&(this._timeline=[]);return this}cancelBefore(e){const t=this._search(e);return t>=0&&(this._timeline=this._timeline.slice(t+1)),this}previousEvent(e){const t=this._timeline.indexOf(e);return t>0?this._timeline[t-1]:null}_search(e,t="time"){if(this._timeline.length===0)return-1;let n=0;const i=this._timeline.length;let r=i;if(i>0&&this._timeline[i-1][t]<=e)return i-1;for(;n<r;){let o=Math.floor(n+(r-n)/2);const a=this._timeline[o],c=this._timeline[o+1];if(Lt(a[t],e)){for(let l=o;l<this._timeline.length;l++){const u=this._timeline[l];if(Lt(u[t],e))o=l;else break}return o}else{if(Ui(a[t],e)&&un(c[t],e))return o;un(a[t],e)?r=o:n=o+1}}return-1}_iterate(e,t=0,n=this._timeline.length-1){this._timeline.slice(t,n+1).forEach(e)}forEach(e){return this._iterate(e),this}forEachBefore(e,t){const n=this._search(e);return n!==-1&&this._iterate(t,0,n),this}forEachAfter(e,t){const n=this._search(e);return this._iterate(t,n+1),this}forEachBetween(e,t,n){let i=this._search(e),r=this._search(t);return i!==-1&&r!==-1?(this._timeline[i].time!==e&&(i+=1),this._timeline[r].time===t&&(r-=1),this._iterate(n,i,r)):i===-1&&this._iterate(n,0,r),this}forEachFrom(e,t){let n=this._search(e);for(;n>=0&&this._timeline[n].time>=e;)n--;return this._iterate(t,n+1),this}forEachAtTime(e,t){const n=this._search(e);if(n!==-1&&Lt(this._timeline[n].time,e)){let i=n;for(let r=n;r>=0&&Lt(this._timeline[r].time,e);r--)i=r;this._iterate(r=>{t(r)},i,n)}return this}dispose(){return super.dispose(),this._timeline=[],this}}const tu=[];function ur(s){tu.push(s)}function Og(s){tu.forEach(e=>e(s))}const su=[];function hr(s){su.push(s)}function Ng(s){su.forEach(e=>e(s))}class wn extends gs{constructor(){super(...arguments),this.name="Emitter"}on(e,t){return e.split(/\W+/).forEach(i=>{Tt(this._events)&&(this._events={}),this._events.hasOwnProperty(i)||(this._events[i]=[]),this._events[i].push(t)}),this}once(e,t){const n=(...i)=>{t(...i),this.off(e,n)};return this.on(e,n),this}off(e,t){return e.split(/\W+/).forEach(i=>{if(Tt(this._events)&&(this._events={}),this._events.hasOwnProperty(i))if(Tt(t))this._events[i]=[];else{const r=this._events[i];for(let o=r.length-1;o>=0;o--)r[o]===t&&r.splice(o,1)}}),this}emit(e,...t){if(this._events&&this._events.hasOwnProperty(e)){const n=this._events[e].slice(0);for(let i=0,r=n.length;i<r;i++)n[i].apply(this,t)}return this}static mixin(e){["on","once","off","emit"].forEach(t=>{const n=Object.getOwnPropertyDescriptor(wn.prototype,t);Object.defineProperty(e.prototype,t,n)})}dispose(){return super.dispose(),this._events=void 0,this}}class ta extends wn{constructor(){super(...arguments),this.isOffline=!1}toJSON(){return{}}}class zs extends ta{constructor(){var e,t;super(),this.name="Context",this._constants=new Map,this._timeouts=new Et,this._timeoutIds=0,this._initialized=!1,this._closeStarted=!1,this.isOffline=!1,this._workletPromise=null;const n=F(zs.getDefaults(),arguments,["context"]);n.context?(this._context=n.context,this._latencyHint=((e=arguments[0])===null||e===void 0?void 0:e.latencyHint)||""):(this._context=Sg({latencyHint:n.latencyHint}),this._latencyHint=n.latencyHint),this._ticker=new Ig(this.emit.bind(this,"tick"),n.clockSource,n.updateInterval,this._context.sampleRate),this.on("tick",this._timeoutLoop.bind(this)),this._context.onstatechange=()=>{this.emit("statechange",this.state)},this[!((t=arguments[0])===null||t===void 0)&&t.hasOwnProperty("updateInterval")?"_lookAhead":"lookAhead"]=n.lookAhead}static getDefaults(){return{clockSource:"worker",latencyHint:"interactive",lookAhead:.1,updateInterval:.05}}initialize(){return this._initialized||(Og(this),this._initialized=!0),this}createAnalyser(){return this._context.createAnalyser()}createOscillator(){return this._context.createOscillator()}createBufferSource(){return this._context.createBufferSource()}createBiquadFilter(){return this._context.createBiquadFilter()}createBuffer(e,t,n){return this._context.createBuffer(e,t,n)}createChannelMerger(e){return this._context.createChannelMerger(e)}createChannelSplitter(e){return this._context.createChannelSplitter(e)}createConstantSource(){return this._context.createConstantSource()}createConvolver(){return this._context.createConvolver()}createDelay(e){return this._context.createDelay(e)}createDynamicsCompressor(){return this._context.createDynamicsCompressor()}createGain(){return this._context.createGain()}createIIRFilter(e,t){return this._context.createIIRFilter(e,t)}createPanner(){return this._context.createPanner()}createPeriodicWave(e,t,n){return this._context.createPeriodicWave(e,t,n)}createStereoPanner(){return this._context.createStereoPanner()}createWaveShaper(){return this._context.createWaveShaper()}createMediaStreamSource(e){return Q(en(this._context),"Not available if OfflineAudioContext"),this._context.createMediaStreamSource(e)}createMediaElementSource(e){return Q(en(this._context),"Not available if OfflineAudioContext"),this._context.createMediaElementSource(e)}createMediaStreamDestination(){return Q(en(this._context),"Not available if OfflineAudioContext"),this._context.createMediaStreamDestination()}decodeAudioData(e){return this._context.decodeAudioData(e)}get currentTime(){return this._context.currentTime}get state(){return this._context.state}get sampleRate(){return this._context.sampleRate}get listener(){return this.initialize(),this._listener}set listener(e){Q(!this._initialized,"The listener cannot be set after initialization."),this._listener=e}get transport(){return this.initialize(),this._transport}set transport(e){Q(!this._initialized,"The transport cannot be set after initialization."),this._transport=e}get draw(){return this.initialize(),this._draw}set draw(e){Q(!this._initialized,"Draw cannot be set after initialization."),this._draw=e}get destination(){return this.initialize(),this._destination}set destination(e){Q(!this._initialized,"The destination cannot be set after initialization."),this._destination=e}createAudioWorkletNode(e,t){return Ag(this.rawContext,e,t)}addAudioWorkletModule(e){return Ie(this,void 0,void 0,function*(){Q(de(this.rawContext.audioWorklet),"AudioWorkletNode is only available in a secure context (https or localhost)"),this._workletPromise||(this._workletPromise=this.rawContext.audioWorklet.addModule(e)),yield this._workletPromise})}workletsAreReady(){return Ie(this,void 0,void 0,function*(){(yield this._workletPromise)?this._workletPromise:Promise.resolve()})}get updateInterval(){return this._ticker.updateInterval}set updateInterval(e){this._ticker.updateInterval=e}get clockSource(){return this._ticker.type}set clockSource(e){this._ticker.type=e}get lookAhead(){return this._lookAhead}set lookAhead(e){this._lookAhead=e,this.updateInterval=e?e/2:.01}get latencyHint(){return this._latencyHint}get rawContext(){return this._context}now(){return this._context.currentTime+this._lookAhead}immediate(){return this._context.currentTime}resume(){return en(this._context)?this._context.resume():Promise.resolve()}close(){return Ie(this,void 0,void 0,function*(){en(this._context)&&this.state!=="closed"&&!this._closeStarted&&(this._closeStarted=!0,yield this._context.close()),this._initialized&&Ng(this)})}getConstant(e){if(this._constants.has(e))return this._constants.get(e);{const t=this._context.createBuffer(1,128,this._context.sampleRate),n=t.getChannelData(0);for(let r=0;r<n.length;r++)n[r]=e;const i=this._context.createBufferSource();return i.channelCount=1,i.channelCountMode="explicit",i.buffer=t,i.loop=!0,i.start(0),this._constants.set(e,i),i}}dispose(){return super.dispose(),this._ticker.dispose(),this._timeouts.dispose(),Object.keys(this._constants).map(e=>this._constants[e].disconnect()),this.close(),this}_timeoutLoop(){const e=this.now();this._timeouts.forEachBefore(e,t=>{t.callback(),this._timeouts.remove(t)})}setTimeout(e,t){this._timeoutIds++;const n=this.now();return this._timeouts.add({callback:e,id:this._timeoutIds,time:n+t}),this._timeoutIds}clearTimeout(e){return this._timeouts.forEach(t=>{t.id===e&&this._timeouts.remove(t)}),this}clearInterval(e){return this.clearTimeout(e)}setInterval(e,t){const n=++this._timeoutIds,i=()=>{const r=this.now();this._timeouts.add({callback:()=>{e(),i()},id:n,time:r+t})};return i(),n}}class Fg extends ta{constructor(){super(...arguments),this.lookAhead=0,this.latencyHint=0,this.isOffline=!1}createAnalyser(){return{}}createOscillator(){return{}}createBufferSource(){return{}}createBiquadFilter(){return{}}createBuffer(e,t,n){return{}}createChannelMerger(e){return{}}createChannelSplitter(e){return{}}createConstantSource(){return{}}createConvolver(){return{}}createDelay(e){return{}}createDynamicsCompressor(){return{}}createGain(){return{}}createIIRFilter(e,t){return{}}createPanner(){return{}}createPeriodicWave(e,t,n){return{}}createStereoPanner(){return{}}createWaveShaper(){return{}}createMediaStreamSource(e){return{}}createMediaElementSource(e){return{}}createMediaStreamDestination(){return{}}decodeAudioData(e){return Promise.resolve({})}createAudioWorkletNode(e,t){return{}}get rawContext(){return{}}addAudioWorkletModule(e){return Ie(this,void 0,void 0,function*(){return Promise.resolve()})}resume(){return Promise.resolve()}setTimeout(e,t){return 0}clearTimeout(e){return this}setInterval(e,t){return 0}clearInterval(e){return this}getConstant(e){return{}}get currentTime(){return 0}get state(){return{}}get sampleRate(){return 0}get listener(){return{}}get transport(){return{}}get draw(){return{}}set draw(e){}get destination(){return{}}set destination(e){}now(){return 0}immediate(){return 0}}function se(s,e){at(e)?e.forEach(t=>se(s,t)):Object.defineProperty(s,e,{enumerable:!0,writable:!1})}function ci(s,e){at(e)?e.forEach(t=>ci(s,t)):Object.defineProperty(s,e,{writable:!0})}const ve=()=>{};class Ce extends gs{constructor(){super(),this.name="ToneAudioBuffer",this.onload=ve;const e=F(Ce.getDefaults(),arguments,["url","onload","onerror"]);this.reverse=e.reverse,this.onload=e.onload,Gt(e.url)?this.load(e.url).catch(e.onerror):e.url&&this.set(e.url)}static getDefaults(){return{onerror:ve,onload:ve,reverse:!1}}get sampleRate(){return this._buffer?this._buffer.sampleRate:fe().sampleRate}set(e){return e instanceof Ce?e.loaded?this._buffer=e.get():e.onload=()=>{this.set(e),this.onload(this)}:this._buffer=e,this._reversed&&this._reverse(),this}get(){return this._buffer}load(e){return Ie(this,void 0,void 0,function*(){const t=Ce.load(e).then(n=>{this.set(n),this.onload(this)});Ce.downloads.push(t);try{yield t}finally{const n=Ce.downloads.indexOf(t);Ce.downloads.splice(n,1)}return this})}dispose(){return super.dispose(),this._buffer=void 0,this}fromArray(e){const t=at(e)&&e[0].length>0,n=t?e.length:1,i=t?e[0].length:e.length,r=fe(),o=r.createBuffer(n,i,r.sampleRate),a=!t&&n===1?[e]:e;for(let c=0;c<n;c++)o.copyToChannel(a[c],c);return this._buffer=o,this}toMono(e){if(Ot(e))this.fromArray(this.toArray(e));else{let t=new Float32Array(this.length);const n=this.numberOfChannels;for(let i=0;i<n;i++){const r=this.toArray(i);for(let o=0;o<r.length;o++)t[o]+=r[o]}t=t.map(i=>i/n),this.fromArray(t)}return this}toArray(e){if(Ot(e))return this.getChannelData(e);if(this.numberOfChannels===1)return this.toArray(0);{const t=[];for(let n=0;n<this.numberOfChannels;n++)t[n]=this.getChannelData(n);return t}}getChannelData(e){return this._buffer?this._buffer.getChannelData(e):new Float32Array(0)}slice(e,t=this.duration){Q(this.loaded,"Buffer is not loaded");const n=Math.floor(e*this.sampleRate),i=Math.floor(t*this.sampleRate);Q(n<i,"The start time must be less than the end time");const r=i-n,o=fe().createBuffer(this.numberOfChannels,r,this.sampleRate);for(let a=0;a<this.numberOfChannels;a++)o.copyToChannel(this.getChannelData(a).subarray(n,i),a);return new Ce(o)}_reverse(){if(this.loaded)for(let e=0;e<this.numberOfChannels;e++)this.getChannelData(e).reverse();return this}get loaded(){return this.length>0}get duration(){return this._buffer?this._buffer.duration:0}get length(){return this._buffer?this._buffer.length:0}get numberOfChannels(){return this._buffer?this._buffer.numberOfChannels:0}get reverse(){return this._reversed}set reverse(e){this._reversed!==e&&(this._reversed=e,this._reverse())}static fromArray(e){return new Ce().fromArray(e)}static fromUrl(e){return Ie(this,void 0,void 0,function*(){return yield new Ce().load(e)})}static load(e){return Ie(this,void 0,void 0,function*(){const t=Ce.baseUrl===""||Ce.baseUrl.endsWith("/")?Ce.baseUrl:Ce.baseUrl+"/",n=yield fetch(t+e);if(!n.ok)throw new Error(`could not load url: ${e}`);const i=yield n.arrayBuffer();return yield fe().decodeAudioData(i)})}static supportsType(e){const t=e.split("."),n=t[t.length-1];return document.createElement("audio").canPlayType("audio/"+n)!==""}static loaded(){return Ie(this,void 0,void 0,function*(){for(yield Promise.resolve();Ce.downloads.length;)yield Ce.downloads[0]})}}Ce.baseUrl="";Ce.downloads=[];class xn extends zs{constructor(){super({clockSource:"offline",context:Bi(arguments[0])?arguments[0]:Tg(arguments[0],arguments[1]*arguments[2],arguments[2]),lookAhead:0,updateInterval:Bi(arguments[0])?128/arguments[0].sampleRate:128/arguments[2]}),this.name="OfflineContext",this._currentTime=0,this.isOffline=!0,this._duration=Bi(arguments[0])?arguments[0].length/arguments[0].sampleRate:arguments[1]}now(){return this._currentTime}get currentTime(){return this._currentTime}_renderClock(e){return Ie(this,void 0,void 0,function*(){let t=0;for(;this._duration-this._currentTime>=0;){this.emit("tick"),this._currentTime+=128/this.sampleRate,t++;const n=Math.floor(this.sampleRate/128);e&&t%n===0&&(yield new Promise(i=>setTimeout(i,1)))}})}render(){return Ie(this,arguments,void 0,function*(e=!0){yield this.workletsAreReady(),yield this._renderClock(e);const t=yield this._context.startRendering();return new Ce(t)})}close(){return Promise.resolve()}}const nu=new Fg;let Ps=nu;function fe(){return Ps===nu&&kg&&Hn(new zs),Ps}function Hn(s,e=!1){e&&Ps.dispose(),en(s)?Ps=new zs(s):Bi(s)?Ps=new xn(s):Ps=s}function sa(){return Ps.resume()}if(_t&&!_t.TONE_SILENCE_LOGGING){const e=` * Tone.js v${Mo} * `;console.log(`%c${e}`,"background: #000; color: #fff")}function hn(s){return Math.pow(10,s/20)}function li(s){return 20*(Math.log(s)/Math.LN10)}function dn(s){return Math.pow(2,s/12)}let dr=440;function Vg(){return dr}function Pg(s){dr=s}function Cs(s){return Math.round(iu(s))}function iu(s){return 69+12*Math.log2(s/dr)}function na(s){return dr*Math.pow(2,(s-69)/12)}class ia extends gs{constructor(e,t,n){super(),this.defaultUnits="s",this._val=t,this._units=n,this.context=e,this._expressions=this._getExpressions()}_getExpressions(){return{hz:{method:e=>this._frequencyToUnits(parseFloat(e)),regexp:/^(\d+(?:\.\d+)?)hz$/i},i:{method:e=>this._ticksToUnits(parseInt(e,10)),regexp:/^(\d+)i$/i},m:{method:e=>this._beatsToUnits(parseInt(e,10)*this._getTimeSignature()),regexp:/^(\d+)m$/i},n:{method:(e,t)=>{const n=parseInt(e,10),i=t==="."?1.5:1;return n===1?this._beatsToUnits(this._getTimeSignature())*i:this._beatsToUnits(4/n)*i},regexp:/^(\d+)n(\.?)$/i},number:{method:e=>this._expressions[this.defaultUnits].method.call(this,e),regexp:/^(\d+(?:\.\d+)?)$/},s:{method:e=>this._secondsToUnits(parseFloat(e)),regexp:/^(\d+(?:\.\d+)?)s$/},samples:{method:e=>parseInt(e,10)/this.context.sampleRate,regexp:/^(\d+)samples$/},t:{method:e=>{const t=parseInt(e,10);return this._beatsToUnits(8/(Math.floor(t)*3))},regexp:/^(\d+)t$/i},tr:{method:(e,t,n)=>{let i=0;return e&&e!=="0"&&(i+=this._beatsToUnits(this._getTimeSignature()*parseFloat(e))),t&&t!=="0"&&(i+=this._beatsToUnits(parseFloat(t))),n&&n!=="0"&&(i+=this._beatsToUnits(parseFloat(n)/4)),i},regexp:/^(\d+(?:\.\d+)?):(\d+(?:\.\d+)?):?(\d+(?:\.\d+)?)?$/}}}valueOf(){if(this._val instanceof ia&&this.fromType(this._val),Tt(this._val))return this._noArg();if(Gt(this._val)&&Tt(this._units)){for(const e in this._expressions)if(this._expressions[e].regexp.test(this._val.trim())){this._units=e;break}}else if(ps(this._val)){let e=0;for(const t in this._val)if(de(this._val[t])){const n=this._val[t],i=new this.constructor(this.context,t).valueOf()*n;e+=i}return e}if(de(this._units)){const e=this._expressions[this._units],t=this._val.toString().trim().match(e.regexp);return t?e.method.apply(this,t.slice(1)):e.method.call(this,this._val)}else return Gt(this._val)?parseFloat(this._val):this._val}_frequencyToUnits(e){return 1/e}_beatsToUnits(e){return 60/this._getBpm()*e}_secondsToUnits(e){return e}_ticksToUnits(e){return e*this._beatsToUnits(1)/this._getPPQ()}_noArg(){return this._now()}_getBpm(){return this.context.transport.bpm.value}_getTimeSignature(){return this.context.transport.timeSignature}_getPPQ(){return this.context.transport.PPQ}fromType(e){switch(this._units=void 0,this.defaultUnits){case"s":this._val=e.toSeconds();break;case"i":this._val=e.toTicks();break;case"hz":this._val=e.toFrequency();break;case"midi":this._val=e.toMidi();break}return this}toFrequency(){return 1/this.toSeconds()}toSamples(){return this.toSeconds()*this.context.sampleRate}toMilliseconds(){return this.toSeconds()*1e3}}class Dt extends ia{constructor(){super(...arguments),this.name="TimeClass"}_getExpressions(){return Object.assign(super._getExpressions(),{now:{method:e=>this._now()+new this.constructor(this.context,e).valueOf(),regexp:/^\+(.+)/},quantize:{method:e=>{const t=new Dt(this.context,e).valueOf();return this._secondsToUnits(this.context.transport.nextSubdivision(t))},regexp:/^@(.+)/}})}quantize(e,t=1){const n=new this.constructor(this.context,e).valueOf(),i=this.valueOf(),a=Math.round(i/n)*n-i;return i+a*t}toNotation(){const e=this.toSeconds(),t=["1m"];for(let r=1;r<9;r++){const o=Math.pow(2,r);t.push(o+"n."),t.push(o+"n"),t.push(o+"t")}t.push("0");let n=t[0],i=new Dt(this.context,t[0]).toSeconds();return t.forEach(r=>{const o=new Dt(this.context,r).toSeconds();Math.abs(o-e)<Math.abs(i-e)&&(n=r,i=o)}),n}toBarsBeatsSixteenths(){const e=this._beatsToUnits(1);let t=this.valueOf()/e;t=parseFloat(t.toFixed(4));const n=Math.floor(t/this._getTimeSignature());let i=t%1*4;t=Math.floor(t)%this._getTimeSignature();const r=i.toString();return r.length>3&&(i=parseFloat(parseFloat(r).toFixed(3))),[n,t,i].join(":")}toTicks(){const e=this._beatsToUnits(1);return this.valueOf()/e*this._getPPQ()}toSeconds(){return this.valueOf()}toMidi(){return Cs(this.toFrequency())}_now(){return this.context.now()}}function Wg(s,e){return new Dt(fe(),s,e)}class yt extends Dt{constructor(){super(...arguments),this.name="Frequency",this.defaultUnits="hz"}static get A4(){return Vg()}static set A4(e){Pg(e)}_getExpressions(){return Object.assign({},super._getExpressions(),{midi:{regexp:/^(\d+(?:\.\d+)?midi)/,method(e){return this.defaultUnits==="midi"?e:yt.mtof(e)}},note:{regexp:/^([a-g]{1}(?:b|#|##|x|bb|###|#x|x#|bbb)?)(-?[0-9]+)/i,method(e,t){const i=Bg[e.toLowerCase()]+(parseInt(t,10)+1)*12;return this.defaultUnits==="midi"?i:yt.mtof(i)}},tr:{regexp:/^(\d+(?:\.\d+)?):(\d+(?:\.\d+)?):?(\d+(?:\.\d+)?)?/,method(e,t,n){let i=1;return e&&e!=="0"&&(i*=this._beatsToUnits(this._getTimeSignature()*parseFloat(e))),t&&t!=="0"&&(i*=this._beatsToUnits(parseFloat(t))),n&&n!=="0"&&(i*=this._beatsToUnits(parseFloat(n)/4)),i}}})}transpose(e){return new yt(this.context,this.valueOf()*dn(e))}harmonize(e){return e.map(t=>this.transpose(t))}toMidi(){return Cs(this.valueOf())}toNote(){const e=this.toFrequency(),t=Math.log2(e/yt.A4);let n=Math.round(12*t)+57;const i=Math.floor(n/12);return i<0&&(n+=-12*i),$g[n%12]+i.toString()}toSeconds(){return 1/super.toSeconds()}toTicks(){const e=this._beatsToUnits(1),t=this.valueOf()/e;return Math.floor(t*this._getPPQ())}_noArg(){return 0}_frequencyToUnits(e){return e}_ticksToUnits(e){return 1/(e*60/(this._getBpm()*this._getPPQ()))}_beatsToUnits(e){return 1/super._beatsToUnits(e)}_secondsToUnits(e){return 1/e}static mtof(e){return na(e)}static ftom(e){return Cs(e)}}const Bg={cbbb:-3,cbb:-2,cb:-1,c:0,"c#":1,cx:2,"c##":2,"c###":3,"cx#":3,"c#x":3,dbbb:-1,dbb:0,db:1,d:2,"d#":3,dx:4,"d##":4,"d###":5,"dx#":5,"d#x":5,ebbb:1,ebb:2,eb:3,e:4,"e#":5,ex:6,"e##":6,"e###":7,"ex#":7,"e#x":7,fbbb:2,fbb:3,fb:4,f:5,"f#":6,fx:7,"f##":7,"f###":8,"fx#":8,"f#x":8,gbbb:4,gbb:5,gb:6,g:7,"g#":8,gx:9,"g##":9,"g###":10,"gx#":10,"g#x":10,abbb:6,abb:7,ab:8,a:9,"a#":10,ax:11,"a##":11,"a###":12,"ax#":12,"a#x":12,bbbb:8,bbb:9,bb:10,b:11,"b#":12,bx:13,"b##":13,"b###":14,"bx#":14,"b#x":14},$g=["C","C#","D","D#","E","F","F#","G","G#","A","A#","B"];function qg(s,e){return new yt(fe(),s,e)}class Ge extends Dt{constructor(){super(...arguments),this.name="TransportTime"}_now(){return this.context.transport.seconds}}function jg(s,e){return new Ge(fe(),s,e)}class st extends gs{constructor(){super();const e=F(st.getDefaults(),arguments,["context"]);this.defaultContext?this.context=this.defaultContext:this.context=e.context}static getDefaults(){return{context:fe()}}now(){return this.context.currentTime+this.context.lookAhead}immediate(){return this.context.currentTime}get sampleTime(){return 1/this.context.sampleRate}get blockTime(){return 128/this.context.sampleRate}toSeconds(e){return Jl(e),new Dt(this.context,e).toSeconds()}toFrequency(e){return new yt(this.context,e).toFrequency()}toTicks(e){return new Ge(this.context,e).toTicks()}_getPartialProperties(e){const t=this.get();return Object.keys(t).forEach(n=>{Tt(e[n])&&delete t[n]}),t}get(){const e=Mg(this);return Object.keys(e).forEach(t=>{if(Reflect.has(this,t)){const n=this[t];de(n)&&de(n.value)&&de(n.setValueAtTime)?e[t]=n.value:n instanceof st?e[t]=n._getPartialProperties(e[t]):at(n)||Ot(n)||Gt(n)||Ko(n)?e[t]=n:delete e[t]}}),e}set(e){return Object.keys(e).forEach(t=>{Reflect.has(this,t)&&de(this[t])&&(this[t]&&de(this[t].value)&&de(this[t].setValueAtTime)?this[t].value!==e[t]&&(this[t].value=e[t]):this[t]instanceof st?this[t].set(e[t]):this[t]=e[t])}),this}}class Cn extends Et{constructor(e="stopped"){super(),this.name="StateTimeline",this._initial=e,this.setStateAtTime(this._initial,0)}getValueAtTime(e){const t=this.get(e);return t!==null?t.state:this._initial}setStateAtTime(e,t,n){return Ye(t,0),this.add(Object.assign({},n,{state:e,time:t})),this}getLastState(e,t){const n=this._search(t);for(let i=n;i>=0;i--){const r=this._timeline[i];if(r.state===e)return r}}getNextState(e,t){const n=this._search(t);if(n!==-1)for(let i=n;i<this._timeline.length;i++){const r=this._timeline[i];if(r.state===e)return r}}}class oe extends st{constructor(){const e=F(oe.getDefaults(),arguments,["param","units","convert"]);for(super(e),this.name="Param",this.overridden=!1,this._minOutput=1e-7,Q(de(e.param)&&($s(e.param)||e.param instanceof oe),"param must be an AudioParam");!$s(e.param);)e.param=e.param._param;this._swappable=de(e.swappable)?e.swappable:!1,this._swappable?(this.input=this.context.createGain(),this._param=e.param,this.input.connect(this._param)):this._param=this.input=e.param,this._events=new Et(1e3),this._initialValue=this._param.defaultValue,this.units=e.units,this.convert=e.convert,this._minValue=e.minValue,this._maxValue=e.maxValue,de(e.value)&&e.value!==this._toType(this._initialValue)&&this.setValueAtTime(e.value,0)}static getDefaults(){return Object.assign(st.getDefaults(),{convert:!0,units:"number"})}get value(){const e=this.now();return this.getValueAtTime(e)}set value(e){this.cancelScheduledValues(this.now()),this.setValueAtTime(e,this.now())}get minValue(){return de(this._minValue)?this._minValue:this.units==="time"||this.units==="frequency"||this.units==="normalRange"||this.units==="positive"||this.units==="transportTime"||this.units==="ticks"||this.units==="bpm"||this.units==="hertz"||this.units==="samples"?0:this.units==="audioRange"?-1:this.units==="decibels"?-1/0:this._param.minValue}get maxValue(){return de(this._maxValue)?this._maxValue:this.units==="normalRange"||this.units==="audioRange"?1:this._param.maxValue}_is(e,t){return this.units===t}_assertRange(e){return de(this.maxValue)&&de(this.minValue)&&Ye(e,this._fromType(this.minValue),this._fromType(this.maxValue)),e}_fromType(e){return this.convert&&!this.overridden?this._is(e,"time")?this.toSeconds(e):this._is(e,"decibels")?hn(e):this._is(e,"frequency")?this.toFrequency(e):e:this.overridden?0:e}_toType(e){return this.convert&&this.units==="decibels"?li(e):e}setValueAtTime(e,t){const n=this.toSeconds(t),i=this._fromType(e);return Q(isFinite(i)&&isFinite(n),`Invalid argument(s) to setValueAtTime: ${JSON.stringify(e)}, ${JSON.stringify(t)}`),this._assertRange(i),this.log(this.units,"setValueAtTime",e,n),this._events.add({time:n,type:"setValueAtTime",value:i}),this._param.setValueAtTime(i,n),this}getValueAtTime(e){const t=Math.max(this.toSeconds(e),0),n=this._events.getAfter(t),i=this._events.get(t);let r=this._initialValue;if(i===null)r=this._initialValue;else if(i.type==="setTargetAtTime"&&(n===null||n.type==="setValueAtTime")){const o=this._events.getBefore(i.time);let a;o===null?a=this._initialValue:a=o.value,i.type==="setTargetAtTime"&&(r=this._exponentialApproach(i.time,a,i.value,i.constant,t))}else if(n===null)r=i.value;else if(n.type==="linearRampToValueAtTime"||n.type==="exponentialRampToValueAtTime"){let o=i.value;if(i.type==="setTargetAtTime"){const a=this._events.getBefore(i.time);a===null?o=this._initialValue:o=a.value}n.type==="linearRampToValueAtTime"?r=this._linearInterpolate(i.time,o,n.time,n.value,t):r=this._exponentialInterpolate(i.time,o,n.time,n.value,t)}else r=i.value;return this._toType(r)}setRampPoint(e){e=this.toSeconds(e);let t=this.getValueAtTime(e);return this.cancelAndHoldAtTime(e),this._fromType(t)===0&&(t=this._toType(this._minOutput)),this.setValueAtTime(t,e),this}linearRampToValueAtTime(e,t){const n=this._fromType(e),i=this.toSeconds(t);return Q(isFinite(n)&&isFinite(i),`Invalid argument(s) to linearRampToValueAtTime: ${JSON.stringify(e)}, ${JSON.stringify(t)}`),this._assertRange(n),this._events.add({time:i,type:"linearRampToValueAtTime",value:n}),this.log(this.units,"linearRampToValueAtTime",e,i),this._param.linearRampToValueAtTime(n,i),this}exponentialRampToValueAtTime(e,t){let n=this._fromType(e);n=Lt(n,0)?this._minOutput:n,this._assertRange(n);const i=this.toSeconds(t);return Q(isFinite(n)&&isFinite(i),`Invalid argument(s) to exponentialRampToValueAtTime: ${JSON.stringify(e)}, ${JSON.stringify(t)}`),this._events.add({time:i,type:"exponentialRampToValueAtTime",value:n}),this.log(this.units,"exponentialRampToValueAtTime",e,i),this._param.exponentialRampToValueAtTime(n,i),this}exponentialRampTo(e,t,n){return n=this.toSeconds(n),this.setRampPoint(n),this.exponentialRampToValueAtTime(e,n+this.toSeconds(t)),this}linearRampTo(e,t,n){return n=this.toSeconds(n),this.setRampPoint(n),this.linearRampToValueAtTime(e,n+this.toSeconds(t)),this}targetRampTo(e,t,n){return n=this.toSeconds(n),this.setRampPoint(n),this.exponentialApproachValueAtTime(e,n,t),this}exponentialApproachValueAtTime(e,t,n){t=this.toSeconds(t),n=this.toSeconds(n);const i=Math.log(n+1)/Math.log(200);return this.setTargetAtTime(e,t,i),this.cancelAndHoldAtTime(t+n*.9),this.linearRampToValueAtTime(e,t+n),this}setTargetAtTime(e,t,n){const i=this._fromType(e);Q(isFinite(n)&&n>0,"timeConstant must be a number greater than 0");const r=this.toSeconds(t);return this._assertRange(i),Q(isFinite(i)&&isFinite(r),`Invalid argument(s) to setTargetAtTime: ${JSON.stringify(e)}, ${JSON.stringify(t)}`),this._events.add({constant:n,time:r,type:"setTargetAtTime",value:i}),this.log(this.units,"setTargetAtTime",e,r,n),this._param.setTargetAtTime(i,r,n),this}setValueCurveAtTime(e,t,n,i=1){n=this.toSeconds(n),t=this.toSeconds(t);const r=this._fromType(e[0])*i;this.setValueAtTime(this._toType(r),t);const o=n/(e.length-1);for(let a=1;a<e.length;a++){const c=this._fromType(e[a])*i;this.linearRampToValueAtTime(this._toType(c),t+a*o)}return this}cancelScheduledValues(e){const t=this.toSeconds(e);return Q(isFinite(t),`Invalid argument to cancelScheduledValues: ${JSON.stringify(e)}`),this._events.cancel(t),this._param.cancelScheduledValues(t),this.log(this.units,"cancelScheduledValues",t),this}cancelAndHoldAtTime(e){const t=this.toSeconds(e),n=this._fromType(this.getValueAtTime(t));Q(isFinite(t),`Invalid argument to cancelAndHoldAtTime: ${JSON.stringify(e)}`),this.log(this.units,"cancelAndHoldAtTime",t,"value="+n);const i=this._events.get(t),r=this._events.getAfter(t);return i&&Lt(i.time,t)?r?(this._param.cancelScheduledValues(r.time),this._events.cancel(r.time)):(this._param.cancelAndHoldAtTime(t),this._events.cancel(t+this.sampleTime)):r&&(this._param.cancelScheduledValues(r.time),this._events.cancel(r.time),r.type==="linearRampToValueAtTime"?this.linearRampToValueAtTime(this._toType(n),t):r.type==="exponentialRampToValueAtTime"&&this.exponentialRampToValueAtTime(this._toType(n),t)),this._events.add({time:t,type:"setValueAtTime",value:n}),this._param.setValueAtTime(n,t),this}rampTo(e,t=.1,n){return this.units==="frequency"||this.units==="bpm"||this.units==="decibels"?this.exponentialRampTo(e,t,n):this.linearRampTo(e,t,n),this}apply(e){const t=this.context.currentTime;e.setValueAtTime(this.getValueAtTime(t),t);const n=this._events.get(t);if(n&&n.type==="setTargetAtTime"){const i=this._events.getAfter(n.time),r=i?i.time:t+2,o=(r-t)/10;for(let a=t;a<r;a+=o)e.linearRampToValueAtTime(this.getValueAtTime(a),a)}return this._events.forEachAfter(this.context.currentTime,i=>{i.type==="cancelScheduledValues"?e.cancelScheduledValues(i.time):i.type==="setTargetAtTime"?e.setTargetAtTime(i.value,i.time,i.constant):e[i.type](i.value,i.time)}),this}setParam(e){Q(this._swappable,"The Param must be assigned as 'swappable' in the constructor");const t=this.input;return t.disconnect(this._param),this.apply(e),this._param=e,t.connect(this._param),this}dispose(){return super.dispose(),this._events.dispose(),this}get defaultValue(){return this._toType(this._param.defaultValue)}_exponentialApproach(e,t,n,i,r){return n+(t-n)*Math.exp(-(r-e)/i)}_linearInterpolate(e,t,n,i,r){return t+(i-t)*((r-e)/(n-e))}_exponentialInterpolate(e,t,n,i,r){return t*Math.pow(i/t,(r-e)/(n-e))}}class q extends st{constructor(){super(...arguments),this._internalChannels=[]}get numberOfInputs(){return de(this.input)?$s(this.input)||this.input instanceof oe?1:this.input.numberOfInputs:0}get numberOfOutputs(){return de(this.output)?this.output.numberOfOutputs:0}_isAudioNode(e){return de(e)&&(e instanceof q||Ts(e))}_getInternalNodes(){const e=this._internalChannels.slice(0);return this._isAudioNode(this.input)&&e.push(this.input),this._isAudioNode(this.output)&&this.input!==this.output&&e.push(this.output),e}_setChannelProperties(e){this._getInternalNodes().forEach(n=>{n.channelCount=e.channelCount,n.channelCountMode=e.channelCountMode,n.channelInterpretation=e.channelInterpretation})}_getChannelProperties(){const e=this._getInternalNodes();Q(e.length>0,"ToneAudioNode does not have any internal nodes");const t=e[0];return{channelCount:t.channelCount,channelCountMode:t.channelCountMode,channelInterpretation:t.channelInterpretation}}get channelCount(){return this._getChannelProperties().channelCount}set channelCount(e){const t=this._getChannelProperties();this._setChannelProperties(Object.assign(t,{channelCount:e}))}get channelCountMode(){return this._getChannelProperties().channelCountMode}set channelCountMode(e){const t=this._getChannelProperties();this._setChannelProperties(Object.assign(t,{channelCountMode:e}))}get channelInterpretation(){return this._getChannelProperties().channelInterpretation}set channelInterpretation(e){const t=this._getChannelProperties();this._setChannelProperties(Object.assign(t,{channelInterpretation:e}))}connect(e,t=0,n=0){return pt(this,e,t,n),this}toDestination(){return this.connect(this.context.destination),this}toMaster(){return bn("toMaster() has been renamed toDestination()"),this.toDestination()}disconnect(e,t=0,n=0){return ra(this,e,t,n),this}chain(...e){return Nt(this,...e),this}fan(...e){return e.forEach(t=>this.connect(t)),this}dispose(){return super.dispose(),de(this.input)&&(this.input instanceof q?this.input.dispose():Ts(this.input)&&this.input.disconnect()),de(this.output)&&(this.output instanceof q?this.output.dispose():Ts(this.output)&&this.output.disconnect()),this._internalChannels=[],this}}function Nt(...s){const e=s.shift();s.reduce((t,n)=>(t instanceof q?t.connect(n):Ts(t)&&pt(t,n),n),e)}function pt(s,e,t=0,n=0){for(Q(de(s),"Cannot connect from undefined node"),Q(de(e),"Cannot connect to undefined node"),(e instanceof q||Ts(e))&&Q(e.numberOfInputs>0,"Cannot connect to node with no inputs"),Q(s.numberOfOutputs>0,"Cannot connect from node with no outputs");e instanceof q||e instanceof oe;)de(e.input)&&(e=e.input);for(;s instanceof q;)de(s.output)&&(s=s.output);$s(e)?s.connect(e,t):s.connect(e,t,n)}function ra(s,e,t=0,n=0){if(de(e))for(;e instanceof q;)e=e.input;for(;!Ts(s);)de(s.output)&&(s=s.output);$s(e)?s.disconnect(e,t):Ts(e)?s.disconnect(e,t,n):s.disconnect()}function Lg(...s){const e=s.pop();de(e)&&s.forEach(t=>pt(t,e))}class H extends q{constructor(){const e=F(H.getDefaults(),arguments,["gain","units"]);super(e),this.name="Gain",this._gainNode=this.context.createGain(),this.input=this._gainNode,this.output=this._gainNode,this.gain=new oe({context:this.context,convert:e.convert,param:this._gainNode.gain,units:e.units,value:e.gain,minValue:e.minValue,maxValue:e.maxValue}),se(this,"gain")}static getDefaults(){return Object.assign(q.getDefaults(),{convert:!0,gain:1,units:"gain"})}dispose(){return super.dispose(),this._gainNode.disconnect(),this.gain.dispose(),this}}class pn extends q{constructor(e){super(e),this.onended=ve,this._startTime=-1,this._stopTime=-1,this._timeout=-1,this.output=new H({context:this.context,gain:0}),this._gainNode=this.output,this.getStateAtTime=function(t){const n=this.toSeconds(t);return this._startTime!==-1&&n>=this._startTime&&(this._stopTime===-1||n<=this._stopTime)?"started":"stopped"},this._fadeIn=e.fadeIn,this._fadeOut=e.fadeOut,this._curve=e.curve,this.onended=e.onended}static getDefaults(){return Object.assign(q.getDefaults(),{curve:"linear",fadeIn:0,fadeOut:0,onended:ve})}_startGain(e,t=1){Q(this._startTime===-1,"Source cannot be started more than once");const n=this.toSeconds(this._fadeIn);return this._startTime=e+n,this._startTime=Math.max(this._startTime,this.context.currentTime),n>0?(this._gainNode.gain.setValueAtTime(0,e),this._curve==="linear"?this._gainNode.gain.linearRampToValueAtTime(t,e+n):this._gainNode.gain.exponentialApproachValueAtTime(t,e,n)):this._gainNode.gain.setValueAtTime(t,e),this}stop(e){return this.log("stop",e),this._stopGain(this.toSeconds(e)),this}_stopGain(e){Q(this._startTime!==-1,"'start' must be called before 'stop'"),this.cancelStop();const t=this.toSeconds(this._fadeOut);return this._stopTime=this.toSeconds(e)+t,this._stopTime=Math.max(this._stopTime,this.now()),t>0?this._curve==="linear"?this._gainNode.gain.linearRampTo(0,t,e):this._gainNode.gain.targetRampTo(0,t,e):(this._gainNode.gain.cancelAndHoldAtTime(e),this._gainNode.gain.setValueAtTime(0,e)),this.context.clearTimeout(this._timeout),this._timeout=this.context.setTimeout(()=>{const n=this._curve==="exponential"?t*2:0;this._stopSource(this.now()+n),this._onended()},this._stopTime-this.context.currentTime),this}_onended(){if(this.onended!==ve&&(this.onended(this),this.onended=ve,!this.context.isOffline)){const e=()=>this.dispose();typeof requestIdleCallback<"u"?requestIdleCallback(e):setTimeout(e,10)}}get state(){return this.getStateAtTime(this.now())}cancelStop(){return this.log("cancelStop"),Q(this._startTime!==-1,"Source is not started"),this._gainNode.gain.cancelScheduledValues(this._startTime+this.sampleTime),this.context.clearTimeout(this._timeout),this._stopTime=-1,this}dispose(){return super.dispose(),this._gainNode.dispose(),this.onended=ve,this}}class pr extends pn{constructor(){const e=F(pr.getDefaults(),arguments,["offset"]);super(e),this.name="ToneConstantSource",this._source=this.context.createConstantSource(),pt(this._source,this._gainNode),this.offset=new oe({context:this.context,convert:e.convert,param:this._source.offset,units:e.units,value:e.offset,minValue:e.minValue,maxValue:e.maxValue})}static getDefaults(){return Object.assign(pn.getDefaults(),{convert:!0,offset:1,units:"number"})}start(e){const t=this.toSeconds(e);return this.log("start",t),this._startGain(t),this._source.start(t),this}_stopSource(e){this._source.stop(e)}dispose(){return super.dispose(),this.state==="started"&&this.stop(),this._source.disconnect(),this.offset.dispose(),this}}class re extends q{constructor(){const e=F(re.getDefaults(),arguments,["value","units"]);super(e),this.name="Signal",this.override=!0,this.output=this._constantSource=new pr({context:this.context,convert:e.convert,offset:e.value,units:e.units,minValue:e.minValue,maxValue:e.maxValue}),this._constantSource.start(0),this.input=this._param=this._constantSource.offset}static getDefaults(){return Object.assign(q.getDefaults(),{convert:!0,units:"number",value:0})}connect(e,t=0,n=0){return ui(this,e,t,n),this}dispose(){return super.dispose(),this._param.dispose(),this._constantSource.dispose(),this}setValueAtTime(e,t){return this._param.setValueAtTime(e,t),this}getValueAtTime(e){return this._param.getValueAtTime(e)}setRampPoint(e){return this._param.setRampPoint(e),this}linearRampToValueAtTime(e,t){return this._param.linearRampToValueAtTime(e,t),this}exponentialRampToValueAtTime(e,t){return this._param.exponentialRampToValueAtTime(e,t),this}exponentialRampTo(e,t,n){return this._param.exponentialRampTo(e,t,n),this}linearRampTo(e,t,n){return this._param.linearRampTo(e,t,n),this}targetRampTo(e,t,n){return this._param.targetRampTo(e,t,n),this}exponentialApproachValueAtTime(e,t,n){return this._param.exponentialApproachValueAtTime(e,t,n),this}setTargetAtTime(e,t,n){return this._param.setTargetAtTime(e,t,n),this}setValueCurveAtTime(e,t,n,i){return this._param.setValueCurveAtTime(e,t,n,i),this}cancelScheduledValues(e){return this._param.cancelScheduledValues(e),this}cancelAndHoldAtTime(e){return this._param.cancelAndHoldAtTime(e),this}rampTo(e,t,n){return this._param.rampTo(e,t,n),this}get value(){return this._param.value}set value(e){this._param.value=e}get convert(){return this._param.convert}set convert(e){this._param.convert=e}get units(){return this._param.units}get overridden(){return this._param.overridden}set overridden(e){this._param.overridden=e}get maxValue(){return this._param.maxValue}get minValue(){return this._param.minValue}apply(e){return this._param.apply(e),this}}function ui(s,e,t,n){(e instanceof oe||$s(e)||e instanceof re&&e.override)&&(e.cancelScheduledValues(0),e.setValueAtTime(0,0),e instanceof re&&(e.overridden=!0)),pt(s,e,t,n)}class oa extends oe{constructor(){const e=F(oa.getDefaults(),arguments,["value"]);super(e),this.name="TickParam",this._events=new Et(1/0),this._multiplier=1,this._multiplier=e.multiplier,this._events.cancel(0),this._events.add({ticks:0,time:0,type:"setValueAtTime",value:this._fromType(e.value)}),this.setValueAtTime(e.value,0)}static getDefaults(){return Object.assign(oe.getDefaults(),{multiplier:1,units:"hertz",value:1})}setTargetAtTime(e,t,n){t=this.toSeconds(t),this.setRampPoint(t);const i=this._fromType(e),r=this._events.get(t),o=Math.round(Math.max(1/n,1));for(let a=0;a<=o;a++){const c=n*a+t,l=this._exponentialApproach(r.time,r.value,i,n,c);this.linearRampToValueAtTime(this._toType(l),c)}return this}setValueAtTime(e,t){const n=this.toSeconds(t);super.setValueAtTime(e,t);const i=this._events.get(n),r=this._events.previousEvent(i),o=this._getTicksUntilEvent(r,n);return i.ticks=Math.max(o,0),this}linearRampToValueAtTime(e,t){const n=this.toSeconds(t);super.linearRampToValueAtTime(e,t);const i=this._events.get(n),r=this._events.previousEvent(i),o=this._getTicksUntilEvent(r,n);return i.ticks=Math.max(o,0),this}exponentialRampToValueAtTime(e,t){t=this.toSeconds(t);const n=this._fromType(e),i=this._events.get(t),r=Math.round(Math.max((t-i.time)*10,1)),o=(t-i.time)/r;for(let a=0;a<=r;a++){const c=o*a+i.time,l=this._exponentialInterpolate(i.time,i.value,t,n,c);this.linearRampToValueAtTime(this._toType(l),c)}return this}_getTicksUntilEvent(e,t){if(e===null)e={ticks:0,time:0,type:"setValueAtTime",value:0};else if(Tt(e.ticks)){const o=this._events.previousEvent(e);e.ticks=this._getTicksUntilEvent(o,e.time)}const n=this._fromType(this.getValueAtTime(e.time));let i=this._fromType(this.getValueAtTime(t));const r=this._events.get(t);return r&&r.time===t&&r.type==="setValueAtTime"&&(i=this._fromType(this.getValueAtTime(t-this.sampleTime))),.5*(t-e.time)*(n+i)+e.ticks}getTicksAtTime(e){const t=this.toSeconds(e),n=this._events.get(t);return Math.max(this._getTicksUntilEvent(n,t),0)}getDurationOfTicks(e,t){const n=this.toSeconds(t),i=this.getTicksAtTime(t);return this.getTimeOfTick(i+e)-n}getTimeOfTick(e){const t=this._events.get(e,"ticks"),n=this._events.getAfter(e,"ticks");if(t&&t.ticks===e)return t.time;if(t&&n&&n.type==="linearRampToValueAtTime"&&t.value!==n.value){const i=this._fromType(this.getValueAtTime(t.time)),o=(this._fromType(this.getValueAtTime(n.time))-i)/(n.time-t.time),a=Math.sqrt(Math.pow(i,2)-2*o*(t.ticks-e)),c=(-i+a)/o,l=(-i-a)/o;return(c>0?c:l)+t.time}else return t?t.value===0?1/0:t.time+(e-t.ticks)/t.value:e/this._initialValue}ticksToTime(e,t){return this.getDurationOfTicks(e,t)}timeToTicks(e,t){const n=this.toSeconds(t),i=this.toSeconds(e),r=this.getTicksAtTime(n);return this.getTicksAtTime(n+i)-r}_fromType(e){return this.units==="bpm"&&this.multiplier?1/(60/e/this.multiplier):super._fromType(e)}_toType(e){return this.units==="bpm"&&this.multiplier?e/this.multiplier*60:super._toType(e)}get multiplier(){return this._multiplier}set multiplier(e){const t=this.value;this._multiplier=e,this.cancelScheduledValues(0),this.setValueAtTime(t,0)}}class aa extends re{constructor(){const e=F(aa.getDefaults(),arguments,["value"]);super(e),this.name="TickSignal",this.input=this._param=new oa({context:this.context,convert:e.convert,multiplier:e.multiplier,param:this._constantSource.offset,units:e.units,value:e.value})}static getDefaults(){return Object.assign(re.getDefaults(),{multiplier:1,units:"hertz",value:1})}ticksToTime(e,t){return this._param.ticksToTime(e,t)}timeToTicks(e,t){return this._param.timeToTicks(e,t)}getTimeOfTick(e){return this._param.getTimeOfTick(e)}getDurationOfTicks(e,t){return this._param.getDurationOfTicks(e,t)}getTicksAtTime(e){return this._param.getTicksAtTime(e)}get multiplier(){return this._param.multiplier}set multiplier(e){this._param.multiplier=e}dispose(){return super.dispose(),this._param.dispose(),this}}class ca extends st{constructor(){const e=F(ca.getDefaults(),arguments,["frequency"]);super(e),this.name="TickSource",this._state=new Cn,this._tickOffset=new Et,this._ticksAtTime=new Et,this._secondsAtTime=new Et,this.frequency=new aa({context:this.context,units:e.units,value:e.frequency}),se(this,"frequency"),this._state.setStateAtTime("stopped",0),this.setTicksAtTime(0,0)}static getDefaults(){return Object.assign({frequency:1,units:"hertz"},st.getDefaults())}get state(){return this.getStateAtTime(this.now())}start(e,t){const n=this.toSeconds(e);return this._state.getValueAtTime(n)!=="started"&&(this._state.setStateAtTime("started",n),de(t)&&this.setTicksAtTime(t,n),this._ticksAtTime.cancel(n),this._secondsAtTime.cancel(n)),this}stop(e){const t=this.toSeconds(e);if(this._state.getValueAtTime(t)==="stopped"){const n=this._state.get(t);n&&n.time>0&&(this._tickOffset.cancel(n.time),this._state.cancel(n.time))}return this._state.cancel(t),this._state.setStateAtTime("stopped",t),this.setTicksAtTime(0,t),this._ticksAtTime.cancel(t),this._secondsAtTime.cancel(t),this}pause(e){const t=this.toSeconds(e);return this._state.getValueAtTime(t)==="started"&&(this._state.setStateAtTime("paused",t),this._ticksAtTime.cancel(t),this._secondsAtTime.cancel(t)),this}cancel(e){return e=this.toSeconds(e),this._state.cancel(e),this._tickOffset.cancel(e),this._ticksAtTime.cancel(e),this._secondsAtTime.cancel(e),this}getTicksAtTime(e){const t=this.toSeconds(e),n=this._state.getLastState("stopped",t),i=this._ticksAtTime.get(t),r={state:"paused",time:t};this._state.add(r);let o=i||n,a=i?i.ticks:0,c=null;return this._state.forEachBetween(o.time,t+this.sampleTime,l=>{let u=o.time;const h=this._tickOffset.get(l.time);h&&h.time>=o.time&&(a=h.ticks,u=h.time),o.state==="started"&&l.state!=="started"&&(a+=this.frequency.getTicksAtTime(l.time)-this.frequency.getTicksAtTime(u),l.time!==r.time&&(c={state:l.state,time:l.time,ticks:a})),o=l}),this._state.remove(r),c&&this._ticksAtTime.add(c),a}get ticks(){return this.getTicksAtTime(this.now())}set ticks(e){this.setTicksAtTime(e,this.now())}get seconds(){return this.getSecondsAtTime(this.now())}set seconds(e){const t=this.now(),n=this.frequency.timeToTicks(e,t);this.setTicksAtTime(n,t)}getSecondsAtTime(e){e=this.toSeconds(e);const t=this._state.getLastState("stopped",e),n={state:"paused",time:e};this._state.add(n);const i=this._secondsAtTime.get(e);let r=i||t,o=i?i.seconds:0,a=null;return this._state.forEachBetween(r.time,e+this.sampleTime,c=>{let l=r.time;const u=this._tickOffset.get(c.time);u&&u.time>=r.time&&(o=u.seconds,l=u.time),r.state==="started"&&c.state!=="started"&&(o+=c.time-l,c.time!==n.time&&(a={state:c.state,time:c.time,seconds:o})),r=c}),this._state.remove(n),a&&this._secondsAtTime.add(a),o}setTicksAtTime(e,t){return t=this.toSeconds(t),this._tickOffset.cancel(t),this._tickOffset.add({seconds:this.frequency.getDurationOfTicks(e,t),ticks:e,time:t}),this._ticksAtTime.cancel(t),this._secondsAtTime.cancel(t),this}getStateAtTime(e){return e=this.toSeconds(e),this._state.getValueAtTime(e)}getTimeOfTick(e,t=this.now()){const n=this._tickOffset.get(t),i=this._state.get(t),r=Math.max(n.time,i.time),o=this.frequency.getTicksAtTime(r)+e-n.ticks;return this.frequency.getTimeOfTick(o)}forEachTickBetween(e,t,n){let i=this._state.get(e);this._state.forEachBetween(e,t,o=>{i&&i.state==="started"&&o.state!=="started"&&this.forEachTickBetween(Math.max(i.time,e),o.time-this.sampleTime,n),i=o});let r=null;if(i&&i.state==="started"){const o=Math.max(i.time,e),a=this.frequency.getTicksAtTime(o),c=this.frequency.getTicksAtTime(i.time),l=a-c;let u=Math.ceil(l)-l;u=Lt(u,1)?0:u;let h=this.frequency.getTimeOfTick(a+u);for(;h<t;){try{n(h,Math.round(this.getTicksAtTime(h)))}catch(p){r=p;break}h+=this.frequency.getDurationOfTicks(1,h)}}if(r)throw r;return this}dispose(){return super.dispose(),this._state.dispose(),this._tickOffset.dispose(),this._ticksAtTime.dispose(),this._secondsAtTime.dispose(),this.frequency.dispose(),this}}class Sn extends st{constructor(){const e=F(Sn.getDefaults(),arguments,["callback","frequency"]);super(e),this.name="Clock",this.callback=ve,this._lastUpdate=0,this._state=new Cn("stopped"),this._boundLoop=this._loop.bind(this),this.callback=e.callback,this._tickSource=new ca({context:this.context,frequency:e.frequency,units:e.units}),this._lastUpdate=0,this.frequency=this._tickSource.frequency,se(this,"frequency"),this._state.setStateAtTime("stopped",0),this.context.on("tick",this._boundLoop)}static getDefaults(){return Object.assign(st.getDefaults(),{callback:ve,frequency:1,units:"hertz"})}get state(){return this._state.getValueAtTime(this.now())}start(e,t){Qo(this.context);const n=this.toSeconds(e);return this.log("start",n),this._state.getValueAtTime(n)!=="started"&&(this._state.setStateAtTime("started",n),this._tickSource.start(n,t),n<this._lastUpdate&&this.emit("start",n,t)),this}stop(e){const t=this.toSeconds(e);return this.log("stop",t),this._state.cancel(t),this._state.setStateAtTime("stopped",t),this._tickSource.stop(t),t<this._lastUpdate&&this.emit("stop",t),this}pause(e){const t=this.toSeconds(e);return this._state.getValueAtTime(t)==="started"&&(this._state.setStateAtTime("paused",t),this._tickSource.pause(t),t<this._lastUpdate&&this.emit("pause",t)),this}get ticks(){return Math.ceil(this.getTicksAtTime(this.now()))}set ticks(e){this._tickSource.ticks=e}get seconds(){return this._tickSource.seconds}set seconds(e){this._tickSource.seconds=e}getSecondsAtTime(e){return this._tickSource.getSecondsAtTime(e)}setTicksAtTime(e,t){return this._tickSource.setTicksAtTime(e,t),this}getTimeOfTick(e,t=this.now()){return this._tickSource.getTimeOfTick(e,t)}getTicksAtTime(e){return this._tickSource.getTicksAtTime(e)}nextTickTime(e,t){const n=this.toSeconds(t),i=this.getTicksAtTime(n);return this._tickSource.getTimeOfTick(i+e,n)}_loop(){const e=this._lastUpdate,t=this.now();this._lastUpdate=t,this.log("loop",e,t),e!==t&&(this._state.forEachBetween(e,t,n=>{switch(n.state){case"started":const i=this._tickSource.getTicksAtTime(n.time);this.emit("start",n.time,i);break;case"stopped":n.time!==0&&this.emit("stop",n.time);break;case"paused":this.emit("pause",n.time);break}}),this._tickSource.forEachTickBetween(e,t,(n,i)=>{this.callback(n,i)}))}getStateAtTime(e){const t=this.toSeconds(e);return this._state.getValueAtTime(t)}dispose(){return super.dispose(),this.context.off("tick",this._boundLoop),this._tickSource.dispose(),this._state.dispose(),this}}wn.mixin(Sn);class Mt extends q{constructor(){const e=F(Mt.getDefaults(),arguments,["delayTime","maxDelay"]);super(e),this.name="Delay";const t=this.toSeconds(e.maxDelay);this._maxDelay=Math.max(t,this.toSeconds(e.delayTime)),this._delayNode=this.input=this.output=this.context.createDelay(t),this.delayTime=new oe({context:this.context,param:this._delayNode.delayTime,units:"time",value:e.delayTime,minValue:0,maxValue:this.maxDelay}),se(this,"delayTime")}static getDefaults(){return Object.assign(q.getDefaults(),{delayTime:0,maxDelay:1})}get maxDelay(){return this._maxDelay}dispose(){return super.dispose(),this._delayNode.disconnect(),this.delayTime.dispose(),this}}class Yt extends q{constructor(){const e=F(Yt.getDefaults(),arguments,["volume"]);super(e),this.name="Volume",this.input=this.output=new H({context:this.context,gain:e.volume,units:"decibels"}),this.volume=this.output.gain,se(this,"volume"),this._unmutedVolume=e.volume,this.mute=e.mute}static getDefaults(){return Object.assign(q.getDefaults(),{mute:!1,volume:0})}get mute(){return this.volume.value===-1/0}set mute(e){!this.mute&&e?(this._unmutedVolume=this.volume.value,this.volume.value=-1/0):this.mute&&!e&&(this.volume.value=this._unmutedVolume)}dispose(){return super.dispose(),this.input.dispose(),this.volume.dispose(),this}}class la extends q{constructor(){const e=F(la.getDefaults(),arguments);super(e),this.name="Destination",this.input=new Yt({context:this.context}),this.output=new H({context:this.context}),this.volume=this.input.volume,Nt(this.input,this.output,this.context.rawContext.destination),this.mute=e.mute,this._internalChannels=[this.input,this.context.rawContext.destination,this.output]}static getDefaults(){return Object.assign(q.getDefaults(),{mute:!1,volume:0})}get mute(){return this.input.mute}set mute(e){this.input.mute=e}chain(...e){return this.input.disconnect(),e.unshift(this.input),e.push(this.output),Nt(...e),this}get maxChannelCount(){return this.context.rawContext.destination.maxChannelCount}dispose(){return super.dispose(),this.volume.dispose(),this}}ur(s=>{s.destination=new la({context:s})});hr(s=>{s.destination.dispose()});class zg extends q{constructor(){super(...arguments),this.name="Listener",this.positionX=new oe({context:this.context,param:this.context.rawContext.listener.positionX}),this.positionY=new oe({context:this.context,param:this.context.rawContext.listener.positionY}),this.positionZ=new oe({context:this.context,param:this.context.rawContext.listener.positionZ}),this.forwardX=new oe({context:this.context,param:this.context.rawContext.listener.forwardX}),this.forwardY=new oe({context:this.context,param:this.context.rawContext.listener.forwardY}),this.forwardZ=new oe({context:this.context,param:this.context.rawContext.listener.forwardZ}),this.upX=new oe({context:this.context,param:this.context.rawContext.listener.upX}),this.upY=new oe({context:this.context,param:this.context.rawContext.listener.upY}),this.upZ=new oe({context:this.context,param:this.context.rawContext.listener.upZ})}static getDefaults(){return Object.assign(q.getDefaults(),{positionX:0,positionY:0,positionZ:0,forwardX:0,forwardY:0,forwardZ:-1,upX:0,upY:1,upZ:0})}dispose(){return super.dispose(),this.positionX.dispose(),this.positionY.dispose(),this.positionZ.dispose(),this.forwardX.dispose(),this.forwardY.dispose(),this.forwardZ.dispose(),this.upX.dispose(),this.upY.dispose(),this.upZ.dispose(),this}}ur(s=>{s.listener=new zg({context:s})});hr(s=>{s.listener.dispose()});function Zg(s,e){return Ie(this,arguments,void 0,function*(t,n,i=2,r=fe().sampleRate){const o=fe(),a=new xn(i,n,r);Hn(a),yield t(a);const c=a.render();Hn(o);const l=yield c;return new Ce(l)})}class Tn extends gs{constructor(){super(),this.name="ToneAudioBuffers",this._buffers=new Map,this._loadingCount=0;const e=F(Tn.getDefaults(),arguments,["urls","onload","baseUrl"],"urls");this.baseUrl=e.baseUrl,Object.keys(e.urls).forEach(t=>{this._loadingCount++;const n=e.urls[t];this.add(t,n,this._bufferLoaded.bind(this,e.onload),e.onerror)})}static getDefaults(){return{baseUrl:"",onerror:ve,onload:ve,urls:{}}}has(e){return this._buffers.has(e.toString())}get(e){return Q(this.has(e),`ToneAudioBuffers has no buffer named: ${e}`),this._buffers.get(e.toString())}_bufferLoaded(e){this._loadingCount--,this._loadingCount===0&&e&&e()}get loaded(){return Array.from(this._buffers).every(([e,t])=>t.loaded)}add(e,t,n=ve,i=ve){return Gt(t)?(this.baseUrl&&t.trim().substring(0,11).toLowerCase()==="data:audio/"&&(this.baseUrl=""),this._buffers.set(e.toString(),new Ce(this.baseUrl+t,n,i))):this._buffers.set(e.toString(),new Ce(t,n,i)),this}dispose(){return super.dispose(),this._buffers.forEach(e=>e.dispose()),this._buffers.clear(),this}}class fn extends yt{constructor(){super(...arguments),this.name="MidiClass",this.defaultUnits="midi"}_frequencyToUnits(e){return Cs(super._frequencyToUnits(e))}_ticksToUnits(e){return Cs(super._ticksToUnits(e))}_beatsToUnits(e){return Cs(super._beatsToUnits(e))}_secondsToUnits(e){return Cs(super._secondsToUnits(e))}toMidi(){return this.valueOf()}toFrequency(){return na(this.toMidi())}transpose(e){return new fn(this.context,this.toMidi()+e)}}function Gg(s,e){return new fn(fe(),s,e)}class Ve extends Ge{constructor(){super(...arguments),this.name="Ticks",this.defaultUnits="i"}_now(){return this.context.transport.ticks}_beatsToUnits(e){return this._getPPQ()*e}_secondsToUnits(e){return Math.floor(e/(60/this._getBpm())*this._getPPQ())}_ticksToUnits(e){return e}toTicks(){return this.valueOf()}toSeconds(){return this.valueOf()/this._getPPQ()*(60/this._getBpm())}}function Xg(s,e){return new Ve(fe(),s,e)}class Hg extends st{constructor(){super(...arguments),this.name="Draw",this.expiration=.25,this.anticipation=.008,this._events=new Et,this._boundDrawLoop=this._drawLoop.bind(this),this._animationFrame=-1}schedule(e,t){return this._events.add({callback:e,time:this.toSeconds(t)}),this._events.length===1&&(this._animationFrame=requestAnimationFrame(this._boundDrawLoop)),this}cancel(e){return this._events.cancel(this.toSeconds(e)),this}_drawLoop(){const e=this.context.currentTime;this._events.forEachBefore(e+this.anticipation,t=>{e-t.time<=this.expiration&&t.callback(),this._events.remove(t)}),this._events.length>0&&(this._animationFrame=requestAnimationFrame(this._boundDrawLoop))}dispose(){return super.dispose(),this._events.dispose(),cancelAnimationFrame(this._animationFrame),this}}ur(s=>{s.draw=new Hg({context:s})});hr(s=>{s.draw.dispose()});class ru extends gs{constructor(){super(...arguments),this.name="IntervalTimeline",this._root=null,this._length=0}add(e){Q(de(e.time),"Events must have a time property"),Q(de(e.duration),"Events must have a duration parameter"),e.time=e.time.valueOf();let t=new Yg(e.time,e.time+e.duration,e);for(this._root===null?this._root=t:this._root.insert(t),this._length++;t!==null;)t.updateHeight(),t.updateMax(),this._rebalance(t),t=t.parent;return this}remove(e){if(this._root!==null){const t=[];this._root.search(e.time,t);for(const n of t)if(n.event===e){this._removeNode(n),this._length--;break}}return this}get length(){return this._length}cancel(e){return this.forEachFrom(e,t=>this.remove(t)),this}_setRoot(e){this._root=e,this._root!==null&&(this._root.parent=null)}_replaceNodeInParent(e,t){e.parent!==null?(e.isLeftChild()?e.parent.left=t:e.parent.right=t,this._rebalance(e.parent)):this._setRoot(t)}_removeNode(e){if(e.left===null&&e.right===null)this._replaceNodeInParent(e,null);else if(e.right===null)this._replaceNodeInParent(e,e.left);else if(e.left===null)this._replaceNodeInParent(e,e.right);else{const t=e.getBalance();let n,i=null;if(t>0)if(e.left.right===null)n=e.left,n.right=e.right,i=n;else{for(n=e.left.right;n.right!==null;)n=n.right;n.parent&&(n.parent.right=n.left,i=n.parent,n.left=e.left,n.right=e.right)}else if(e.right.left===null)n=e.right,n.left=e.left,i=n;else{for(n=e.right.left;n.left!==null;)n=n.left;n.parent&&(n.parent.left=n.right,i=n.parent,n.left=e.left,n.right=e.right)}e.parent!==null?e.isLeftChild()?e.parent.left=n:e.parent.right=n:this._setRoot(n),i&&this._rebalance(i)}e.dispose()}_rotateLeft(e){const t=e.parent,n=e.isLeftChild(),i=e.right;i&&(e.right=i.left,i.left=e),t!==null?n?t.left=i:t.right=i:this._setRoot(i)}_rotateRight(e){const t=e.parent,n=e.isLeftChild(),i=e.left;i&&(e.left=i.right,i.right=e),t!==null?n?t.left=i:t.right=i:this._setRoot(i)}_rebalance(e){const t=e.getBalance();t>1&&e.left?e.left.getBalance()<0?this._rotateLeft(e.left):this._rotateRight(e):t<-1&&e.right&&(e.right.getBalance()>0?this._rotateRight(e.right):this._rotateLeft(e))}get(e){if(this._root!==null){const t=[];if(this._root.search(e,t),t.length>0){let n=t[0];for(let i=1;i<t.length;i++)t[i].low>n.low&&(n=t[i]);return n.event}}return null}forEach(e){if(this._root!==null){const t=[];this._root.traverse(n=>t.push(n)),t.forEach(n=>{n.event&&e(n.event)})}return this}forEachAtTime(e,t){if(this._root!==null){const n=[];this._root.search(e,n),n.forEach(i=>{i.event&&t(i.event)})}return this}forEachFrom(e,t){if(this._root!==null){const n=[];this._root.searchAfter(e,n),n.forEach(i=>{i.event&&t(i.event)})}return this}dispose(){return super.dispose(),this._root!==null&&this._root.traverse(e=>e.dispose()),this._root=null,this}}class Yg{constructor(e,t,n){this._left=null,this._right=null,this.parent=null,this.height=0,this.event=n,this.low=e,this.high=t,this.max=this.high}insert(e){e.low<=this.low?this.left===null?this.left=e:this.left.insert(e):this.right===null?this.right=e:this.right.insert(e)}search(e,t){e>this.max||(this.left!==null&&this.left.search(e,t),this.low<=e&&this.high>e&&t.push(this),!(this.low>e)&&this.right!==null&&this.right.search(e,t))}searchAfter(e,t){this.low>=e&&(t.push(this),this.left!==null&&this.left.searchAfter(e,t)),this.right!==null&&this.right.searchAfter(e,t)}traverse(e){e(this),this.left!==null&&this.left.traverse(e),this.right!==null&&this.right.traverse(e)}updateHeight(){this.left!==null&&this.right!==null?this.height=Math.max(this.left.height,this.right.height)+1:this.right!==null?this.height=this.right.height+1:this.left!==null?this.height=this.left.height+1:this.height=0}updateMax(){this.max=this.high,this.left!==null&&(this.max=Math.max(this.max,this.left.max)),this.right!==null&&(this.max=Math.max(this.max,this.right.max))}getBalance(){let e=0;return this.left!==null&&this.right!==null?e=this.left.height-this.right.height:this.left!==null?e=this.left.height+1:this.right!==null&&(e=-(this.right.height+1)),e}isLeftChild(){return this.parent!==null&&this.parent.left===this}get left(){return this._left}set left(e){this._left=e,e!==null&&(e.parent=this),this.updateHeight(),this.updateMax()}get right(){return this._right}set right(e){this._right=e,e!==null&&(e.parent=this),this.updateHeight(),this.updateMax()}dispose(){this.parent=null,this._left=null,this._right=null,this.event=null}}const Ug=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));class Kg extends gs{constructor(e){super(),this.name="TimelineValue",this._timeline=new Et({memory:10}),this._initialValue=e}set(e,t){return this._timeline.add({value:e,time:t}),this}get(e){const t=this._timeline.get(e);return t?t.value:this._initialValue}}class Ft extends q{constructor(){super(F(Ft.getDefaults(),arguments,["context"]))}connect(e,t=0,n=0){return ui(this,e,t,n),this}}class Ut extends Ft{constructor(){const e=F(Ut.getDefaults(),arguments,["mapping","length"]);super(e),this.name="WaveShaper",this._shaper=this.context.createWaveShaper(),this.input=this._shaper,this.output=this._shaper,at(e.mapping)||e.mapping instanceof Float32Array?this.curve=Float32Array.from(e.mapping):Kl(e.mapping)&&this.setMap(e.mapping,e.length)}static getDefaults(){return Object.assign(re.getDefaults(),{length:1024})}setMap(e,t=1024){const n=new Float32Array(t);for(let i=0,r=t;i<r;i++){const o=i/(r-1)*2-1;n[i]=e(o,i)}return this.curve=n,this}get curve(){return this._shaper.curve}set curve(e){this._shaper.curve=e}get oversample(){return this._shaper.oversample}set oversample(e){const t=["none","2x","4x"].some(n=>n.includes(e));Q(t,"oversampling must be either 'none', '2x', or '4x'"),this._shaper.oversample=e}dispose(){return super.dispose(),this._shaper.disconnect(),this}}class kn extends Ft{constructor(){const e=F(kn.getDefaults(),arguments,["value"]);super(e),this.name="Pow",this._exponentScaler=this.input=this.output=new Ut({context:this.context,mapping:this._expFunc(e.value),length:8192}),this._exponent=e.value}static getDefaults(){return Object.assign(Ft.getDefaults(),{value:1})}_expFunc(e){return t=>Math.pow(Math.abs(t),e)}get value(){return this._exponent}set value(e){this._exponent=e,this._exponentScaler.setMap(this._expFunc(this._exponent))}dispose(){return super.dispose(),this._exponentScaler.dispose(),this}}class ks{constructor(e,t){this.id=ks._eventId++,this._remainderTime=0;const n=Object.assign(ks.getDefaults(),t);this.transport=e,this.callback=n.callback,this._once=n.once,this.time=Math.floor(n.time),this._remainderTime=n.time-this.time}static getDefaults(){return{callback:ve,once:!1,time:0}}get floatTime(){return this.time+this._remainderTime}invoke(e){if(this.callback){const t=this.transport.bpm.getDurationOfTicks(1,e);this.callback(e+this._remainderTime*t),this._once&&this.transport.clear(this.id)}}dispose(){return this.callback=void 0,this}}ks._eventId=0;class ua extends ks{constructor(e,t){super(e,t),this._currentId=-1,this._nextId=-1,this._nextTick=this.time,this._boundRestart=this._restart.bind(this);const n=Object.assign(ua.getDefaults(),t);this.duration=n.duration,this._interval=n.interval,this._nextTick=n.time,this.transport.on("start",this._boundRestart),this.transport.on("loopStart",this._boundRestart),this.transport.on("ticks",this._boundRestart),this.context=this.transport.context,this._restart()}static getDefaults(){return Object.assign({},ks.getDefaults(),{duration:1/0,interval:1,once:!1})}invoke(e){this._createEvents(e),super.invoke(e)}_createEvent(){return Ui(this._nextTick,this.floatTime+this.duration)?this.transport.scheduleOnce(this.invoke.bind(this),new Ve(this.context,this._nextTick).toSeconds()):-1}_createEvents(e){Ui(this._nextTick+this._interval,this.floatTime+this.duration)&&(this._nextTick+=this._interval,this._currentId=this._nextId,this._nextId=this.transport.scheduleOnce(this.invoke.bind(this),new Ve(this.context,this._nextTick).toSeconds()))}_restart(e){this.transport.clear(this._currentId),this.transport.clear(this._nextId),this._nextTick=this.floatTime;const t=this.transport.getTicksAtTime(e);un(t,this.time)&&(this._nextTick=this.floatTime+Math.ceil((t-this.floatTime)/this._interval)*this._interval),this._currentId=this._createEvent(),this._nextTick+=this._interval,this._nextId=this._createEvent()}dispose(){return super.dispose(),this.transport.clear(this._currentId),this.transport.clear(this._nextId),this.transport.off("start",this._boundRestart),this.transport.off("loopStart",this._boundRestart),this.transport.off("ticks",this._boundRestart),this}}class fr extends st{constructor(){const e=F(fr.getDefaults(),arguments);super(e),this.name="Transport",this._loop=new Kg(!1),this._loopStart=0,this._loopEnd=0,this._scheduledEvents={},this._timeline=new Et,this._repeatedEvents=new ru,this._syncedSignals=[],this._swingAmount=0,this._ppq=e.ppq,this._clock=new Sn({callback:this._processTick.bind(this),context:this.context,frequency:0,units:"bpm"}),this._bindClockEvents(),this.bpm=this._clock.frequency,this._clock.frequency.multiplier=e.ppq,this.bpm.setValueAtTime(e.bpm,0),se(this,"bpm"),this._timeSignature=e.timeSignature,this._swingTicks=e.ppq/2}static getDefaults(){return Object.assign(st.getDefaults(),{bpm:120,loopEnd:"4m",loopStart:0,ppq:192,swing:0,swingSubdivision:"8n",timeSignature:4})}_processTick(e,t){if(this._loop.get(e)&&t>=this._loopEnd&&(this.emit("loopEnd",e),this._clock.setTicksAtTime(this._loopStart,e),t=this._loopStart,this.emit("loopStart",e,this._clock.getSecondsAtTime(e)),this.emit("loop",e)),this._swingAmount>0&&t%this._ppq!==0&&t%(this._swingTicks*2)!==0){const n=t%(this._swingTicks*2)/(this._swingTicks*2),i=Math.sin(n*Math.PI)*this._swingAmount;e+=new Ve(this.context,this._swingTicks*2/3).toSeconds()*i}bo(!0),this._timeline.forEachAtTime(t,n=>n.invoke(e)),bo(!1)}schedule(e,t){const n=new ks(this,{callback:e,time:new Ge(this.context,t).toTicks()});return this._addEvent(n,this._timeline)}scheduleRepeat(e,t,n,i=1/0){const r=new ua(this,{callback:e,duration:new Dt(this.context,i).toTicks(),interval:new Dt(this.context,t).toTicks(),time:new Ge(this.context,n).toTicks()});return this._addEvent(r,this._repeatedEvents)}scheduleOnce(e,t){const n=new ks(this,{callback:e,once:!0,time:new Ge(this.context,t).toTicks()});return this._addEvent(n,this._timeline)}clear(e){if(this._scheduledEvents.hasOwnProperty(e)){const t=this._scheduledEvents[e.toString()];t.timeline.remove(t.event),t.event.dispose(),delete this._scheduledEvents[e.toString()]}return this}_addEvent(e,t){return this._scheduledEvents[e.id.toString()]={event:e,timeline:t},t.add(e),e.id}cancel(e=0){const t=this.toTicks(e);return this._timeline.forEachFrom(t,n=>this.clear(n.id)),this._repeatedEvents.forEachFrom(t,n=>this.clear(n.id)),this}_bindClockEvents(){this._clock.on("start",(e,t)=>{t=new Ve(this.context,t).toSeconds(),this.emit("start",e,t)}),this._clock.on("stop",e=>{this.emit("stop",e)}),this._clock.on("pause",e=>{this.emit("pause",e)})}get state(){return this._clock.getStateAtTime(this.now())}start(e,t){this.context.resume();let n;return de(t)&&(n=this.toTicks(t)),this._clock.start(e,n),this}stop(e){return this._clock.stop(e),this}pause(e){return this._clock.pause(e),this}toggle(e){return e=this.toSeconds(e),this._clock.getStateAtTime(e)!=="started"?this.start(e):this.stop(e),this}get timeSignature(){return this._timeSignature}set timeSignature(e){at(e)&&(e=e[0]/e[1]*4),this._timeSignature=e}get loopStart(){return new Dt(this.context,this._loopStart,"i").toSeconds()}set loopStart(e){this._loopStart=this.toTicks(e)}get loopEnd(){return new Dt(this.context,this._loopEnd,"i").toSeconds()}set loopEnd(e){this._loopEnd=this.toTicks(e)}get loop(){return this._loop.get(this.now())}set loop(e){this._loop.set(e,this.now())}setLoopPoints(e,t){return this.loopStart=e,this.loopEnd=t,this}get swing(){return this._swingAmount}set swing(e){this._swingAmount=e}get swingSubdivision(){return new Ve(this.context,this._swingTicks).toNotation()}set swingSubdivision(e){this._swingTicks=this.toTicks(e)}get position(){const e=this.now(),t=this._clock.getTicksAtTime(e);return new Ve(this.context,t).toBarsBeatsSixteenths()}set position(e){const t=this.toTicks(e);this.ticks=t}get seconds(){return this._clock.seconds}set seconds(e){const t=this.now(),n=this._clock.frequency.timeToTicks(e,t);this.ticks=n}get progress(){if(this.loop){const e=this.now();return(this._clock.getTicksAtTime(e)-this._loopStart)/(this._loopEnd-this._loopStart)}else return 0}get ticks(){return this._clock.ticks}set ticks(e){if(this._clock.ticks!==e){const t=this.now();if(this.state==="started"){const n=this._clock.getTicksAtTime(t),i=this._clock.frequency.getDurationOfTicks(Math.ceil(n)-n,t),r=t+i;this.emit("stop",r),this._clock.setTicksAtTime(e,r),this.emit("start",r,this._clock.getSecondsAtTime(r))}else this.emit("ticks",t),this._clock.setTicksAtTime(e,t)}}getTicksAtTime(e){return this._clock.getTicksAtTime(e)}getSecondsAtTime(e){return this._clock.getSecondsAtTime(e)}get PPQ(){return this._clock.frequency.multiplier}set PPQ(e){this._clock.frequency.multiplier=e}nextSubdivision(e){if(e=this.toTicks(e),this.state!=="started")return 0;{const t=this.now(),n=this.getTicksAtTime(t),i=e-n%e;return this._clock.nextTickTime(i,t)}}syncSignal(e,t){const n=this.now();let i=this.bpm,r=1/(60/i.getValueAtTime(n)/this.PPQ),o=[];if(e.units==="time"){const c=.015625/r,l=new H(c),u=new kn(-1),h=new H(c);i.chain(l,u,h),i=h,r=1/r,o=[l,u,h]}t||(e.getValueAtTime(n)!==0?t=e.getValueAtTime(n)/r:t=0);const a=new H(t);return i.connect(a),a.connect(e._param),o.push(a),this._syncedSignals.push({initial:e.value,nodes:o,signal:e}),e.value=0,this}unsyncSignal(e){for(let t=this._syncedSignals.length-1;t>=0;t--){const n=this._syncedSignals[t];n.signal===e&&(n.nodes.forEach(i=>i.dispose()),n.signal.value=n.initial,this._syncedSignals.splice(t,1))}return this}dispose(){return super.dispose(),this._clock.dispose(),ci(this,"bpm"),this._timeline.dispose(),this._repeatedEvents.dispose(),this}}wn.mixin(fr);ur(s=>{s.transport=new fr({context:s})});hr(s=>{s.transport.dispose()});class qe extends q{constructor(e){super(e),this.input=void 0,this._state=new Cn("stopped"),this._synced=!1,this._scheduled=[],this._syncedStart=ve,this._syncedStop=ve,this._state.memory=100,this._state.increasing=!0,this._volume=this.output=new Yt({context:this.context,mute:e.mute,volume:e.volume}),this.volume=this._volume.volume,se(this,"volume"),this.onstop=e.onstop}static getDefaults(){return Object.assign(q.getDefaults(),{mute:!1,onstop:ve,volume:0})}get state(){return this._synced?this.context.transport.state==="started"?this._state.getValueAtTime(this.context.transport.seconds):"stopped":this._state.getValueAtTime(this.now())}get mute(){return this._volume.mute}set mute(e){this._volume.mute=e}_clampToCurrentTime(e){return this._synced?e:Math.max(e,this.context.currentTime)}start(e,t,n){let i=Tt(e)&&this._synced?this.context.transport.seconds:this.toSeconds(e);if(i=this._clampToCurrentTime(i),!this._synced&&this._state.getValueAtTime(i)==="started")Q(un(i,this._state.get(i).time),"Start time must be strictly greater than previous start time"),this._state.cancel(i),this._state.setStateAtTime("started",i),this.log("restart",i),this.restart(i,t,n);else if(this.log("start",i),this._state.setStateAtTime("started",i),this._synced){const r=this._state.get(i);r&&(r.offset=this.toSeconds(Bt(t,0)),r.duration=n?this.toSeconds(n):void 0);const o=this.context.transport.schedule(a=>{this._start(a,t,n)},i);this._scheduled.push(o),this.context.transport.state==="started"&&this.context.transport.getSecondsAtTime(this.immediate())>i&&this._syncedStart(this.now(),this.context.transport.seconds)}else Qo(this.context),this._start(i,t,n);return this}stop(e){let t=Tt(e)&&this._synced?this.context.transport.seconds:this.toSeconds(e);if(t=this._clampToCurrentTime(t),this._state.getValueAtTime(t)==="started"||de(this._state.getNextState("started",t))){if(this.log("stop",t),!this._synced)this._stop(t);else{const n=this.context.transport.schedule(this._stop.bind(this),t);this._scheduled.push(n)}this._state.cancel(t),this._state.setStateAtTime("stopped",t)}return this}restart(e,t,n){return e=this.toSeconds(e),this._state.getValueAtTime(e)==="started"&&(this._state.cancel(e),this._restart(e,t,n)),this}sync(){return this._synced||(this._synced=!0,this._syncedStart=(e,t)=>{if(un(t,0)){const n=this._state.get(t);if(n&&n.state==="started"&&n.time!==t){const i=t-this.toSeconds(n.time);let r;n.duration&&(r=this.toSeconds(n.duration)-i),this._start(e,this.toSeconds(n.offset)+i,r)}}},this._syncedStop=e=>{const t=this.context.transport.getSecondsAtTime(Math.max(e-this.sampleTime,0));this._state.getValueAtTime(t)==="started"&&this._stop(e)},this.context.transport.on("start",this._syncedStart),this.context.transport.on("loopStart",this._syncedStart),this.context.transport.on("stop",this._syncedStop),this.context.transport.on("pause",this._syncedStop),this.context.transport.on("loopEnd",this._syncedStop)),this}unsync(){return this._synced&&(this.context.transport.off("stop",this._syncedStop),this.context.transport.off("pause",this._syncedStop),this.context.transport.off("loopEnd",this._syncedStop),this.context.transport.off("start",this._syncedStart),this.context.transport.off("loopStart",this._syncedStart)),this._synced=!1,this._scheduled.forEach(e=>this.context.transport.clear(e)),this._scheduled=[],this._state.cancel(0),this._stop(0),this}dispose(){return super.dispose(),this.onstop=ve,this.unsync(),this._volume.dispose(),this._state.dispose(),this}}class Ms extends pn{constructor(){const e=F(Ms.getDefaults(),arguments,["url","onload"]);super(e),this.name="ToneBufferSource",this._source=this.context.createBufferSource(),this._internalChannels=[this._source],this._sourceStarted=!1,this._sourceStopped=!1,pt(this._source,this._gainNode),this._source.onended=()=>this._stopSource(),this.playbackRate=new oe({context:this.context,param:this._source.playbackRate,units:"positive",value:e.playbackRate}),this.loop=e.loop,this.loopStart=e.loopStart,this.loopEnd=e.loopEnd,this._buffer=new Ce(e.url,e.onload,e.onerror),this._internalChannels.push(this._source)}static getDefaults(){return Object.assign(pn.getDefaults(),{url:new Ce,loop:!1,loopEnd:0,loopStart:0,onload:ve,onerror:ve,playbackRate:1})}get fadeIn(){return this._fadeIn}set fadeIn(e){this._fadeIn=e}get fadeOut(){return this._fadeOut}set fadeOut(e){this._fadeOut=e}get curve(){return this._curve}set curve(e){this._curve=e}start(e,t,n,i=1){Q(this.buffer.loaded,"buffer is either not set or not loaded");const r=this.toSeconds(e);this._startGain(r,i),this.loop?t=Bt(t,this.loopStart):t=Bt(t,0);let o=Math.max(this.toSeconds(t),0);if(this.loop){const a=this.toSeconds(this.loopEnd)||this.buffer.duration,c=this.toSeconds(this.loopStart),l=a-c;wo(o,a)&&(o=(o-c)%l+c),Lt(o,this.buffer.duration)&&(o=0)}if(this._source.buffer=this.buffer.get(),this._source.loopEnd=this.toSeconds(this.loopEnd)||this.buffer.duration,Ui(o,this.buffer.duration)&&(this._sourceStarted=!0,this._source.start(r,o)),de(n)){let a=this.toSeconds(n);a=Math.max(a,0),this.stop(r+a)}return this}_stopSource(e){!this._sourceStopped&&this._sourceStarted&&(this._sourceStopped=!0,this._source.stop(this.toSeconds(e)),this._onended())}get loopStart(){return this._source.loopStart}set loopStart(e){this._source.loopStart=this.toSeconds(e)}get loopEnd(){return this._source.loopEnd}set loopEnd(e){this._source.loopEnd=this.toSeconds(e)}get buffer(){return this._buffer}set buffer(e){this._buffer.set(e)}get loop(){return this._source.loop}set loop(e){this._source.loop=e,this._sourceStarted&&this.cancelStop()}dispose(){return super.dispose(),this._source.onended=null,this._source.disconnect(),this._buffer.dispose(),this.playbackRate.dispose(),this}}class As extends qe{constructor(){const e=F(As.getDefaults(),arguments,["type"]);super(e),this.name="Noise",this._source=null,this._playbackRate=e.playbackRate,this.type=e.type,this._fadeIn=e.fadeIn,this._fadeOut=e.fadeOut}static getDefaults(){return Object.assign(qe.getDefaults(),{fadeIn:0,fadeOut:0,playbackRate:1,type:"white"})}get type(){return this._type}set type(e){if(Q(e in lc,"Noise: invalid type: "+e),this._type!==e&&(this._type=e,this.state==="started")){const t=this.now();this._stop(t),this._start(t)}}get playbackRate(){return this._playbackRate}set playbackRate(e){this._playbackRate=e,this._source&&(this._source.playbackRate.value=e)}_start(e){const t=lc[this._type];this._source=new Ms({url:t,context:this.context,fadeIn:this._fadeIn,fadeOut:this._fadeOut,loop:!0,onended:()=>this.onstop(this),playbackRate:this._playbackRate}).connect(this.output),this._source.start(this.toSeconds(e),Math.random()*(t.duration-.001))}_stop(e){this._source&&(this._source.stop(this.toSeconds(e)),this._source=null)}get fadeIn(){return this._fadeIn}set fadeIn(e){this._fadeIn=e,this._source&&(this._source.fadeIn=this._fadeIn)}get fadeOut(){return this._fadeOut}set fadeOut(e){this._fadeOut=e,this._source&&(this._source.fadeOut=this._fadeOut)}_restart(e){this._stop(e),this._start(e)}dispose(){return super.dispose(),this._source&&this._source.disconnect(),this}}const Qs=44100*5,to=2,cs={brown:null,pink:null,white:null},lc={get brown(){if(!cs.brown){const s=[];for(let e=0;e<to;e++){const t=new Float32Array(Qs);s[e]=t;let n=0;for(let i=0;i<Qs;i++){const r=Math.random()*2-1;t[i]=(n+.02*r)/1.02,n=t[i],t[i]*=3.5}}cs.brown=new Ce().fromArray(s)}return cs.brown},get pink(){if(!cs.pink){const s=[];for(let e=0;e<to;e++){const t=new Float32Array(Qs);s[e]=t;let n,i,r,o,a,c,l;n=i=r=o=a=c=l=0;for(let u=0;u<Qs;u++){const h=Math.random()*2-1;n=.99886*n+h*.0555179,i=.99332*i+h*.0750759,r=.969*r+h*.153852,o=.8665*o+h*.3104856,a=.55*a+h*.5329522,c=-.7616*c-h*.016898,t[u]=n+i+r+o+a+c+l+h*.5362,t[u]*=.11,l=h*.115926}}cs.pink=new Ce().fromArray(s)}return cs.pink},get white(){if(!cs.white){const s=[];for(let e=0;e<to;e++){const t=new Float32Array(Qs);s[e]=t;for(let n=0;n<Qs;n++)t[n]=Math.random()*2-1}cs.white=new Ce().fromArray(s)}return cs.white}};class Zn extends q{constructor(){const e=F(Zn.getDefaults(),arguments,["volume"]);super(e),this.name="UserMedia",this._volume=this.output=new Yt({context:this.context,volume:e.volume}),this.volume=this._volume.volume,se(this,"volume"),this.mute=e.mute}static getDefaults(){return Object.assign(q.getDefaults(),{mute:!1,volume:0})}open(e){return Ie(this,void 0,void 0,function*(){Q(Zn.supported,"UserMedia is not supported"),this.state==="started"&&this.close();const t=yield Zn.enumerateDevices();Ot(e)?this._device=t[e]:(this._device=t.find(r=>r.label===e||r.deviceId===e),!this._device&&t.length>0&&(this._device=t[0]),Q(de(this._device),`No matching device ${e}`));const n={audio:{echoCancellation:!1,sampleRate:this.context.sampleRate,noiseSuppression:!1,mozNoiseSuppression:!1}};this._device&&(n.audio.deviceId=this._device.deviceId);const i=yield navigator.mediaDevices.getUserMedia(n);if(!this._stream){this._stream=i;const r=this.context.createMediaStreamSource(i);pt(r,this.output),this._mediaStream=r}return this})}close(){return this._stream&&this._mediaStream&&(this._stream.getAudioTracks().forEach(e=>{e.stop()}),this._stream=void 0,this._mediaStream.disconnect(),this._mediaStream=void 0),this._device=void 0,this}static enumerateDevices(){return Ie(this,void 0,void 0,function*(){return(yield navigator.mediaDevices.enumerateDevices()).filter(t=>t.kind==="audioinput")})}get state(){return this._stream&&this._stream.active?"started":"stopped"}get deviceId(){if(this._device)return this._device.deviceId}get groupId(){if(this._device)return this._device.groupId}get label(){if(this._device)return this._device.label}get mute(){return this._volume.mute}set mute(e){this._volume.mute=e}dispose(){return super.dispose(),this.close(),this._volume.dispose(),this.volume.dispose(),this}static get supported(){return de(navigator.mediaDevices)&&de(navigator.mediaDevices.getUserMedia)}}function Zs(s,e){return Ie(this,void 0,void 0,function*(){const t=e/s.context.sampleRate,n=new xn(1,t,s.context.sampleRate);return new s.constructor(Object.assign(s.get(),{frequency:2/t,detune:0,context:n})).toDestination().start(0),(yield n.render()).getChannelData(0)})}class hi extends pn{constructor(){const e=F(hi.getDefaults(),arguments,["frequency","type"]);super(e),this.name="ToneOscillatorNode",this._oscillator=this.context.createOscillator(),this._internalChannels=[this._oscillator],pt(this._oscillator,this._gainNode),this.type=e.type,this.frequency=new oe({context:this.context,param:this._oscillator.frequency,units:"frequency",value:e.frequency}),this.detune=new oe({context:this.context,param:this._oscillator.detune,units:"cents",value:e.detune}),se(this,["frequency","detune"])}static getDefaults(){return Object.assign(pn.getDefaults(),{detune:0,frequency:440,type:"sine"})}start(e){const t=this.toSeconds(e);return this.log("start",t),this._startGain(t),this._oscillator.start(t),this}_stopSource(e){this._oscillator.stop(e)}setPeriodicWave(e){return this._oscillator.setPeriodicWave(e),this}get type(){return this._oscillator.type}set type(e){this._oscillator.type=e}dispose(){return super.dispose(),this.state==="started"&&this.stop(),this._oscillator.disconnect(),this.frequency.dispose(),this.detune.dispose(),this}}class Pe extends qe{constructor(){const e=F(Pe.getDefaults(),arguments,["frequency","type"]);super(e),this.name="Oscillator",this._oscillator=null,this.frequency=new re({context:this.context,units:"frequency",value:e.frequency}),se(this,"frequency"),this.detune=new re({context:this.context,units:"cents",value:e.detune}),se(this,"detune"),this._partials=e.partials,this._partialCount=e.partialCount,this._type=e.type,e.partialCount&&e.type!=="custom"&&(this._type=this.baseType+e.partialCount.toString()),this.phase=e.phase}static getDefaults(){return Object.assign(qe.getDefaults(),{detune:0,frequency:440,partialCount:0,partials:[],phase:0,type:"sine"})}_start(e){const t=this.toSeconds(e),n=new hi({context:this.context,onended:()=>this.onstop(this)});this._oscillator=n,this._wave?this._oscillator.setPeriodicWave(this._wave):this._oscillator.type=this._type,this._oscillator.connect(this.output),this.frequency.connect(this._oscillator.frequency),this.detune.connect(this._oscillator.detune),this._oscillator.start(t)}_stop(e){const t=this.toSeconds(e);this._oscillator&&this._oscillator.stop(t)}_restart(e){const t=this.toSeconds(e);return this.log("restart",t),this._oscillator&&this._oscillator.cancelStop(),this._state.cancel(t),this}syncFrequency(){return this.context.transport.syncSignal(this.frequency),this}unsyncFrequency(){return this.context.transport.unsyncSignal(this.frequency),this}_getCachedPeriodicWave(){if(this._type==="custom")return Pe._periodicWaveCache.find(t=>t.phase===this._phase&&Eg(t.partials,this._partials));{const e=Pe._periodicWaveCache.find(t=>t.type===this._type&&t.phase===this._phase);return this._partialCount=e?e.partialCount:this._partialCount,e}}get type(){return this._type}set type(e){this._type=e;const t=["sine","square","sawtooth","triangle"].indexOf(e)!==-1;if(this._phase===0&&t)this._wave=void 0,this._partialCount=0,this._oscillator!==null&&(this._oscillator.type=e);else{const n=this._getCachedPeriodicWave();if(de(n)){const{partials:i,wave:r}=n;this._wave=r,this._partials=i,this._oscillator!==null&&this._oscillator.setPeriodicWave(this._wave)}else{const[i,r]=this._getRealImaginary(e,this._phase),o=this.context.createPeriodicWave(i,r);this._wave=o,this._oscillator!==null&&this._oscillator.setPeriodicWave(this._wave),Pe._periodicWaveCache.push({imag:r,partialCount:this._partialCount,partials:this._partials,phase:this._phase,real:i,type:this._type,wave:this._wave}),Pe._periodicWaveCache.length>100&&Pe._periodicWaveCache.shift()}}}get baseType(){return this._type.replace(this.partialCount.toString(),"")}set baseType(e){this.partialCount&&this._type!=="custom"&&e!=="custom"?this.type=e+this.partialCount:this.type=e}get partialCount(){return this._partialCount}set partialCount(e){Ye(e,0);let t=this._type;const n=/^(sine|triangle|square|sawtooth)(\d+)$/.exec(this._type);if(n&&(t=n[1]),this._type!=="custom")e===0?this.type=t:this.type=t+e.toString();else{const i=new Float32Array(e);this._partials.forEach((r,o)=>i[o]=r),this._partials=Array.from(i),this.type=this._type}}_getRealImaginary(e,t){let i=2048;const r=new Float32Array(i),o=new Float32Array(i);let a=1;if(e==="custom"){if(a=this._partials.length+1,this._partialCount=this._partials.length,i=a,this._partials.length===0)return[r,o]}else{const c=/^(sine|triangle|square|sawtooth)(\d+)$/.exec(e);c?(a=parseInt(c[2],10)+1,this._partialCount=parseInt(c[2],10),e=c[1],a=Math.max(a,2),i=a):this._partialCount=0,this._partials=[]}for(let c=1;c<i;++c){const l=2/(c*Math.PI);let u;switch(e){case"sine":u=c<=a?1:0,this._partials[c-1]=u;break;case"square":u=c&1?2*l:0,this._partials[c-1]=u;break;case"sawtooth":u=l*(c&1?1:-1),this._partials[c-1]=u;break;case"triangle":c&1?u=2*(l*l)*(c-1>>1&1?-1:1):u=0,this._partials[c-1]=u;break;case"custom":u=this._partials[c-1];break;default:throw new TypeError("Oscillator: invalid type: "+e)}u!==0?(r[c]=-u*Math.sin(t*c),o[c]=u*Math.cos(t*c)):(r[c]=0,o[c]=0)}return[r,o]}_inverseFFT(e,t,n){let i=0;const r=e.length;for(let o=0;o<r;o++)i+=e[o]*Math.cos(o*n)+t[o]*Math.sin(o*n);return i}getInitialValue(){const[e,t]=this._getRealImaginary(this._type,0);let n=0;const i=Math.PI*2,r=32;for(let o=0;o<r;o++)n=Math.max(this._inverseFFT(e,t,o/r*i),n);return Ls(-this._inverseFFT(e,t,this._phase)/n,-1,1)}get partials(){return this._partials.slice(0,this.partialCount)}set partials(e){this._partials=e,this._partialCount=this._partials.length,e.length&&(this.type="custom")}get phase(){return this._phase*(180/Math.PI)}set phase(e){this._phase=e*Math.PI/180,this.type=this._type}asArray(){return Ie(this,arguments,void 0,function*(e=1024){return Zs(this,e)})}dispose(){return super.dispose(),this._oscillator!==null&&this._oscillator.dispose(),this._wave=void 0,this.frequency.dispose(),this.detune.dispose(),this}}Pe._periodicWaveCache=[];class mr extends Ft{constructor(){super(...arguments),this.name="AudioToGain",this._norm=new Ut({context:this.context,mapping:e=>(e+1)/2}),this.input=this._norm,this.output=this._norm}dispose(){return super.dispose(),this._norm.dispose(),this}}class We extends re{constructor(){const e=F(We.getDefaults(),arguments,["value"]);super(e),this.name="Multiply",this.override=!1,this._mult=this.input=this.output=new H({context:this.context,minValue:e.minValue,maxValue:e.maxValue}),this.factor=this._param=this._mult.gain,this.factor.setValueAtTime(e.value,0)}static getDefaults(){return Object.assign(re.getDefaults(),{value:0})}dispose(){return super.dispose(),this._mult.dispose(),this}}class di extends qe{constructor(){const e=F(di.getDefaults(),arguments,["frequency","type","modulationType"]);super(e),this.name="AMOscillator",this._modulationScale=new mr({context:this.context}),this._modulationNode=new H({context:this.context}),this._carrier=new Pe({context:this.context,detune:e.detune,frequency:e.frequency,onstop:()=>this.onstop(this),phase:e.phase,type:e.type}),this.frequency=this._carrier.frequency,this.detune=this._carrier.detune,this._modulator=new Pe({context:this.context,phase:e.phase,type:e.modulationType}),this.harmonicity=new We({context:this.context,units:"positive",value:e.harmonicity}),this.frequency.chain(this.harmonicity,this._modulator.frequency),this._modulator.chain(this._modulationScale,this._modulationNode.gain),this._carrier.chain(this._modulationNode,this.output),se(this,["frequency","detune","harmonicity"])}static getDefaults(){return Object.assign(Pe.getDefaults(),{harmonicity:1,modulationType:"square"})}_start(e){this._modulator.start(e),this._carrier.start(e)}_stop(e){this._modulator.stop(e),this._carrier.stop(e)}_restart(e){this._modulator.restart(e),this._carrier.restart(e)}get type(){return this._carrier.type}set type(e){this._carrier.type=e}get baseType(){return this._carrier.baseType}set baseType(e){this._carrier.baseType=e}get partialCount(){return this._carrier.partialCount}set partialCount(e){this._carrier.partialCount=e}get modulationType(){return this._modulator.type}set modulationType(e){this._modulator.type=e}get phase(){return this._carrier.phase}set phase(e){this._carrier.phase=e,this._modulator.phase=e}get partials(){return this._carrier.partials}set partials(e){this._carrier.partials=e}asArray(){return Ie(this,arguments,void 0,function*(e=1024){return Zs(this,e)})}dispose(){return super.dispose(),this.frequency.dispose(),this.detune.dispose(),this.harmonicity.dispose(),this._carrier.dispose(),this._modulator.dispose(),this._modulationNode.dispose(),this._modulationScale.dispose(),this}}class An extends qe{constructor(){const e=F(An.getDefaults(),arguments,["frequency","type","modulationType"]);super(e),this.name="FMOscillator",this._modulationNode=new H({context:this.context,gain:0}),this._carrier=new Pe({context:this.context,detune:e.detune,frequency:0,onstop:()=>this.onstop(this),phase:e.phase,type:e.type}),this.detune=this._carrier.detune,this.frequency=new re({context:this.context,units:"frequency",value:e.frequency}),this._modulator=new Pe({context:this.context,phase:e.phase,type:e.modulationType}),this.harmonicity=new We({context:this.context,units:"positive",value:e.harmonicity}),this.modulationIndex=new We({context:this.context,units:"positive",value:e.modulationIndex}),this.frequency.connect(this._carrier.frequency),this.frequency.chain(this.harmonicity,this._modulator.frequency),this.frequency.chain(this.modulationIndex,this._modulationNode),this._modulator.connect(this._modulationNode.gain),this._modulationNode.connect(this._carrier.frequency),this._carrier.connect(this.output),this.detune.connect(this._modulator.detune),se(this,["modulationIndex","frequency","detune","harmonicity"])}static getDefaults(){return Object.assign(Pe.getDefaults(),{harmonicity:1,modulationIndex:2,modulationType:"square"})}_start(e){this._modulator.start(e),this._carrier.start(e)}_stop(e){this._modulator.stop(e),this._carrier.stop(e)}_restart(e){return this._modulator.restart(e),this._carrier.restart(e),this}get type(){return this._carrier.type}set type(e){this._carrier.type=e}get baseType(){return this._carrier.baseType}set baseType(e){this._carrier.baseType=e}get partialCount(){return this._carrier.partialCount}set partialCount(e){this._carrier.partialCount=e}get modulationType(){return this._modulator.type}set modulationType(e){this._modulator.type=e}get phase(){return this._carrier.phase}set phase(e){this._carrier.phase=e,this._modulator.phase=e}get partials(){return this._carrier.partials}set partials(e){this._carrier.partials=e}asArray(){return Ie(this,arguments,void 0,function*(e=1024){return Zs(this,e)})}dispose(){return super.dispose(),this.frequency.dispose(),this.harmonicity.dispose(),this._carrier.dispose(),this._modulator.dispose(),this._modulationNode.dispose(),this.modulationIndex.dispose(),this}}class In extends qe{constructor(){const e=F(In.getDefaults(),arguments,["frequency","width"]);super(e),this.name="PulseOscillator",this._widthGate=new H({context:this.context,gain:0}),this._thresh=new Ut({context:this.context,mapping:t=>t<=0?-1:1}),this.width=new re({context:this.context,units:"audioRange",value:e.width}),this._triangle=new Pe({context:this.context,detune:e.detune,frequency:e.frequency,onstop:()=>this.onstop(this),phase:e.phase,type:"triangle"}),this.frequency=this._triangle.frequency,this.detune=this._triangle.detune,this._triangle.chain(this._thresh,this.output),this.width.chain(this._widthGate,this._thresh),se(this,["width","frequency","detune"])}static getDefaults(){return Object.assign(qe.getDefaults(),{detune:0,frequency:440,phase:0,type:"pulse",width:.2})}_start(e){e=this.toSeconds(e),this._triangle.start(e),this._widthGate.gain.setValueAtTime(1,e)}_stop(e){e=this.toSeconds(e),this._triangle.stop(e),this._widthGate.gain.cancelScheduledValues(e),this._widthGate.gain.setValueAtTime(0,e)}_restart(e){this._triangle.restart(e),this._widthGate.gain.cancelScheduledValues(e),this._widthGate.gain.setValueAtTime(1,e)}get phase(){return this._triangle.phase}set phase(e){this._triangle.phase=e}get type(){return"pulse"}get baseType(){return"pulse"}get partials(){return[]}get partialCount(){return 0}set carrierType(e){this._triangle.type=e}asArray(){return Ie(this,arguments,void 0,function*(e=1024){return Zs(this,e)})}dispose(){return super.dispose(),this._triangle.dispose(),this.width.dispose(),this._widthGate.dispose(),this._thresh.dispose(),this}}class pi extends qe{constructor(){const e=F(pi.getDefaults(),arguments,["frequency","type","spread"]);super(e),this.name="FatOscillator",this._oscillators=[],this.frequency=new re({context:this.context,units:"frequency",value:e.frequency}),this.detune=new re({context:this.context,units:"cents",value:e.detune}),this._spread=e.spread,this._type=e.type,this._phase=e.phase,this._partials=e.partials,this._partialCount=e.partialCount,this.count=e.count,se(this,["frequency","detune"])}static getDefaults(){return Object.assign(Pe.getDefaults(),{count:3,spread:20,type:"sawtooth"})}_start(e){e=this.toSeconds(e),this._forEach(t=>t.start(e))}_stop(e){e=this.toSeconds(e),this._forEach(t=>t.stop(e))}_restart(e){this._forEach(t=>t.restart(e))}_forEach(e){for(let t=0;t<this._oscillators.length;t++)e(this._oscillators[t],t)}get type(){return this._type}set type(e){this._type=e,this._forEach(t=>t.type=e)}get spread(){return this._spread}set spread(e){if(this._spread=e,this._oscillators.length>1){const t=-e/2,n=e/(this._oscillators.length-1);this._forEach((i,r)=>i.detune.value=t+n*r)}}get count(){return this._oscillators.length}set count(e){if(Ye(e,1),this._oscillators.length!==e){this._forEach(t=>t.dispose()),this._oscillators=[];for(let t=0;t<e;t++){const n=new Pe({context:this.context,volume:-6-e*1.1,type:this._type,phase:this._phase+t/e*360,partialCount:this._partialCount,onstop:t===0?()=>this.onstop(this):ve});this.type==="custom"&&(n.partials=this._partials),this.frequency.connect(n.frequency),this.detune.connect(n.detune),n.detune.overridden=!1,n.connect(this.output),this._oscillators[t]=n}this.spread=this._spread,this.state==="started"&&this._forEach(t=>t.start())}}get phase(){return this._phase}set phase(e){this._phase=e,this._forEach((t,n)=>t.phase=this._phase+n/this.count*360)}get baseType(){return this._oscillators[0].baseType}set baseType(e){this._forEach(t=>t.baseType=e),this._type=this._oscillators[0].type}get partials(){return this._oscillators[0].partials}set partials(e){this._partials=e,this._partialCount=this._partials.length,e.length&&(this._type="custom",this._forEach(t=>t.partials=e))}get partialCount(){return this._oscillators[0].partialCount}set partialCount(e){this._partialCount=e,this._forEach(t=>t.partialCount=e),this._type=this._oscillators[0].type}asArray(){return Ie(this,arguments,void 0,function*(e=1024){return Zs(this,e)})}dispose(){return super.dispose(),this.frequency.dispose(),this.detune.dispose(),this._forEach(e=>e.dispose()),this}}class fi extends qe{constructor(){const e=F(fi.getDefaults(),arguments,["frequency","modulationFrequency"]);super(e),this.name="PWMOscillator",this.sourceType="pwm",this._scale=new We({context:this.context,value:2}),this._pulse=new In({context:this.context,frequency:e.modulationFrequency}),this._pulse.carrierType="sine",this.modulationFrequency=this._pulse.frequency,this._modulator=new Pe({context:this.context,detune:e.detune,frequency:e.frequency,onstop:()=>this.onstop(this),phase:e.phase}),this.frequency=this._modulator.frequency,this.detune=this._modulator.detune,this._modulator.chain(this._scale,this._pulse.width),this._pulse.connect(this.output),se(this,["modulationFrequency","frequency","detune"])}static getDefaults(){return Object.assign(qe.getDefaults(),{detune:0,frequency:440,modulationFrequency:.4,phase:0,type:"pwm"})}_start(e){e=this.toSeconds(e),this._modulator.start(e),this._pulse.start(e)}_stop(e){e=this.toSeconds(e),this._modulator.stop(e),this._pulse.stop(e)}_restart(e){this._modulator.restart(e),this._pulse.restart(e)}get type(){return"pwm"}get baseType(){return"pwm"}get partials(){return[]}get partialCount(){return 0}get phase(){return this._modulator.phase}set phase(e){this._modulator.phase=e}asArray(){return Ie(this,arguments,void 0,function*(e=1024){return Zs(this,e)})}dispose(){return super.dispose(),this._pulse.dispose(),this._scale.dispose(),this._modulator.dispose(),this}}const uc={am:di,fat:pi,fm:An,oscillator:Pe,pulse:In,pwm:fi};class fs extends qe{constructor(){const e=F(fs.getDefaults(),arguments,["frequency","type"]);super(e),this.name="OmniOscillator",this.frequency=new re({context:this.context,units:"frequency",value:e.frequency}),this.detune=new re({context:this.context,units:"cents",value:e.detune}),se(this,["frequency","detune"]),this.set(e)}static getDefaults(){return Object.assign(Pe.getDefaults(),An.getDefaults(),di.getDefaults(),pi.getDefaults(),In.getDefaults(),fi.getDefaults())}_start(e){this._oscillator.start(e)}_stop(e){this._oscillator.stop(e)}_restart(e){return this._oscillator.restart(e),this}get type(){let e="";return["am","fm","fat"].some(t=>this._sourceType===t)&&(e=this._sourceType),e+this._oscillator.type}set type(e){e.substr(0,2)==="fm"?(this._createNewOscillator("fm"),this._oscillator=this._oscillator,this._oscillator.type=e.substr(2)):e.substr(0,2)==="am"?(this._createNewOscillator("am"),this._oscillator=this._oscillator,this._oscillator.type=e.substr(2)):e.substr(0,3)==="fat"?(this._createNewOscillator("fat"),this._oscillator=this._oscillator,this._oscillator.type=e.substr(3)):e==="pwm"?(this._createNewOscillator("pwm"),this._oscillator=this._oscillator):e==="pulse"?this._createNewOscillator("pulse"):(this._createNewOscillator("oscillator"),this._oscillator=this._oscillator,this._oscillator.type=e)}get partials(){return this._oscillator.partials}set partials(e){!this._getOscType(this._oscillator,"pulse")&&!this._getOscType(this._oscillator,"pwm")&&(this._oscillator.partials=e)}get partialCount(){return this._oscillator.partialCount}set partialCount(e){!this._getOscType(this._oscillator,"pulse")&&!this._getOscType(this._oscillator,"pwm")&&(this._oscillator.partialCount=e)}set(e){return Reflect.has(e,"type")&&e.type&&(this.type=e.type),super.set(e),this}_createNewOscillator(e){if(e!==this._sourceType){this._sourceType=e;const t=uc[e],n=this.now();if(this._oscillator){const i=this._oscillator;i.stop(n),this.context.setTimeout(()=>i.dispose(),this.blockTime)}this._oscillator=new t({context:this.context}),this.frequency.connect(this._oscillator.frequency),this.detune.connect(this._oscillator.detune),this._oscillator.connect(this.output),this._oscillator.onstop=()=>this.onstop(this),this.state==="started"&&this._oscillator.start(n)}}get phase(){return this._oscillator.phase}set phase(e){this._oscillator.phase=e}get sourceType(){return this._sourceType}set sourceType(e){let t="sine";this._oscillator.type!=="pwm"&&this._oscillator.type!=="pulse"&&(t=this._oscillator.type),e==="fm"?this.type="fm"+t:e==="am"?this.type="am"+t:e==="fat"?this.type="fat"+t:e==="oscillator"?this.type=t:e==="pulse"?this.type="pulse":e==="pwm"&&(this.type="pwm")}_getOscType(e,t){return e instanceof uc[t]}get baseType(){return this._oscillator.baseType}set baseType(e){!this._getOscType(this._oscillator,"pulse")&&!this._getOscType(this._oscillator,"pwm")&&e!=="pulse"&&e!=="pwm"&&(this._oscillator.baseType=e)}get width(){if(this._getOscType(this._oscillator,"pulse"))return this._oscillator.width}get count(){if(this._getOscType(this._oscillator,"fat"))return this._oscillator.count}set count(e){this._getOscType(this._oscillator,"fat")&&Ot(e)&&(this._oscillator.count=e)}get spread(){if(this._getOscType(this._oscillator,"fat"))return this._oscillator.spread}set spread(e){this._getOscType(this._oscillator,"fat")&&Ot(e)&&(this._oscillator.spread=e)}get modulationType(){if(this._getOscType(this._oscillator,"fm")||this._getOscType(this._oscillator,"am"))return this._oscillator.modulationType}set modulationType(e){(this._getOscType(this._oscillator,"fm")||this._getOscType(this._oscillator,"am"))&&Gt(e)&&(this._oscillator.modulationType=e)}get modulationIndex(){if(this._getOscType(this._oscillator,"fm"))return this._oscillator.modulationIndex}get harmonicity(){if(this._getOscType(this._oscillator,"fm")||this._getOscType(this._oscillator,"am"))return this._oscillator.harmonicity}get modulationFrequency(){if(this._getOscType(this._oscillator,"pwm"))return this._oscillator.modulationFrequency}asArray(){return Ie(this,arguments,void 0,function*(e=1024){return Zs(this,e)})}dispose(){return super.dispose(),this.detune.dispose(),this.frequency.dispose(),this._oscillator.dispose(),this}}class Gs extends re{constructor(){super(F(Gs.getDefaults(),arguments,["value"])),this.override=!1,this.name="Add",this._sum=new H({context:this.context}),this.input=this._sum,this.output=this._sum,this.addend=this._param,Nt(this._constantSource,this._sum)}static getDefaults(){return Object.assign(re.getDefaults(),{value:0})}dispose(){return super.dispose(),this._sum.dispose(),this}}class ms extends Ft{constructor(){const e=F(ms.getDefaults(),arguments,["min","max"]);super(e),this.name="Scale",this._mult=this.input=new We({context:this.context,value:e.max-e.min}),this._add=this.output=new Gs({context:this.context,value:e.min}),this._min=e.min,this._max=e.max,this.input.connect(this.output)}static getDefaults(){return Object.assign(Ft.getDefaults(),{max:1,min:0})}get min(){return this._min}set min(e){this._min=e,this._setRange()}get max(){return this._max}set max(e){this._max=e,this._setRange()}_setRange(){this._add.value=this._min,this._mult.value=this._max-this._min}dispose(){return super.dispose(),this._add.dispose(),this._mult.dispose(),this}}class gr extends Ft{constructor(){super(F(gr.getDefaults(),arguments)),this.name="Zero",this._gain=new H({context:this.context}),this.output=this._gain,this.input=void 0,pt(this.context.getConstant(0),this._gain)}dispose(){return super.dispose(),ra(this.context.getConstant(0),this._gain),this}}class bt extends q{constructor(){const e=F(bt.getDefaults(),arguments,["frequency","min","max"]);super(e),this.name="LFO",this._stoppedValue=0,this._units="number",this.convert=!0,this._fromType=oe.prototype._fromType,this._toType=oe.prototype._toType,this._is=oe.prototype._is,this._clampValue=oe.prototype._clampValue,this._oscillator=new Pe(e),this.frequency=this._oscillator.frequency,this._amplitudeGain=new H({context:this.context,gain:e.amplitude,units:"normalRange"}),this.amplitude=this._amplitudeGain.gain,this._stoppedSignal=new re({context:this.context,units:"audioRange",value:0}),this._zeros=new gr({context:this.context}),this._a2g=new mr({context:this.context}),this._scaler=this.output=new ms({context:this.context,max:e.max,min:e.min}),this.units=e.units,this.min=e.min,this.max=e.max,this._oscillator.chain(this._amplitudeGain,this._a2g,this._scaler),this._zeros.connect(this._a2g),this._stoppedSignal.connect(this._a2g),se(this,["amplitude","frequency"]),this.phase=e.phase}static getDefaults(){return Object.assign(Pe.getDefaults(),{amplitude:1,frequency:"4n",max:1,min:0,type:"sine",units:"number"})}start(e){return e=this.toSeconds(e),this._stoppedSignal.setValueAtTime(0,e),this._oscillator.start(e),this}stop(e){return e=this.toSeconds(e),this._stoppedSignal.setValueAtTime(this._stoppedValue,e),this._oscillator.stop(e),this}sync(){return this._oscillator.sync(),this._oscillator.syncFrequency(),this}unsync(){return this._oscillator.unsync(),this._oscillator.unsyncFrequency(),this}_setStoppedValue(){this._stoppedValue=this._oscillator.getInitialValue(),this._stoppedSignal.value=this._stoppedValue}get min(){return this._toType(this._scaler.min)}set min(e){e=this._fromType(e),this._scaler.min=e}get max(){return this._toType(this._scaler.max)}set max(e){e=this._fromType(e),this._scaler.max=e}get type(){return this._oscillator.type}set type(e){this._oscillator.type=e,this._setStoppedValue()}get partials(){return this._oscillator.partials}set partials(e){this._oscillator.partials=e,this._setStoppedValue()}get phase(){return this._oscillator.phase}set phase(e){this._oscillator.phase=e,this._setStoppedValue()}get units(){return this._units}set units(e){const t=this.min,n=this.max;this._units=e,this.min=t,this.max=n}get state(){return this._oscillator.state}connect(e,t,n){return(e instanceof oe||e instanceof re)&&(this.convert=e.convert,this.units=e.units),ui(this,e,t,n),this}dispose(){return super.dispose(),this._oscillator.dispose(),this._stoppedSignal.dispose(),this._zeros.dispose(),this._scaler.dispose(),this._a2g.dispose(),this._amplitudeGain.dispose(),this.amplitude.dispose(),this}}function ou(s,e=1/0){const t=new WeakMap;return function(n,i){Reflect.defineProperty(n,i,{configurable:!0,enumerable:!0,get:function(){return t.get(this)},set:function(r){Ye(r,s,e),t.set(this,r)}})}}function _s(s,e=1/0){const t=new WeakMap;return function(n,i){Reflect.defineProperty(n,i,{configurable:!0,enumerable:!0,get:function(){return t.get(this)},set:function(r){Ye(this.toSeconds(r),s,e),t.set(this,r)}})}}class Xs extends qe{constructor(){const e=F(Xs.getDefaults(),arguments,["url","onload"]);super(e),this.name="Player",this._activeSources=new Set,this._buffer=new Ce({onload:this._onload.bind(this,e.onload),onerror:e.onerror,reverse:e.reverse,url:e.url}),this.autostart=e.autostart,this._loop=e.loop,this._loopStart=e.loopStart,this._loopEnd=e.loopEnd,this._playbackRate=e.playbackRate,this.fadeIn=e.fadeIn,this.fadeOut=e.fadeOut}static getDefaults(){return Object.assign(qe.getDefaults(),{autostart:!1,fadeIn:0,fadeOut:0,loop:!1,loopEnd:0,loopStart:0,onload:ve,onerror:ve,playbackRate:1,reverse:!1})}load(e){return Ie(this,void 0,void 0,function*(){return yield this._buffer.load(e),this._onload(),this})}_onload(e=ve){e(),this.autostart&&this.start()}_onSourceEnd(e){this.onstop(this),this._activeSources.delete(e),this._activeSources.size===0&&!this._synced&&this._state.getValueAtTime(this.now())==="started"&&(this._state.cancel(this.now()),this._state.setStateAtTime("stopped",this.now()))}start(e,t,n){return super.start(e,t,n),this}_start(e,t,n){this._loop?t=Bt(t,this._loopStart):t=Bt(t,0);const i=this.toSeconds(t),r=n;n=Bt(n,Math.max(this._buffer.duration-i,0));let o=this.toSeconds(n);o=o/this._playbackRate,e=this.toSeconds(e);const a=new Ms({url:this._buffer,context:this.context,fadeIn:this.fadeIn,fadeOut:this.fadeOut,loop:this._loop,loopEnd:this._loopEnd,loopStart:this._loopStart,onended:this._onSourceEnd.bind(this),playbackRate:this._playbackRate}).connect(this.output);!this._loop&&!this._synced&&(this._state.cancel(e+o),this._state.setStateAtTime("stopped",e+o,{implicitEnd:!0})),this._activeSources.add(a),this._loop&&Tt(r)?a.start(e,i):a.start(e,i,o-this.toSeconds(this.fadeOut))}_stop(e){const t=this.toSeconds(e);this._activeSources.forEach(n=>n.stop(t))}restart(e,t,n){return super.restart(e,t,n),this}_restart(e,t,n){var i;(i=[...this._activeSources].pop())===null||i===void 0||i.stop(e),this._start(e,t,n)}seek(e,t){const n=this.toSeconds(t);if(this._state.getValueAtTime(n)==="started"){const i=this.toSeconds(e);this._stop(n),this._start(n,i)}return this}setLoopPoints(e,t){return this.loopStart=e,this.loopEnd=t,this}get loopStart(){return this._loopStart}set loopStart(e){this._loopStart=e,this.buffer.loaded&&Ye(this.toSeconds(e),0,this.buffer.duration),this._activeSources.forEach(t=>{t.loopStart=e})}get loopEnd(){return this._loopEnd}set loopEnd(e){this._loopEnd=e,this.buffer.loaded&&Ye(this.toSeconds(e),0,this.buffer.duration),this._activeSources.forEach(t=>{t.loopEnd=e})}get buffer(){return this._buffer}set buffer(e){this._buffer.set(e)}get loop(){return this._loop}set loop(e){if(this._loop!==e&&(this._loop=e,this._activeSources.forEach(t=>{t.loop=e}),e)){const t=this._state.getNextState("stopped",this.now());t&&this._state.cancel(t.time)}}get playbackRate(){return this._playbackRate}set playbackRate(e){this._playbackRate=e;const t=this.now(),n=this._state.getNextState("stopped",t);n&&n.implicitEnd&&(this._state.cancel(n.time),this._activeSources.forEach(i=>i.cancelStop())),this._activeSources.forEach(i=>{i.playbackRate.setValueAtTime(e,t)})}get reverse(){return this._buffer.reverse}set reverse(e){this._buffer.reverse=e}get loaded(){return this._buffer.loaded}dispose(){return super.dispose(),this._activeSources.forEach(e=>e.dispose()),this._activeSources.clear(),this._buffer.dispose(),this}}Ht([_s(0)],Xs.prototype,"fadeIn",void 0);Ht([_s(0)],Xs.prototype,"fadeOut",void 0);class ha extends q{constructor(){const e=F(ha.getDefaults(),arguments,["urls","onload"],"urls");super(e),this.name="Players",this.input=void 0,this._players=new Map,this._volume=this.output=new Yt({context:this.context,volume:e.volume}),this.volume=this._volume.volume,se(this,"volume"),this._buffers=new Tn({urls:e.urls,onload:e.onload,baseUrl:e.baseUrl,onerror:e.onerror}),this.mute=e.mute,this._fadeIn=e.fadeIn,this._fadeOut=e.fadeOut}static getDefaults(){return Object.assign(qe.getDefaults(),{baseUrl:"",fadeIn:0,fadeOut:0,mute:!1,onload:ve,onerror:ve,urls:{},volume:0})}get mute(){return this._volume.mute}set mute(e){this._volume.mute=e}get fadeIn(){return this._fadeIn}set fadeIn(e){this._fadeIn=e,this._players.forEach(t=>{t.fadeIn=e})}get fadeOut(){return this._fadeOut}set fadeOut(e){this._fadeOut=e,this._players.forEach(t=>{t.fadeOut=e})}get state(){return Array.from(this._players).some(([t,n])=>n.state==="started")?"started":"stopped"}has(e){return this._buffers.has(e)}player(e){if(Q(this.has(e),`No Player with the name ${e} exists on this object`),!this._players.has(e)){const t=new Xs({context:this.context,fadeIn:this._fadeIn,fadeOut:this._fadeOut,url:this._buffers.get(e)}).connect(this.output);this._players.set(e,t)}return this._players.get(e)}get loaded(){return this._buffers.loaded}add(e,t,n){return Q(!this._buffers.has(e),"A buffer with that name already exists on this object"),this._buffers.add(e,t,n),this}stopAll(e){return this._players.forEach(t=>t.stop(e)),this}dispose(){return super.dispose(),this._volume.dispose(),this.volume.dispose(),this._players.forEach(e=>e.dispose()),this._buffers.dispose(),this}}class da extends qe{constructor(){const e=F(da.getDefaults(),arguments,["url","onload"]);super(e),this.name="GrainPlayer",this._loopStart=0,this._loopEnd=0,this._activeSources=[],this.buffer=new Ce({onload:e.onload,onerror:e.onerror,reverse:e.reverse,url:e.url}),this._clock=new Sn({context:this.context,callback:this._tick.bind(this),frequency:1/e.grainSize}),this._playbackRate=e.playbackRate,this._grainSize=e.grainSize,this._overlap=e.overlap,this.detune=e.detune,this.overlap=e.overlap,this.loop=e.loop,this.playbackRate=e.playbackRate,this.grainSize=e.grainSize,this.loopStart=e.loopStart,this.loopEnd=e.loopEnd,this.reverse=e.reverse,this._clock.on("stop",this._onstop.bind(this))}static getDefaults(){return Object.assign(qe.getDefaults(),{onload:ve,onerror:ve,overlap:.1,grainSize:.2,playbackRate:1,detune:0,loop:!1,loopStart:0,loopEnd:0,reverse:!1})}_start(e,t,n){t=Bt(t,0),t=this.toSeconds(t),e=this.toSeconds(e);const i=1/this._clock.frequency.getValueAtTime(e);this._clock.start(e,t/i),n&&this.stop(e+this.toSeconds(n))}restart(e,t,n){return super.restart(e,t,n),this}_restart(e,t,n){this._stop(e),this._start(e,t,n)}_stop(e){this._clock.stop(e)}_onstop(e){this._activeSources.forEach(t=>{t.fadeOut=0,t.stop(e)}),this.onstop(this)}_tick(e){const t=this._clock.getTicksAtTime(e),n=t*this._grainSize;if(this.log("offset",n),!this.loop&&n>this.buffer.duration){this.stop(e);return}const i=n<this._overlap?0:this._overlap,r=new Ms({context:this.context,url:this.buffer,fadeIn:i,fadeOut:this._overlap,loop:this.loop,loopStart:this._loopStart,loopEnd:this._loopEnd,playbackRate:dn(this.detune/100)}).connect(this.output);r.start(e,this._grainSize*t),r.stop(e+this._grainSize/this.playbackRate),this._activeSources.push(r),r.onended=()=>{const o=this._activeSources.indexOf(r);o!==-1&&this._activeSources.splice(o,1)}}get playbackRate(){return this._playbackRate}set playbackRate(e){Ye(e,.001),this._playbackRate=e,this.grainSize=this._grainSize}get loopStart(){return this._loopStart}set loopStart(e){this.buffer.loaded&&Ye(this.toSeconds(e),0,this.buffer.duration),this._loopStart=this.toSeconds(e)}get loopEnd(){return this._loopEnd}set loopEnd(e){this.buffer.loaded&&Ye(this.toSeconds(e),0,this.buffer.duration),this._loopEnd=this.toSeconds(e)}get reverse(){return this.buffer.reverse}set reverse(e){this.buffer.reverse=e}get grainSize(){return this._grainSize}set grainSize(e){this._grainSize=this.toSeconds(e),this._clock.frequency.setValueAtTime(this._playbackRate/this._grainSize,this.now())}get overlap(){return this._overlap}set overlap(e){const t=this.toSeconds(e);Ye(t,0),this._overlap=t}get loaded(){return this.buffer.loaded}dispose(){return super.dispose(),this.buffer.dispose(),this._clock.dispose(),this._activeSources.forEach(e=>e.dispose()),this}}class au extends Ft{constructor(){super(...arguments),this.name="Abs",this._abs=new Ut({context:this.context,mapping:e=>Math.abs(e)<.001?0:Math.abs(e)}),this.input=this._abs,this.output=this._abs}dispose(){return super.dispose(),this._abs.dispose(),this}}class cu extends Ft{constructor(){super(...arguments),this.name="GainToAudio",this._norm=new Ut({context:this.context,mapping:e=>Math.abs(e)*2-1}),this.input=this._norm,this.output=this._norm}dispose(){return super.dispose(),this._norm.dispose(),this}}class pa extends Ft{constructor(){super(...arguments),this.name="Negate",this._multiply=new We({context:this.context,value:-1}),this.input=this._multiply,this.output=this._multiply}dispose(){return super.dispose(),this._multiply.dispose(),this}}class Hs extends re{constructor(){super(F(Hs.getDefaults(),arguments,["value"])),this.override=!1,this.name="Subtract",this._sum=new H({context:this.context}),this.input=this._sum,this.output=this._sum,this._neg=new pa({context:this.context}),this.subtrahend=this._param,Nt(this._constantSource,this._neg,this._sum)}static getDefaults(){return Object.assign(re.getDefaults(),{value:0})}dispose(){return super.dispose(),this._neg.dispose(),this._sum.dispose(),this}}class _r extends Ft{constructor(){super(F(_r.getDefaults(),arguments)),this.name="GreaterThanZero",this._thresh=this.output=new Ut({context:this.context,length:127,mapping:e=>e<=0?0:1}),this._scale=this.input=new We({context:this.context,value:1e4}),this._scale.connect(this._thresh)}dispose(){return super.dispose(),this._scale.dispose(),this._thresh.dispose(),this}}class vr extends re{constructor(){const e=F(vr.getDefaults(),arguments,["value"]);super(e),this.name="GreaterThan",this.override=!1,this._subtract=this.input=new Hs({context:this.context,value:e.value}),this._gtz=this.output=new _r({context:this.context}),this.comparator=this._param=this._subtract.subtrahend,se(this,"comparator"),this._subtract.connect(this._gtz)}static getDefaults(){return Object.assign(re.getDefaults(),{value:0})}dispose(){return super.dispose(),this._gtz.dispose(),this._subtract.dispose(),this.comparator.dispose(),this}}class yr extends ms{constructor(){const e=F(yr.getDefaults(),arguments,["min","max","exponent"]);super(e),this.name="ScaleExp",this.input=this._exp=new kn({context:this.context,value:e.exponent}),this._exp.connect(this._mult)}static getDefaults(){return Object.assign(ms.getDefaults(),{exponent:1})}get exponent(){return this._exp.value}set exponent(e){this._exp.value=e}dispose(){return super.dispose(),this._exp.dispose(),this}}class Qg extends re{constructor(){const e=F(re.getDefaults(),arguments,["value","units"]);super(e),this.name="SyncedSignal",this.override=!1,this._lastVal=e.value,this._synced=this.context.transport.scheduleRepeat(this._onTick.bind(this),"1i"),this._syncedCallback=this._anchorValue.bind(this),this.context.transport.on("start",this._syncedCallback),this.context.transport.on("pause",this._syncedCallback),this.context.transport.on("stop",this._syncedCallback),this._constantSource.disconnect(),this._constantSource.stop(0),this._constantSource=this.output=new pr({context:this.context,offset:e.value,units:e.units}).start(0),this.setValueAtTime(e.value,0)}_onTick(e){const t=super.getValueAtTime(this.context.transport.seconds);this._lastVal!==t&&(this._lastVal=t,this._constantSource.offset.setValueAtTime(t,e))}_anchorValue(e){const t=super.getValueAtTime(this.context.transport.seconds);this._lastVal=t,this._constantSource.offset.cancelAndHoldAtTime(e),this._constantSource.offset.setValueAtTime(t,e)}getValueAtTime(e){const t=new Ge(this.context,e).toSeconds();return super.getValueAtTime(t)}setValueAtTime(e,t){const n=new Ge(this.context,t).toSeconds();return super.setValueAtTime(e,n),this}linearRampToValueAtTime(e,t){const n=new Ge(this.context,t).toSeconds();return super.linearRampToValueAtTime(e,n),this}exponentialRampToValueAtTime(e,t){const n=new Ge(this.context,t).toSeconds();return super.exponentialRampToValueAtTime(e,n),this}setTargetAtTime(e,t,n){const i=new Ge(this.context,t).toSeconds();return super.setTargetAtTime(e,i,n),this}cancelScheduledValues(e){const t=new Ge(this.context,e).toSeconds();return super.cancelScheduledValues(t),this}setValueCurveAtTime(e,t,n,i){const r=new Ge(this.context,t).toSeconds();return n=this.toSeconds(n),super.setValueCurveAtTime(e,r,n,i),this}cancelAndHoldAtTime(e){const t=new Ge(this.context,e).toSeconds();return super.cancelAndHoldAtTime(t),this}setRampPoint(e){const t=new Ge(this.context,e).toSeconds();return super.setRampPoint(t),this}exponentialRampTo(e,t,n){const i=new Ge(this.context,n).toSeconds();return super.exponentialRampTo(e,t,i),this}linearRampTo(e,t,n){const i=new Ge(this.context,n).toSeconds();return super.linearRampTo(e,t,i),this}targetRampTo(e,t,n){const i=new Ge(this.context,n).toSeconds();return super.targetRampTo(e,t,i),this}dispose(){return super.dispose(),this.context.transport.clear(this._synced),this.context.transport.off("start",this._syncedCallback),this.context.transport.off("pause",this._syncedCallback),this.context.transport.off("stop",this._syncedCallback),this._constantSource.dispose(),this}}class ct extends q{constructor(){const e=F(ct.getDefaults(),arguments,["attack","decay","sustain","release"]);super(e),this.name="Envelope",this._sig=new re({context:this.context,value:0}),this.output=this._sig,this.input=void 0,this.attack=e.attack,this.decay=e.decay,this.sustain=e.sustain,this.release=e.release,this.attackCurve=e.attackCurve,this.releaseCurve=e.releaseCurve,this.decayCurve=e.decayCurve}static getDefaults(){return Object.assign(q.getDefaults(),{attack:.01,attackCurve:"linear",decay:.1,decayCurve:"exponential",release:1,releaseCurve:"exponential",sustain:.5})}get value(){return this.getValueAtTime(this.now())}_getCurve(e,t){if(Gt(e))return e;{let n;for(n in Oi)if(Oi[n][t]===e)return n;return e}}_setCurve(e,t,n){if(Gt(n)&&Reflect.has(Oi,n)){const i=Oi[n];ps(i)?e!=="_decayCurve"&&(this[e]=i[t]):this[e]=i}else if(at(n)&&e!=="_decayCurve")this[e]=n;else throw new Error("Envelope: invalid curve: "+n)}get attackCurve(){return this._getCurve(this._attackCurve,"In")}set attackCurve(e){this._setCurve("_attackCurve","In",e)}get releaseCurve(){return this._getCurve(this._releaseCurve,"Out")}set releaseCurve(e){this._setCurve("_releaseCurve","Out",e)}get decayCurve(){return this._getCurve(this._decayCurve,"Out")}set decayCurve(e){this._setCurve("_decayCurve","Out",e)}triggerAttack(e,t=1){this.log("triggerAttack",e,t),e=this.toSeconds(e);let i=this.toSeconds(this.attack);const r=this.toSeconds(this.decay),o=this.getValueAtTime(e);if(o>0){const a=1/i;i=(1-o)/a}if(i<this.sampleTime)this._sig.cancelScheduledValues(e),this._sig.setValueAtTime(t,e);else if(this._attackCurve==="linear")this._sig.linearRampTo(t,i,e);else if(this._attackCurve==="exponential")this._sig.targetRampTo(t,i,e);else{this._sig.cancelAndHoldAtTime(e);let a=this._attackCurve;for(let c=1;c<a.length;c++)if(a[c-1]<=o&&o<=a[c]){a=this._attackCurve.slice(c),a[0]=o;break}this._sig.setValueCurveAtTime(a,e,i,t)}if(r&&this.sustain<1){const a=t*this.sustain,c=e+i;this.log("decay",c),this._decayCurve==="linear"?this._sig.linearRampToValueAtTime(a,r+c):this._sig.exponentialApproachValueAtTime(a,c,r)}return this}triggerRelease(e){this.log("triggerRelease",e),e=this.toSeconds(e);const t=this.getValueAtTime(e);if(t>0){const n=this.toSeconds(this.release);n<this.sampleTime?this._sig.setValueAtTime(0,e):this._releaseCurve==="linear"?this._sig.linearRampTo(0,n,e):this._releaseCurve==="exponential"?this._sig.targetRampTo(0,n,e):(Q(at(this._releaseCurve),"releaseCurve must be either 'linear', 'exponential' or an array"),this._sig.cancelAndHoldAtTime(e),this._sig.setValueCurveAtTime(this._releaseCurve,e,n,t))}return this}getValueAtTime(e){return this._sig.getValueAtTime(e)}triggerAttackRelease(e,t,n=1){return t=this.toSeconds(t),this.triggerAttack(t,n),this.triggerRelease(t+this.toSeconds(e)),this}cancel(e){return this._sig.cancelScheduledValues(this.toSeconds(e)),this}connect(e,t=0,n=0){return ui(this,e,t,n),this}asArray(){return Ie(this,arguments,void 0,function*(e=1024){const t=e/this.context.sampleRate,n=new xn(1,t,this.context.sampleRate),i=this.toSeconds(this.attack)+this.toSeconds(this.decay),r=i+this.toSeconds(this.release),o=r*.1,a=r+o,c=new this.constructor(Object.assign(this.get(),{attack:t*this.toSeconds(this.attack)/a,decay:t*this.toSeconds(this.decay)/a,release:t*this.toSeconds(this.release)/a,context:n}));return c._sig.toDestination(),c.triggerAttackRelease(t*(i+o)/a,0),(yield n.render()).getChannelData(0)})}dispose(){return super.dispose(),this._sig.dispose(),this}}Ht([_s(0)],ct.prototype,"attack",void 0);Ht([_s(0)],ct.prototype,"decay",void 0);Ht([ou(0,1)],ct.prototype,"sustain",void 0);Ht([_s(0)],ct.prototype,"release",void 0);const Oi=(()=>{let e,t;const n=[];for(e=0;e<128;e++)n[e]=Math.sin(e/127*(Math.PI/2));const i=[],r=6.4;for(e=0;e<127;e++){t=e/127;const p=Math.sin(t*(Math.PI*2)*r-Math.PI/2)+1;i[e]=p/10+t*.83}i[127]=1;const o=[],a=5;for(e=0;e<128;e++)o[e]=Math.ceil(e/127*a)/a;const c=[];for(e=0;e<128;e++)t=e/127,c[e]=.5*(1-Math.cos(Math.PI*t));const l=[];for(e=0;e<128;e++){t=e/127;const p=Math.pow(t,3)*4+.2,d=Math.cos(p*Math.PI*2*t);l[e]=Math.abs(d*(1-t))}function u(p){const d=new Array(p.length);for(let f=0;f<p.length;f++)d[f]=1-p[f];return d}function h(p){return p.slice(0).reverse()}return{bounce:{In:u(l),Out:l},cosine:{In:n,Out:h(n)},exponential:"exponential",linear:"linear",ripple:{In:i,Out:u(i)},sine:{In:c,Out:u(c)},step:{In:o,Out:u(o)}}})();class $t extends q{constructor(){const e=F($t.getDefaults(),arguments);super(e),this._scheduledEvents=[],this._synced=!1,this._original_triggerAttack=this.triggerAttack,this._original_triggerRelease=this.triggerRelease,this._syncedRelease=t=>this._original_triggerRelease(t),this._volume=this.output=new Yt({context:this.context,volume:e.volume}),this.volume=this._volume.volume,se(this,"volume")}static getDefaults(){return Object.assign(q.getDefaults(),{volume:0})}sync(){return this._syncState()&&(this._syncMethod("triggerAttack",1),this._syncMethod("triggerRelease",0),this.context.transport.on("stop",this._syncedRelease),this.context.transport.on("pause",this._syncedRelease),this.context.transport.on("loopEnd",this._syncedRelease)),this}_syncState(){let e=!1;return this._synced||(this._synced=!0,e=!0),e}_syncMethod(e,t){const n=this["_original_"+e]=this[e];this[e]=(...i)=>{const r=i[t],o=this.context.transport.schedule(a=>{i[t]=a,n.apply(this,i)},r);this._scheduledEvents.push(o)}}unsync(){return this._scheduledEvents.forEach(e=>this.context.transport.clear(e)),this._scheduledEvents=[],this._synced&&(this._synced=!1,this.triggerAttack=this._original_triggerAttack,this.triggerRelease=this._original_triggerRelease,this.context.transport.off("stop",this._syncedRelease),this.context.transport.off("pause",this._syncedRelease),this.context.transport.off("loopEnd",this._syncedRelease)),this}triggerAttackRelease(e,t,n,i){const r=this.toSeconds(n),o=this.toSeconds(t);return this.triggerAttack(e,r,i),this.triggerRelease(r+o),this}dispose(){return super.dispose(),this._volume.dispose(),this.unsync(),this._scheduledEvents=[],this}}class ot extends $t{constructor(){const e=F(ot.getDefaults(),arguments);super(e),this.portamento=e.portamento,this.onsilence=e.onsilence}static getDefaults(){return Object.assign($t.getDefaults(),{detune:0,onsilence:ve,portamento:0})}triggerAttack(e,t,n=1){this.log("triggerAttack",e,t,n);const i=this.toSeconds(t);return this._triggerEnvelopeAttack(i,n),this.setNote(e,i),this}triggerRelease(e){this.log("triggerRelease",e);const t=this.toSeconds(e);return this._triggerEnvelopeRelease(t),this}setNote(e,t){const n=this.toSeconds(t),i=e instanceof yt?e.toFrequency():e;if(this.portamento>0&&this.getLevelAtTime(n)>.05){const r=this.toSeconds(this.portamento);this.frequency.exponentialRampTo(i,r,n)}else this.frequency.setValueAtTime(i,n);return this}}Ht([_s(0)],ot.prototype,"portamento",void 0);class Dn extends ct{constructor(){super(F(Dn.getDefaults(),arguments,["attack","decay","sustain","release"])),this.name="AmplitudeEnvelope",this._gainNode=new H({context:this.context,gain:0}),this.output=this._gainNode,this.input=this._gainNode,this._sig.connect(this._gainNode.gain),this.output=this._gainNode,this.input=this._gainNode}dispose(){return super.dispose(),this._gainNode.dispose(),this}}class Is extends ot{constructor(){const e=F(Is.getDefaults(),arguments);super(e),this.name="Synth",this.oscillator=new fs(Object.assign({context:this.context,detune:e.detune,onstop:()=>this.onsilence(this)},e.oscillator)),this.frequency=this.oscillator.frequency,this.detune=this.oscillator.detune,this.envelope=new Dn(Object.assign({context:this.context},e.envelope)),this.oscillator.chain(this.envelope,this.output),se(this,["oscillator","frequency","detune","envelope"])}static getDefaults(){return Object.assign(ot.getDefaults(),{envelope:Object.assign(rt(ct.getDefaults(),Object.keys(q.getDefaults())),{attack:.005,decay:.1,release:1,sustain:.3}),oscillator:Object.assign(rt(fs.getDefaults(),[...Object.keys(qe.getDefaults()),"frequency","detune"]),{type:"triangle"})})}_triggerEnvelopeAttack(e,t){if(this.envelope.triggerAttack(e,t),this.oscillator.start(e),this.envelope.sustain===0){const n=this.toSeconds(this.envelope.attack),i=this.toSeconds(this.envelope.decay);this.oscillator.stop(e+n+i)}}_triggerEnvelopeRelease(e){this.envelope.triggerRelease(e),this.oscillator.stop(e+this.toSeconds(this.envelope.release))}getLevelAtTime(e){return e=this.toSeconds(e),this.envelope.getValueAtTime(e)}dispose(){return super.dispose(),this.oscillator.dispose(),this.envelope.dispose(),this}}class Yn extends ot{constructor(){const e=F(Yn.getDefaults(),arguments);super(e),this.name="ModulationSynth",this._carrier=new Is({context:this.context,oscillator:e.oscillator,envelope:e.envelope,onsilence:()=>this.onsilence(this),volume:-10}),this._modulator=new Is({context:this.context,oscillator:e.modulation,envelope:e.modulationEnvelope,volume:-10}),this.oscillator=this._carrier.oscillator,this.envelope=this._carrier.envelope,this.modulation=this._modulator.oscillator,this.modulationEnvelope=this._modulator.envelope,this.frequency=new re({context:this.context,units:"frequency"}),this.detune=new re({context:this.context,value:e.detune,units:"cents"}),this.harmonicity=new We({context:this.context,value:e.harmonicity,minValue:0}),this._modulationNode=new H({context:this.context,gain:0}),se(this,["frequency","harmonicity","oscillator","envelope","modulation","modulationEnvelope","detune"])}static getDefaults(){return Object.assign(ot.getDefaults(),{harmonicity:3,oscillator:Object.assign(rt(fs.getDefaults(),[...Object.keys(qe.getDefaults()),"frequency","detune"]),{type:"sine"}),envelope:Object.assign(rt(ct.getDefaults(),Object.keys(q.getDefaults())),{attack:.01,decay:.01,sustain:1,release:.5}),modulation:Object.assign(rt(fs.getDefaults(),[...Object.keys(qe.getDefaults()),"frequency","detune"]),{type:"square"}),modulationEnvelope:Object.assign(rt(ct.getDefaults(),Object.keys(q.getDefaults())),{attack:.5,decay:0,sustain:1,release:.5})})}_triggerEnvelopeAttack(e,t){this._carrier._triggerEnvelopeAttack(e,t),this._modulator._triggerEnvelopeAttack(e,t)}_triggerEnvelopeRelease(e){return this._carrier._triggerEnvelopeRelease(e),this._modulator._triggerEnvelopeRelease(e),this}getLevelAtTime(e){return e=this.toSeconds(e),this.envelope.getValueAtTime(e)}dispose(){return super.dispose(),this._carrier.dispose(),this._modulator.dispose(),this.frequency.dispose(),this.detune.dispose(),this.harmonicity.dispose(),this._modulationNode.dispose(),this}}class fa extends Yn{constructor(){super(F(fa.getDefaults(),arguments)),this.name="AMSynth",this._modulationScale=new mr({context:this.context}),this.frequency.connect(this._carrier.frequency),this.frequency.chain(this.harmonicity,this._modulator.frequency),this.detune.fan(this._carrier.detune,this._modulator.detune),this._modulator.chain(this._modulationScale,this._modulationNode.gain),this._carrier.chain(this._modulationNode,this.output)}dispose(){return super.dispose(),this._modulationScale.dispose(),this}}class Un extends q{constructor(){const e=F(Un.getDefaults(),arguments,["frequency","type"]);super(e),this.name="BiquadFilter",this._filter=this.context.createBiquadFilter(),this.input=this.output=this._filter,this.Q=new oe({context:this.context,units:"number",value:e.Q,param:this._filter.Q}),this.frequency=new oe({context:this.context,units:"frequency",value:e.frequency,param:this._filter.frequency}),this.detune=new oe({context:this.context,units:"cents",value:e.detune,param:this._filter.detune}),this.gain=new oe({context:this.context,units:"decibels",convert:!1,value:e.gain,param:this._filter.gain}),this.type=e.type}static getDefaults(){return Object.assign(q.getDefaults(),{Q:1,type:"lowpass",frequency:350,detune:0,gain:0})}get type(){return this._filter.type}set type(e){Q(["lowpass","highpass","bandpass","lowshelf","highshelf","notch","allpass","peaking"].indexOf(e)!==-1,`Invalid filter type: ${e}`),this._filter.type=e}getFrequencyResponse(e=128){const t=new Float32Array(e);for(let o=0;o<e;o++){const c=Math.pow(o/e,2)*19980+20;t[o]=c}const n=new Float32Array(e),i=new Float32Array(e),r=this.context.createBiquadFilter();return r.type=this.type,r.Q.value=this.Q.value,r.frequency.value=this.frequency.value,r.gain.value=this.gain.value,r.getFrequencyResponse(t,n,i),n}dispose(){return super.dispose(),this._filter.disconnect(),this.Q.dispose(),this.frequency.dispose(),this.gain.dispose(),this.detune.dispose(),this}}class Rt extends q{constructor(){const e=F(Rt.getDefaults(),arguments,["frequency","type","rolloff"]);super(e),this.name="Filter",this.input=new H({context:this.context}),this.output=new H({context:this.context}),this._filters=[],this._filters=[],this.Q=new re({context:this.context,units:"positive",value:e.Q}),this.frequency=new re({context:this.context,units:"frequency",value:e.frequency}),this.detune=new re({context:this.context,units:"cents",value:e.detune}),this.gain=new re({context:this.context,units:"decibels",convert:!1,value:e.gain}),this._type=e.type,this.rolloff=e.rolloff,se(this,["detune","frequency","gain","Q"])}static getDefaults(){return Object.assign(q.getDefaults(),{Q:1,detune:0,frequency:350,gain:0,rolloff:-12,type:"lowpass"})}get type(){return this._type}set type(e){Q(["lowpass","highpass","bandpass","lowshelf","highshelf","notch","allpass","peaking"].indexOf(e)!==-1,`Invalid filter type: ${e}`),this._type=e,this._filters.forEach(n=>n.type=e)}get rolloff(){return this._rolloff}set rolloff(e){const t=Ot(e)?e:parseInt(e,10),n=[-12,-24,-48,-96];let i=n.indexOf(t);Q(i!==-1,`rolloff can only be ${n.join(", ")}`),i+=1,this._rolloff=t,this.input.disconnect(),this._filters.forEach(r=>r.disconnect()),this._filters=new Array(i);for(let r=0;r<i;r++){const o=new Un({context:this.context});o.type=this._type,this.frequency.connect(o.frequency),this.detune.connect(o.detune),this.Q.connect(o.Q),this.gain.connect(o.gain),this._filters[r]=o}this._internalChannels=this._filters,Nt(this.input,...this._internalChannels,this.output)}getFrequencyResponse(e=128){const t=new Un({context:this.context,frequency:this.frequency.value,gain:this.gain.value,Q:this.Q.value,type:this._type,detune:this.detune.value}),n=new Float32Array(e).map(()=>1);return this._filters.forEach(()=>{t.getFrequencyResponse(e).forEach((r,o)=>n[o]*=r)}),t.dispose(),n}dispose(){return super.dispose(),this._filters.forEach(e=>{e.dispose()}),ci(this,["detune","frequency","gain","Q"]),this.frequency.dispose(),this.Q.dispose(),this.detune.dispose(),this.gain.dispose(),this}}class Kn extends ct{constructor(){const e=F(Kn.getDefaults(),arguments,["attack","decay","sustain","release"]);super(e),this.name="FrequencyEnvelope",this._octaves=e.octaves,this._baseFrequency=this.toFrequency(e.baseFrequency),this._exponent=this.input=new kn({context:this.context,value:e.exponent}),this._scale=this.output=new ms({context:this.context,min:this._baseFrequency,max:this._baseFrequency*Math.pow(2,this._octaves)}),this._sig.chain(this._exponent,this._scale)}static getDefaults(){return Object.assign(ct.getDefaults(),{baseFrequency:200,exponent:1,octaves:4})}get baseFrequency(){return this._baseFrequency}set baseFrequency(e){const t=this.toFrequency(e);Ye(t,0),this._baseFrequency=t,this._scale.min=this._baseFrequency,this.octaves=this._octaves}get octaves(){return this._octaves}set octaves(e){this._octaves=e,this._scale.max=this._baseFrequency*Math.pow(2,e)}get exponent(){return this._exponent.value}set exponent(e){this._exponent.value=e}dispose(){return super.dispose(),this._exponent.dispose(),this._scale.dispose(),this}}class Ws extends ot{constructor(){const e=F(Ws.getDefaults(),arguments);super(e),this.name="MonoSynth",this.oscillator=new fs(Object.assign(e.oscillator,{context:this.context,detune:e.detune,onstop:()=>this.onsilence(this)})),this.frequency=this.oscillator.frequency,this.detune=this.oscillator.detune,this.filter=new Rt(Object.assign(e.filter,{context:this.context})),this.filterEnvelope=new Kn(Object.assign(e.filterEnvelope,{context:this.context})),this.envelope=new Dn(Object.assign(e.envelope,{context:this.context})),this.oscillator.chain(this.filter,this.envelope,this.output),this.filterEnvelope.connect(this.filter.frequency),se(this,["oscillator","frequency","detune","filter","filterEnvelope","envelope"])}static getDefaults(){return Object.assign(ot.getDefaults(),{envelope:Object.assign(rt(ct.getDefaults(),Object.keys(q.getDefaults())),{attack:.005,decay:.1,release:1,sustain:.9}),filter:Object.assign(rt(Rt.getDefaults(),Object.keys(q.getDefaults())),{Q:1,rolloff:-12,type:"lowpass"}),filterEnvelope:Object.assign(rt(Kn.getDefaults(),Object.keys(q.getDefaults())),{attack:.6,baseFrequency:200,decay:.2,exponent:2,octaves:3,release:2,sustain:.5}),oscillator:Object.assign(rt(fs.getDefaults(),Object.keys(qe.getDefaults())),{type:"sawtooth"})})}_triggerEnvelopeAttack(e,t=1){if(this.envelope.triggerAttack(e,t),this.filterEnvelope.triggerAttack(e),this.oscillator.start(e),this.envelope.sustain===0){const n=this.toSeconds(this.envelope.attack),i=this.toSeconds(this.envelope.decay);this.oscillator.stop(e+n+i)}}_triggerEnvelopeRelease(e){this.envelope.triggerRelease(e),this.filterEnvelope.triggerRelease(e),this.oscillator.stop(e+this.toSeconds(this.envelope.release))}getLevelAtTime(e){return e=this.toSeconds(e),this.envelope.getValueAtTime(e)}dispose(){return super.dispose(),this.oscillator.dispose(),this.envelope.dispose(),this.filterEnvelope.dispose(),this.filter.dispose(),this}}class ma extends ot{constructor(){const e=F(ma.getDefaults(),arguments);super(e),this.name="DuoSynth",this.voice0=new Ws(Object.assign(e.voice0,{context:this.context,onsilence:()=>this.onsilence(this)})),this.voice1=new Ws(Object.assign(e.voice1,{context:this.context})),this.harmonicity=new We({context:this.context,units:"positive",value:e.harmonicity}),this._vibrato=new bt({frequency:e.vibratoRate,context:this.context,min:-50,max:50}),this._vibrato.start(),this.vibratoRate=this._vibrato.frequency,this._vibratoGain=new H({context:this.context,units:"normalRange",gain:e.vibratoAmount}),this.vibratoAmount=this._vibratoGain.gain,this.frequency=new re({context:this.context,units:"frequency",value:440}),this.detune=new re({context:this.context,units:"cents",value:e.detune}),this.frequency.connect(this.voice0.frequency),this.frequency.chain(this.harmonicity,this.voice1.frequency),this._vibrato.connect(this._vibratoGain),this._vibratoGain.fan(this.voice0.detune,this.voice1.detune),this.detune.fan(this.voice0.detune,this.voice1.detune),this.voice0.connect(this.output),this.voice1.connect(this.output),se(this,["voice0","voice1","frequency","vibratoAmount","vibratoRate"])}getLevelAtTime(e){return e=this.toSeconds(e),this.voice0.envelope.getValueAtTime(e)+this.voice1.envelope.getValueAtTime(e)}static getDefaults(){return Wt(ot.getDefaults(),{vibratoAmount:.5,vibratoRate:5,harmonicity:1.5,voice0:Wt(rt(Ws.getDefaults(),Object.keys(ot.getDefaults())),{filterEnvelope:{attack:.01,decay:0,sustain:1,release:.5},envelope:{attack:.01,decay:0,sustain:1,release:.5}}),voice1:Wt(rt(Ws.getDefaults(),Object.keys(ot.getDefaults())),{filterEnvelope:{attack:.01,decay:0,sustain:1,release:.5},envelope:{attack:.01,decay:0,sustain:1,release:.5}})})}_triggerEnvelopeAttack(e,t){this.voice0._triggerEnvelopeAttack(e,t),this.voice1._triggerEnvelopeAttack(e,t)}_triggerEnvelopeRelease(e){return this.voice0._triggerEnvelopeRelease(e),this.voice1._triggerEnvelopeRelease(e),this}dispose(){return super.dispose(),this.voice0.dispose(),this.voice1.dispose(),this.frequency.dispose(),this.detune.dispose(),this._vibrato.dispose(),this.vibratoRate.dispose(),this._vibratoGain.dispose(),this.harmonicity.dispose(),this}}class ga extends Yn{constructor(){const e=F(ga.getDefaults(),arguments);super(e),this.name="FMSynth",this.modulationIndex=new We({context:this.context,value:e.modulationIndex}),this.frequency.connect(this._carrier.frequency),this.frequency.chain(this.harmonicity,this._modulator.frequency),this.frequency.chain(this.modulationIndex,this._modulationNode),this.detune.fan(this._carrier.detune,this._modulator.detune),this._modulator.connect(this._modulationNode.gain),this._modulationNode.connect(this._carrier.frequency),this._carrier.connect(this.output)}static getDefaults(){return Object.assign(Yn.getDefaults(),{modulationIndex:10})}dispose(){return super.dispose(),this.modulationIndex.dispose(),this}}const hc=[1,1.483,1.932,2.546,2.63,3.897];class _a extends ot{constructor(){const e=F(_a.getDefaults(),arguments);super(e),this.name="MetalSynth",this._oscillators=[],this._freqMultipliers=[],this.detune=new re({context:this.context,units:"cents",value:e.detune}),this.frequency=new re({context:this.context,units:"frequency"}),this._amplitude=new H({context:this.context,gain:0}).connect(this.output),this._highpass=new Rt({Q:0,context:this.context,type:"highpass"}).connect(this._amplitude);for(let t=0;t<hc.length;t++){const n=new An({context:this.context,harmonicity:e.harmonicity,modulationIndex:e.modulationIndex,modulationType:"square",onstop:t===0?()=>this.onsilence(this):ve,type:"square"});n.connect(this._highpass),this._oscillators[t]=n;const i=new We({context:this.context,value:hc[t]});this._freqMultipliers[t]=i,this.frequency.chain(i,n.frequency),this.detune.connect(n.detune)}this._filterFreqScaler=new ms({context:this.context,max:7e3,min:this.toFrequency(e.resonance)}),this.envelope=new ct({attack:e.envelope.attack,attackCurve:"linear",context:this.context,decay:e.envelope.decay,release:e.envelope.release,sustain:0}),this.envelope.chain(this._filterFreqScaler,this._highpass.frequency),this.envelope.connect(this._amplitude.gain),this._octaves=e.octaves,this.octaves=e.octaves}static getDefaults(){return Wt(ot.getDefaults(),{envelope:Object.assign(rt(ct.getDefaults(),Object.keys(q.getDefaults())),{attack:.001,decay:1.4,release:.2}),harmonicity:5.1,modulationIndex:32,octaves:1.5,resonance:4e3})}_triggerEnvelopeAttack(e,t=1){return this.envelope.triggerAttack(e,t),this._oscillators.forEach(n=>n.start(e)),this.envelope.sustain===0&&this._oscillators.forEach(n=>{n.stop(e+this.toSeconds(this.envelope.attack)+this.toSeconds(this.envelope.decay))}),this}_triggerEnvelopeRelease(e){return this.envelope.triggerRelease(e),this._oscillators.forEach(t=>t.stop(e+this.toSeconds(this.envelope.release))),this}getLevelAtTime(e){return e=this.toSeconds(e),this.envelope.getValueAtTime(e)}get modulationIndex(){return this._oscillators[0].modulationIndex.value}set modulationIndex(e){this._oscillators.forEach(t=>t.modulationIndex.value=e)}get harmonicity(){return this._oscillators[0].harmonicity.value}set harmonicity(e){this._oscillators.forEach(t=>t.harmonicity.value=e)}get resonance(){return this._filterFreqScaler.min}set resonance(e){this._filterFreqScaler.min=this.toFrequency(e),this.octaves=this._octaves}get octaves(){return this._octaves}set octaves(e){this._octaves=e,this._filterFreqScaler.max=this._filterFreqScaler.min*Math.pow(2,e)}dispose(){return super.dispose(),this._oscillators.forEach(e=>e.dispose()),this._freqMultipliers.forEach(e=>e.dispose()),this.frequency.dispose(),this.detune.dispose(),this._filterFreqScaler.dispose(),this._amplitude.dispose(),this.envelope.dispose(),this._highpass.dispose(),this}}class mi extends Is{constructor(){const e=F(mi.getDefaults(),arguments);super(e),this.name="MembraneSynth",this.portamento=0,this.pitchDecay=e.pitchDecay,this.octaves=e.octaves,se(this,["oscillator","envelope"])}static getDefaults(){return Wt(ot.getDefaults(),Is.getDefaults(),{envelope:{attack:.001,attackCurve:"exponential",decay:.4,release:1.4,sustain:.01},octaves:10,oscillator:{type:"sine"},pitchDecay:.05})}setNote(e,t){const n=this.toSeconds(t),i=this.toFrequency(e instanceof yt?e.toFrequency():e),r=i*this.octaves;return this.oscillator.frequency.setValueAtTime(r,n),this.oscillator.frequency.exponentialRampToValueAtTime(i,n+this.toSeconds(this.pitchDecay)),this}dispose(){return super.dispose(),this}}Ht([ou(0)],mi.prototype,"octaves",void 0);Ht([_s(0)],mi.prototype,"pitchDecay",void 0);class va extends $t{constructor(){const e=F(va.getDefaults(),arguments);super(e),this.name="NoiseSynth",this.noise=new As(Object.assign({context:this.context},e.noise)),this.envelope=new Dn(Object.assign({context:this.context},e.envelope)),this.noise.chain(this.envelope,this.output)}static getDefaults(){return Object.assign($t.getDefaults(),{envelope:Object.assign(rt(ct.getDefaults(),Object.keys(q.getDefaults())),{decay:.1,sustain:0}),noise:Object.assign(rt(As.getDefaults(),Object.keys(qe.getDefaults())),{type:"white"})})}triggerAttack(e,t=1){return e=this.toSeconds(e),this.envelope.triggerAttack(e,t),this.noise.start(e),this.envelope.sustain===0&&this.noise.stop(e+this.toSeconds(this.envelope.attack)+this.toSeconds(this.envelope.decay)),this}triggerRelease(e){return e=this.toSeconds(e),this.envelope.triggerRelease(e),this.noise.stop(e+this.toSeconds(this.envelope.release)),this}sync(){return this._syncState()&&(this._syncMethod("triggerAttack",0),this._syncMethod("triggerRelease",0)),this}triggerAttackRelease(e,t,n=1){return t=this.toSeconds(t),e=this.toSeconds(e),this.triggerAttack(t,n),this.triggerRelease(t+e),this}dispose(){return super.dispose(),this.noise.dispose(),this.envelope.dispose(),this}}const ya=new Set;function ba(s){ya.add(s)}function lu(s,e){const t=`registerProcessor("${s}", ${e})`;ya.add(t)}function Jg(){return Array.from(ya).join(`
19
- `)}class xo extends q{constructor(e){super(e),this.name="ToneAudioWorklet",this.workletOptions={},this.onprocessorerror=ve;const t=URL.createObjectURL(new Blob([Jg()],{type:"text/javascript"})),n=this._audioWorkletName();this._dummyGain=this.context.createGain(),this._dummyParam=this._dummyGain.gain,this.context.addAudioWorkletModule(t).then(()=>{this.disposed||(this._worklet=this.context.createAudioWorkletNode(n,this.workletOptions),this._worklet.onprocessorerror=this.onprocessorerror.bind(this),this.onReady(this._worklet))})}dispose(){return super.dispose(),this._dummyGain.disconnect(),this._worklet&&(this._worklet.port.postMessage("dispose"),this._worklet.disconnect()),this}}const e_=`
20
- /**
21
- * The base AudioWorkletProcessor for use in Tone.js. Works with the {@link ToneAudioWorklet}.
22
- */
23
- class ToneAudioWorkletProcessor extends AudioWorkletProcessor {
24
-
25
- constructor(options) {
26
-
27
- super(options);
28
- /**
29
- * If the processor was disposed or not. Keep alive until it's disposed.
30
- */
31
- this.disposed = false;
32
- /**
33
- * The number of samples in the processing block
34
- */
35
- this.blockSize = 128;
36
- /**
37
- * the sample rate
38
- */
39
- this.sampleRate = sampleRate;
40
-
41
- this.port.onmessage = (event) => {
42
- // when it receives a dispose
43
- if (event.data === "dispose") {
44
- this.disposed = true;
45
- }
46
- };
47
- }
48
- }
49
- `;ba(e_);const t_=`
50
- /**
51
- * Abstract class for a single input/output processor.
52
- * has a 'generate' function which processes one sample at a time
53
- */
54
- class SingleIOProcessor extends ToneAudioWorkletProcessor {
55
-
56
- constructor(options) {
57
- super(Object.assign(options, {
58
- numberOfInputs: 1,
59
- numberOfOutputs: 1
60
- }));
61
- /**
62
- * Holds the name of the parameter and a single value of that
63
- * parameter at the current sample
64
- * @type { [name: string]: number }
65
- */
66
- this.params = {}
67
- }
68
-
69
- /**
70
- * Generate an output sample from the input sample and parameters
71
- * @abstract
72
- * @param input number
73
- * @param channel number
74
- * @param parameters { [name: string]: number }
75
- * @returns number
76
- */
77
- generate(){}
78
-
79
- /**
80
- * Update the private params object with the
81
- * values of the parameters at the given index
82
- * @param parameters { [name: string]: Float32Array },
83
- * @param index number
84
- */
85
- updateParams(parameters, index) {
86
- for (const paramName in parameters) {
87
- const param = parameters[paramName];
88
- if (param.length > 1) {
89
- this.params[paramName] = parameters[paramName][index];
90
- } else {
91
- this.params[paramName] = parameters[paramName][0];
92
- }
93
- }
94
- }
95
-
96
- /**
97
- * Process a single frame of the audio
98
- * @param inputs Float32Array[][]
99
- * @param outputs Float32Array[][]
100
- */
101
- process(inputs, outputs, parameters) {
102
- const input = inputs[0];
103
- const output = outputs[0];
104
- // get the parameter values
105
- const channelCount = Math.max(input && input.length || 0, output.length);
106
- for (let sample = 0; sample < this.blockSize; sample++) {
107
- this.updateParams(parameters, sample);
108
- for (let channel = 0; channel < channelCount; channel++) {
109
- const inputSample = input && input.length ? input[channel][sample] : 0;
110
- output[channel][sample] = this.generate(inputSample, channel, this.params);
111
- }
112
- }
113
- return !this.disposed;
114
- }
115
- };
116
- `;ba(t_);const s_=`
117
- /**
118
- * A multichannel buffer for use within an AudioWorkletProcessor as a delay line
119
- */
120
- class DelayLine {
121
-
122
- constructor(size, channels) {
123
- this.buffer = [];
124
- this.writeHead = []
125
- this.size = size;
126
-
127
- // create the empty channels
128
- for (let i = 0; i < channels; i++) {
129
- this.buffer[i] = new Float32Array(this.size);
130
- this.writeHead[i] = 0;
131
- }
132
- }
133
-
134
- /**
135
- * Push a value onto the end
136
- * @param channel number
137
- * @param value number
138
- */
139
- push(channel, value) {
140
- this.writeHead[channel] += 1;
141
- if (this.writeHead[channel] > this.size) {
142
- this.writeHead[channel] = 0;
143
- }
144
- this.buffer[channel][this.writeHead[channel]] = value;
145
- }
146
-
147
- /**
148
- * Get the recorded value of the channel given the delay
149
- * @param channel number
150
- * @param delay number delay samples
151
- */
152
- get(channel, delay) {
153
- let readHead = this.writeHead[channel] - Math.floor(delay);
154
- if (readHead < 0) {
155
- readHead += this.size;
156
- }
157
- return this.buffer[channel][readHead];
158
- }
159
- }
160
- `;ba(s_);const uu="feedback-comb-filter",n_=`
161
- class FeedbackCombFilterWorklet extends SingleIOProcessor {
162
-
163
- constructor(options) {
164
- super(options);
165
- this.delayLine = new DelayLine(this.sampleRate, options.channelCount || 2);
166
- }
167
-
168
- static get parameterDescriptors() {
169
- return [{
170
- name: "delayTime",
171
- defaultValue: 0.1,
172
- minValue: 0,
173
- maxValue: 1,
174
- automationRate: "k-rate"
175
- }, {
176
- name: "feedback",
177
- defaultValue: 0.5,
178
- minValue: 0,
179
- maxValue: 0.9999,
180
- automationRate: "k-rate"
181
- }];
182
- }
183
-
184
- generate(input, channel, parameters) {
185
- const delayedSample = this.delayLine.get(channel, parameters.delayTime * this.sampleRate);
186
- this.delayLine.push(channel, input + delayedSample * parameters.feedback);
187
- return delayedSample;
188
- }
189
- }
190
- `;lu(uu,n_);class gi extends xo{constructor(){const e=F(gi.getDefaults(),arguments,["delayTime","resonance"]);super(e),this.name="FeedbackCombFilter",this.input=new H({context:this.context}),this.output=new H({context:this.context}),this.delayTime=new oe({context:this.context,value:e.delayTime,units:"time",minValue:0,maxValue:1,param:this._dummyParam,swappable:!0}),this.resonance=new oe({context:this.context,value:e.resonance,units:"normalRange",param:this._dummyParam,swappable:!0}),se(this,["resonance","delayTime"])}_audioWorkletName(){return uu}static getDefaults(){return Object.assign(q.getDefaults(),{delayTime:.1,resonance:.5})}onReady(e){Nt(this.input,e,this.output);const t=e.parameters.get("delayTime");this.delayTime.setParam(t);const n=e.parameters.get("feedback");this.resonance.setParam(n)}dispose(){return super.dispose(),this.input.dispose(),this.output.dispose(),this.delayTime.dispose(),this.resonance.dispose(),this}}class _i extends q{constructor(){const e=F(_i.getDefaults(),arguments,["frequency","type"]);super(e),this.name="OnePoleFilter",this._frequency=e.frequency,this._type=e.type,this.input=new H({context:this.context}),this.output=new H({context:this.context}),this._createFilter()}static getDefaults(){return Object.assign(q.getDefaults(),{frequency:880,type:"lowpass"})}_createFilter(){const e=this._filter,t=this.toFrequency(this._frequency),n=1/(2*Math.PI*t);if(this._type==="lowpass"){const i=1/(n*this.context.sampleRate),r=i-1;this._filter=this.context.createIIRFilter([i,0],[1,r])}else{const i=1/(n*this.context.sampleRate)-1;this._filter=this.context.createIIRFilter([1,-1],[1,i])}this.input.chain(this._filter,this.output),e&&this.context.setTimeout(()=>{this.disposed||(this.input.disconnect(e),e.disconnect())},this.blockTime)}get frequency(){return this._frequency}set frequency(e){this._frequency=e,this._createFilter()}get type(){return this._type}set type(e){this._type=e,this._createFilter()}getFrequencyResponse(e=128){const t=new Float32Array(e);for(let r=0;r<e;r++){const a=Math.pow(r/e,2)*19980+20;t[r]=a}const n=new Float32Array(e),i=new Float32Array(e);return this._filter.getFrequencyResponse(t,n,i),n}dispose(){return super.dispose(),this.input.dispose(),this.output.dispose(),this._filter.disconnect(),this}}class vi extends q{constructor(){const e=F(vi.getDefaults(),arguments,["delayTime","resonance","dampening"]);super(e),this.name="LowpassCombFilter",this._combFilter=this.output=new gi({context:this.context,delayTime:e.delayTime,resonance:e.resonance}),this.delayTime=this._combFilter.delayTime,this.resonance=this._combFilter.resonance,this._lowpass=this.input=new _i({context:this.context,frequency:e.dampening,type:"lowpass"}),this._lowpass.connect(this._combFilter)}static getDefaults(){return Object.assign(q.getDefaults(),{dampening:3e3,delayTime:.1,resonance:.5})}get dampening(){return this._lowpass.frequency}set dampening(e){this._lowpass.frequency=e}dispose(){return super.dispose(),this._combFilter.dispose(),this._lowpass.dispose(),this}}class wa extends $t{constructor(){const e=F(wa.getDefaults(),arguments);super(e),this.name="PluckSynth",this._noise=new As({context:this.context,type:"pink"}),this.attackNoise=e.attackNoise,this._lfcf=new vi({context:this.context,dampening:e.dampening,resonance:e.resonance}),this.resonance=e.resonance,this.release=e.release,this._noise.connect(this._lfcf),this._lfcf.connect(this.output)}static getDefaults(){return Wt($t.getDefaults(),{attackNoise:1,dampening:4e3,resonance:.7,release:1})}get dampening(){return this._lfcf.dampening}set dampening(e){this._lfcf.dampening=e}triggerAttack(e,t){const n=this.toFrequency(e);t=this.toSeconds(t);const i=1/n;return this._lfcf.delayTime.setValueAtTime(i,t),this._noise.start(t),this._noise.stop(t+i*this.attackNoise),this._lfcf.resonance.cancelScheduledValues(t),this._lfcf.resonance.setValueAtTime(this.resonance,t),this}triggerRelease(e){return this._lfcf.resonance.linearRampTo(0,this.release,e),this}dispose(){return super.dispose(),this._noise.dispose(),this._lfcf.dispose(),this}}class xa extends $t{constructor(){const e=F(xa.getDefaults(),arguments,["voice","options"]);super(e),this.name="PolySynth",this._availableVoices=[],this._activeVoices=[],this._voices=[],this._gcTimeout=-1,this._averageActiveVoices=0,this._syncedRelease=i=>this.releaseAll(i),Q(!Ot(e.voice),"DEPRECATED: The polyphony count is no longer the first argument.");const t=e.voice.getDefaults();this.options=Object.assign(t,e.options),this.voice=e.voice,this.maxPolyphony=e.maxPolyphony,this._dummyVoice=this._getNextAvailableVoice();const n=this._voices.indexOf(this._dummyVoice);this._voices.splice(n,1),this._gcTimeout=this.context.setInterval(this._collectGarbage.bind(this),1)}static getDefaults(){return Object.assign($t.getDefaults(),{maxPolyphony:32,options:{},voice:Is})}get activeVoices(){return this._activeVoices.length}_makeVoiceAvailable(e){this._availableVoices.push(e);const t=this._activeVoices.findIndex(n=>n.voice===e);this._activeVoices.splice(t,1)}_getNextAvailableVoice(){if(this._availableVoices.length)return this._availableVoices.shift();if(this._voices.length<this.maxPolyphony){const e=new this.voice(Object.assign(this.options,{context:this.context,onsilence:this._makeVoiceAvailable.bind(this)}));return Q(e instanceof ot,"Voice must extend Monophonic class"),e.connect(this.output),this._voices.push(e),e}else bn("Max polyphony exceeded. Note dropped.")}_collectGarbage(){if(this._averageActiveVoices=Math.max(this._averageActiveVoices*.95,this.activeVoices),this._availableVoices.length&&this._voices.length>Math.ceil(this._averageActiveVoices+1)){const e=this._availableVoices.shift(),t=this._voices.indexOf(e);this._voices.splice(t,1),this.context.isOffline||e.dispose()}}_triggerAttack(e,t,n){e.forEach(i=>{const r=new fn(this.context,i).toMidi(),o=this._getNextAvailableVoice();o&&(o.triggerAttack(i,t,n),this._activeVoices.push({midi:r,voice:o,released:!1}),this.log("triggerAttack",i,t))})}_triggerRelease(e,t){e.forEach(n=>{const i=new fn(this.context,n).toMidi(),r=this._activeVoices.find(({midi:o,released:a})=>o===i&&!a);r&&(r.voice.triggerRelease(t),r.released=!0,this.log("triggerRelease",n,t))})}_scheduleEvent(e,t,n,i){Q(!this.disposed,"Synth was already disposed"),n<=this.now()?e==="attack"?this._triggerAttack(t,n,i):this._triggerRelease(t,n):this.context.setTimeout(()=>{this.disposed||this._scheduleEvent(e,t,n,i)},n-this.now())}triggerAttack(e,t,n){Array.isArray(e)||(e=[e]);const i=this.toSeconds(t);return this._scheduleEvent("attack",e,i,n),this}triggerRelease(e,t){Array.isArray(e)||(e=[e]);const n=this.toSeconds(t);return this._scheduleEvent("release",e,n),this}triggerAttackRelease(e,t,n,i){const r=this.toSeconds(n);if(this.triggerAttack(e,r,i),at(t)){Q(at(e),"If the duration is an array, the notes must also be an array"),e=e;for(let o=0;o<e.length;o++){const a=t[Math.min(o,t.length-1)],c=this.toSeconds(a);Q(c>0,"The duration must be greater than 0"),this.triggerRelease(e[o],r+c)}}else{const o=this.toSeconds(t);Q(o>0,"The duration must be greater than 0"),this.triggerRelease(e,r+o)}return this}sync(){return this._syncState()&&(this._syncMethod("triggerAttack",1),this._syncMethod("triggerRelease",1),this.context.transport.on("stop",this._syncedRelease),this.context.transport.on("pause",this._syncedRelease),this.context.transport.on("loopEnd",this._syncedRelease)),this}set(e){const t=rt(e,["onsilence","context"]);return this.options=Wt(this.options,t),this._voices.forEach(n=>n.set(t)),this._dummyVoice.set(t),this}get(){return this._dummyVoice.get()}releaseAll(e){const t=this.toSeconds(e);return this._activeVoices.forEach(({voice:n})=>{n.triggerRelease(t)}),this}dispose(){return super.dispose(),this._dummyVoice.dispose(),this._voices.forEach(e=>e.dispose()),this._activeVoices=[],this._availableVoices=[],this.context.clearInterval(this._gcTimeout),this}}class yi extends $t{constructor(){const e=F(yi.getDefaults(),arguments,["urls","onload","baseUrl"],"urls");super(e),this.name="Sampler",this._activeSources=new Map;const t={};Object.keys(e.urls).forEach(n=>{const i=parseInt(n,10);if(Q(Ln(n)||Ot(i)&&isFinite(i),`url key is neither a note or midi pitch: ${n}`),Ln(n)){const r=new yt(this.context,n).toMidi();t[r]=e.urls[n]}else Ot(i)&&isFinite(i)&&(t[i]=e.urls[i])}),this._buffers=new Tn({urls:t,onload:e.onload,baseUrl:e.baseUrl,onerror:e.onerror}),this.attack=e.attack,this.release=e.release,this.curve=e.curve,this._buffers.loaded&&Promise.resolve().then(e.onload)}static getDefaults(){return Object.assign($t.getDefaults(),{attack:0,baseUrl:"",curve:"exponential",onload:ve,onerror:ve,release:.1,urls:{}})}_findClosest(e){let n=0;for(;n<96;){if(this._buffers.has(e+n))return-n;if(this._buffers.has(e-n))return n;n++}throw new Error(`No available buffers for note: ${e}`)}triggerAttack(e,t,n=1){return this.log("triggerAttack",e,t,n),Array.isArray(e)||(e=[e]),e.forEach(i=>{const r=iu(new yt(this.context,i).toFrequency()),o=Math.round(r),a=r-o,c=this._findClosest(o),l=o-c,u=this._buffers.get(l),h=dn(c+a),p=new Ms({url:u,context:this.context,curve:this.curve,fadeIn:this.attack,fadeOut:this.release,playbackRate:h}).connect(this.output);p.start(t,0,u.duration/h,n),at(this._activeSources.get(o))||this._activeSources.set(o,[]),this._activeSources.get(o).push(p),p.onended=()=>{if(this._activeSources&&this._activeSources.has(o)){const d=this._activeSources.get(o),f=d.indexOf(p);f!==-1&&d.splice(f,1)}}}),this}triggerRelease(e,t){return this.log("triggerRelease",e,t),Array.isArray(e)||(e=[e]),e.forEach(n=>{const i=new yt(this.context,n).toMidi();if(this._activeSources.has(i)&&this._activeSources.get(i).length){const r=this._activeSources.get(i);t=this.toSeconds(t),r.forEach(o=>{o.stop(t)}),this._activeSources.set(i,[])}}),this}releaseAll(e){const t=this.toSeconds(e);return this._activeSources.forEach(n=>{for(;n.length;)n.shift().stop(t)}),this}sync(){return this._syncState()&&(this._syncMethod("triggerAttack",1),this._syncMethod("triggerRelease",1)),this}triggerAttackRelease(e,t,n,i=1){const r=this.toSeconds(n);return this.triggerAttack(e,r,i),at(t)?(Q(at(e),"notes must be an array when duration is array"),e.forEach((o,a)=>{const c=t[Math.min(a,t.length-1)];this.triggerRelease(o,r+this.toSeconds(c))})):this.triggerRelease(e,r+this.toSeconds(t)),this}add(e,t,n){if(Q(Ln(e)||isFinite(e),`note must be a pitch or midi: ${e}`),Ln(e)){const i=new yt(this.context,e).toMidi();this._buffers.add(i,t,n)}else this._buffers.add(e,t,n);return this}get loaded(){return this._buffers.loaded}dispose(){return super.dispose(),this._buffers.dispose(),this._activeSources.forEach(e=>{e.forEach(t=>t.dispose())}),this._activeSources.clear(),this}}Ht([_s(0)],yi.prototype,"attack",void 0);Ht([_s(0)],yi.prototype,"release",void 0);class Qt extends st{constructor(){const e=F(Qt.getDefaults(),arguments,["callback","value"]);super(e),this.name="ToneEvent",this._state=new Cn("stopped"),this._startOffset=0,this._loop=e.loop,this.callback=e.callback,this.value=e.value,this._loopStart=this.toTicks(e.loopStart),this._loopEnd=this.toTicks(e.loopEnd),this._playbackRate=e.playbackRate,this._probability=e.probability,this._humanize=e.humanize,this.mute=e.mute,this._playbackRate=e.playbackRate,this._state.increasing=!0,this._rescheduleEvents()}static getDefaults(){return Object.assign(st.getDefaults(),{callback:ve,humanize:!1,loop:!1,loopEnd:"1m",loopStart:0,mute:!1,playbackRate:1,probability:1,value:null})}_rescheduleEvents(e=-1){this._state.forEachFrom(e,t=>{let n;if(t.state==="started"){t.id!==-1&&this.context.transport.clear(t.id);const i=t.time+Math.round(this.startOffset/this._playbackRate);if(this._loop===!0||Ot(this._loop)&&this._loop>1){n=1/0,Ot(this._loop)&&(n=this._loop*this._getLoopDuration());const r=this._state.getAfter(i);r!==null&&(n=Math.min(n,r.time-i)),n!==1/0&&(n=new Ve(this.context,n));const o=new Ve(this.context,this._getLoopDuration());t.id=this.context.transport.scheduleRepeat(this._tick.bind(this),o,new Ve(this.context,i),n)}else t.id=this.context.transport.schedule(this._tick.bind(this),new Ve(this.context,i))}})}get state(){return this._state.getValueAtTime(this.context.transport.ticks)}get startOffset(){return this._startOffset}set startOffset(e){this._startOffset=e}get probability(){return this._probability}set probability(e){this._probability=e}get humanize(){return this._humanize}set humanize(e){this._humanize=e}start(e){const t=this.toTicks(e);return this._state.getValueAtTime(t)==="stopped"&&(this._state.add({id:-1,state:"started",time:t}),this._rescheduleEvents(t)),this}stop(e){this.cancel(e);const t=this.toTicks(e);if(this._state.getValueAtTime(t)==="started"){this._state.setStateAtTime("stopped",t,{id:-1});const n=this._state.getBefore(t);let i=t;n!==null&&(i=n.time),this._rescheduleEvents(i)}return this}cancel(e){e=Bt(e,-1/0);const t=this.toTicks(e);return this._state.forEachFrom(t,n=>{this.context.transport.clear(n.id)}),this._state.cancel(t),this}_tick(e){const t=this.context.transport.getTicksAtTime(e);if(!this.mute&&this._state.getValueAtTime(t)==="started"){if(this.probability<1&&Math.random()>this.probability)return;if(this.humanize){let n=.02;Ko(this.humanize)||(n=this.toSeconds(this.humanize)),e+=(Math.random()*2-1)*n}this.callback(e,this.value)}}_getLoopDuration(){return(this._loopEnd-this._loopStart)/this._playbackRate}get loop(){return this._loop}set loop(e){this._loop=e,this._rescheduleEvents()}get playbackRate(){return this._playbackRate}set playbackRate(e){this._playbackRate=e,this._rescheduleEvents()}get loopEnd(){return new Ve(this.context,this._loopEnd).toSeconds()}set loopEnd(e){this._loopEnd=this.toTicks(e),this._loop&&this._rescheduleEvents()}get loopStart(){return new Ve(this.context,this._loopStart).toSeconds()}set loopStart(e){this._loopStart=this.toTicks(e),this._loop&&this._rescheduleEvents()}get progress(){if(this._loop){const e=this.context.transport.ticks,t=this._state.get(e);if(t!==null&&t.state==="started"){const n=this._getLoopDuration();return(e-t.time)%n/n}else return 0}else return 0}dispose(){return super.dispose(),this.cancel(),this._state.dispose(),this}}class Qn extends st{constructor(){const e=F(Qn.getDefaults(),arguments,["callback","interval"]);super(e),this.name="Loop",this._event=new Qt({context:this.context,callback:this._tick.bind(this),loop:!0,loopEnd:e.interval,playbackRate:e.playbackRate,probability:e.probability,humanize:e.humanize}),this.callback=e.callback,this.iterations=e.iterations}static getDefaults(){return Object.assign(st.getDefaults(),{interval:"4n",callback:ve,playbackRate:1,iterations:1/0,probability:1,mute:!1,humanize:!1})}start(e){return this._event.start(e),this}stop(e){return this._event.stop(e),this}cancel(e){return this._event.cancel(e),this}_tick(e){this.callback(e)}get state(){return this._event.state}get progress(){return this._event.progress}get interval(){return this._event.loopEnd}set interval(e){this._event.loopEnd=e}get playbackRate(){return this._event.playbackRate}set playbackRate(e){this._event.playbackRate=e}get humanize(){return this._event.humanize}set humanize(e){this._event.humanize=e}get probability(){return this._event.probability}set probability(e){this._event.probability=e}get mute(){return this._event.mute}set mute(e){this._event.mute=e}get iterations(){return this._event.loop===!0?1/0:this._event.loop}set iterations(e){e===1/0?this._event.loop=!0:this._event.loop=e}dispose(){return super.dispose(),this._event.dispose(),this}}class Jn extends Qt{constructor(){const e=F(Jn.getDefaults(),arguments,["callback","events"]);super(e),this.name="Part",this._state=new Cn("stopped"),this._events=new Set,this._state.increasing=!0,e.events.forEach(t=>{at(t)?this.add(t[0],t[1]):this.add(t)})}static getDefaults(){return Object.assign(Qt.getDefaults(),{events:[]})}start(e,t){const n=this.toTicks(e);if(this._state.getValueAtTime(n)!=="started"){t=Bt(t,this._loop?this._loopStart:0),this._loop?t=Bt(t,this._loopStart):t=Bt(t,0);const i=this.toTicks(t);this._state.add({id:-1,offset:i,state:"started",time:n}),this._forEach(r=>{this._startNote(r,n,i)})}return this}_startNote(e,t,n){t-=n,this._loop?e.startOffset>=this._loopStart&&e.startOffset<this._loopEnd?(e.startOffset<n&&(t+=this._getLoopDuration()),e.start(new Ve(this.context,t))):e.startOffset<this._loopStart&&e.startOffset>=n&&(e.loop=!1,e.start(new Ve(this.context,t))):e.startOffset>=n&&e.start(new Ve(this.context,t))}get startOffset(){return this._startOffset}set startOffset(e){this._startOffset=e,this._forEach(t=>{t.startOffset+=this._startOffset})}stop(e){const t=this.toTicks(e);return this._state.cancel(t),this._state.setStateAtTime("stopped",t),this._forEach(n=>{n.stop(e)}),this}at(e,t){const n=new Ge(this.context,e).toTicks(),i=new Ve(this.context,1).toSeconds(),r=this._events.values();let o=r.next();for(;!o.done;){const a=o.value;if(Math.abs(n-a.startOffset)<i)return de(t)&&(a.value=t),a;o=r.next()}return de(t)?(this.add(e,t),this.at(e)):null}add(e,t){e instanceof Object&&Reflect.has(e,"time")&&(t=e,e=t.time);const n=this.toTicks(e);let i;return t instanceof Qt?(i=t,i.callback=this._tick.bind(this)):i=new Qt({callback:this._tick.bind(this),context:this.context,value:t}),i.startOffset=n,i.set({humanize:this.humanize,loop:this.loop,loopEnd:this.loopEnd,loopStart:this.loopStart,playbackRate:this.playbackRate,probability:this.probability}),this._events.add(i),this._restartEvent(i),this}_restartEvent(e){this._state.forEach(t=>{t.state==="started"?this._startNote(e,t.time,t.offset):e.stop(new Ve(this.context,t.time))})}remove(e,t){return ps(e)&&e.hasOwnProperty("time")&&(t=e,e=t.time),e=this.toTicks(e),this._events.forEach(n=>{n.startOffset===e&&(Tt(t)||de(t)&&n.value===t)&&(this._events.delete(n),n.dispose())}),this}clear(){return this._forEach(e=>e.dispose()),this._events.clear(),this}cancel(e){return this._forEach(t=>t.cancel(e)),this._state.cancel(this.toTicks(e)),this}_forEach(e){return this._events&&this._events.forEach(t=>{t instanceof Jn?t._forEach(e):e(t)}),this}_setAll(e,t){this._forEach(n=>{n[e]=t})}_tick(e,t){this.mute||this.callback(e,t)}_testLoopBoundries(e){this._loop&&(e.startOffset<this._loopStart||e.startOffset>=this._loopEnd)?e.cancel(0):e.state==="stopped"&&this._restartEvent(e)}get probability(){return this._probability}set probability(e){this._probability=e,this._setAll("probability",e)}get humanize(){return this._humanize}set humanize(e){this._humanize=e,this._setAll("humanize",e)}get loop(){return this._loop}set loop(e){this._loop=e,this._forEach(t=>{t.loopStart=this.loopStart,t.loopEnd=this.loopEnd,t.loop=e,this._testLoopBoundries(t)})}get loopEnd(){return new Ve(this.context,this._loopEnd).toSeconds()}set loopEnd(e){this._loopEnd=this.toTicks(e),this._loop&&this._forEach(t=>{t.loopEnd=e,this._testLoopBoundries(t)})}get loopStart(){return new Ve(this.context,this._loopStart).toSeconds()}set loopStart(e){this._loopStart=this.toTicks(e),this._loop&&this._forEach(t=>{t.loopStart=this.loopStart,this._testLoopBoundries(t)})}get playbackRate(){return this._playbackRate}set playbackRate(e){this._playbackRate=e,this._setAll("playbackRate",e)}get length(){return this._events.size}dispose(){return super.dispose(),this.clear(),this}}function*i_(s){let e=0;for(;e<s;)e=Ls(e,0,s-1),yield e,e++}function*r_(s){let e=s-1;for(;e>=0;)e=Ls(e,0,s-1),yield e,e--}function*Wn(s,e){for(;;)yield*e(s)}function*dc(s,e){let t=e?0:s-1;for(;;)t=Ls(t,0,s-1),yield t,e?(t++,t>=s-1&&(e=!1)):(t--,t<=0&&(e=!0))}function*o_(s){let e=0,t=0;for(;e<s;)e=Ls(e,0,s-1),yield e,t++,e+=t%2?2:-1}function*a_(s){let e=s-1,t=0;for(;e>=0;)e=Ls(e,0,s-1),yield e,t++,e+=t%2?-2:1}function*c_(s){for(;;)yield Math.floor(Math.random()*s)}function*l_(s){const e=[];for(let t=0;t<s;t++)e.push(t);for(;e.length>0;){const t=e.splice(Math.floor(e.length*Math.random()),1);yield Ls(t[0],0,s-1)}}function*u_(s){let e=Math.floor(Math.random()*s);for(;;)e===0?e++:e===s-1||Math.random()<.5?e--:e++,yield e}function*pc(s,e="up",t=0){switch(Q(s>=1,"The number of values must be at least one"),e){case"up":yield*Wn(s,i_);case"down":yield*Wn(s,r_);case"upDown":yield*dc(s,!0);case"downUp":yield*dc(s,!1);case"alternateUp":yield*Wn(s,o_);case"alternateDown":yield*Wn(s,a_);case"random":yield*c_(s);case"randomOnce":yield*Wn(s,l_);case"randomWalk":yield*u_(s)}}class Ca extends Qn{constructor(){const e=F(Ca.getDefaults(),arguments,["callback","values","pattern"]);super(e),this.name="Pattern",this.callback=e.callback,this._values=e.values,this._pattern=pc(e.values.length,e.pattern),this._type=e.pattern}static getDefaults(){return Object.assign(Qn.getDefaults(),{pattern:"up",values:[],callback:ve})}_tick(e){const t=this._pattern.next();this._index=t.value,this._value=this._values[t.value],this.callback(e,this._value)}get values(){return this._values}set values(e){this._values=e,this.pattern=this._type}get value(){return this._value}get index(){return this._index}get pattern(){return this._type}set pattern(e){this._type=e,this._pattern=pc(this._values.length,this._type)}}class Sa extends Qt{constructor(){const e=F(Sa.getDefaults(),arguments,["callback","events","subdivision"]);super(e),this.name="Sequence",this._part=new Jn({callback:this._seqCallback.bind(this),context:this.context}),this._events=[],this._eventsArray=[],this._subdivision=this.toTicks(e.subdivision),this.events=e.events,this.loop=e.loop,this.loopStart=e.loopStart,this.loopEnd=e.loopEnd,this.playbackRate=e.playbackRate,this.probability=e.probability,this.humanize=e.humanize,this.mute=e.mute,this.playbackRate=e.playbackRate}static getDefaults(){return Object.assign(rt(Qt.getDefaults(),["value"]),{events:[],loop:!0,loopEnd:0,loopStart:0,subdivision:"8n"})}_seqCallback(e,t){t!==null&&!this.mute&&this.callback(e,t)}get events(){return this._events}set events(e){this.clear(),this._eventsArray=e,this._events=this._createSequence(this._eventsArray),this._eventsUpdated()}start(e,t){return this._part.start(e,t&&this._indexTime(t)),this}stop(e){return this._part.stop(e),this}get subdivision(){return new Ve(this.context,this._subdivision).toSeconds()}_createSequence(e){return new Proxy(e,{get:(t,n)=>t[n],set:(t,n,i)=>(Gt(n)&&isFinite(parseInt(n,10))&&at(i)?t[n]=this._createSequence(i):t[n]=i,this._eventsUpdated(),!0)})}_eventsUpdated(){this._part.clear(),this._rescheduleSequence(this._eventsArray,this._subdivision,this.startOffset),this.loopEnd=this.loopEnd}_rescheduleSequence(e,t,n){e.forEach((i,r)=>{const o=r*t+n;if(at(i))this._rescheduleSequence(i,t/i.length,o);else{const a=new Ve(this.context,o,"i").toSeconds();this._part.add(a,i)}})}_indexTime(e){return new Ve(this.context,e*this._subdivision+this.startOffset).toSeconds()}clear(){return this._part.clear(),this}dispose(){return super.dispose(),this._part.dispose(),this}get loop(){return this._part.loop}set loop(e){this._part.loop=e}get loopStart(){return this._loopStart}set loopStart(e){this._loopStart=e,this._part.loopStart=this._indexTime(e)}get loopEnd(){return this._loopEnd}set loopEnd(e){this._loopEnd=e,e===0?this._part.loopEnd=this._indexTime(this._eventsArray.length):this._part.loopEnd=this._indexTime(e)}get startOffset(){return this._part.startOffset}set startOffset(e){this._part.startOffset=e}get playbackRate(){return this._part.playbackRate}set playbackRate(e){this._part.playbackRate=e}get probability(){return this._part.probability}set probability(e){this._part.probability=e}get progress(){return this._part.progress}get humanize(){return this._part.humanize}set humanize(e){this._part.humanize=e}get length(){return this._part.length}}class Rn extends q{constructor(){const e=F(Rn.getDefaults(),arguments,["fade"]);super(e),this.name="CrossFade",this._panner=this.context.createStereoPanner(),this._split=this.context.createChannelSplitter(2),this._g2a=new cu({context:this.context}),this.a=new H({context:this.context,gain:0}),this.b=new H({context:this.context,gain:0}),this.output=new H({context:this.context}),this._internalChannels=[this.a,this.b],this.fade=new re({context:this.context,units:"normalRange",value:e.fade}),se(this,"fade"),this.context.getConstant(1).connect(this._panner),this._panner.connect(this._split),this._panner.channelCount=1,this._panner.channelCountMode="explicit",pt(this._split,this.a.gain,0),pt(this._split,this.b.gain,1),this.fade.chain(this._g2a,this._panner.pan),this.a.connect(this.output),this.b.connect(this.output)}static getDefaults(){return Object.assign(q.getDefaults(),{fade:.5})}dispose(){return super.dispose(),this.a.dispose(),this.b.dispose(),this.output.dispose(),this.fade.dispose(),this._g2a.dispose(),this._panner.disconnect(),this._split.disconnect(),this}}class Ke extends q{constructor(e){super(e),this.name="Effect",this._dryWet=new Rn({context:this.context}),this.wet=this._dryWet.fade,this.effectSend=new H({context:this.context}),this.effectReturn=new H({context:this.context}),this.input=new H({context:this.context}),this.output=this._dryWet,this.input.fan(this._dryWet.a,this.effectSend),this.effectReturn.connect(this._dryWet.b),this.wet.setValueAtTime(e.wet,0),this._internalChannels=[this.effectReturn,this.effectSend],se(this,"wet")}static getDefaults(){return Object.assign(q.getDefaults(),{wet:1})}connectEffect(e){return this._internalChannels.push(e),this.effectSend.chain(e,this.effectReturn),this}dispose(){return super.dispose(),this._dryWet.dispose(),this.effectSend.dispose(),this.effectReturn.dispose(),this.wet.dispose(),this}}class Ki extends Ke{constructor(e){super(e),this.name="LFOEffect",this._lfo=new bt({context:this.context,frequency:e.frequency,amplitude:e.depth}),this.depth=this._lfo.amplitude,this.frequency=this._lfo.frequency,this.type=e.type,se(this,["frequency","depth"])}static getDefaults(){return Object.assign(Ke.getDefaults(),{frequency:1,type:"sine",depth:1})}start(e){return this._lfo.start(e),this}stop(e){return this._lfo.stop(e),this}sync(){return this._lfo.sync(),this}unsync(){return this._lfo.unsync(),this}get type(){return this._lfo.type}set type(e){this._lfo.type=e}dispose(){return super.dispose(),this._lfo.dispose(),this.frequency.dispose(),this.depth.dispose(),this}}class br extends Ki{constructor(){const e=F(br.getDefaults(),arguments,["frequency","baseFrequency","octaves"]);super(e),this.name="AutoFilter",this.filter=new Rt(Object.assign(e.filter,{context:this.context})),this.connectEffect(this.filter),this._lfo.connect(this.filter.frequency),this.octaves=e.octaves,this.baseFrequency=e.baseFrequency}static getDefaults(){return Object.assign(Ki.getDefaults(),{baseFrequency:200,octaves:2.6,filter:{type:"lowpass",rolloff:-12,Q:1}})}get baseFrequency(){return this._lfo.min}set baseFrequency(e){this._lfo.min=this.toFrequency(e),this.octaves=this._octaves}get octaves(){return this._octaves}set octaves(e){this._octaves=e,this._lfo.max=this._lfo.min*Math.pow(2,e)}dispose(){return super.dispose(),this.filter.dispose(),this}}class En extends q{constructor(){const e=F(En.getDefaults(),arguments,["pan"]);super(e),this.name="Panner",this._panner=this.context.createStereoPanner(),this.input=this._panner,this.output=this._panner,this.pan=new oe({context:this.context,param:this._panner.pan,value:e.pan,minValue:-1,maxValue:1}),this._panner.channelCount=e.channelCount,this._panner.channelCountMode="explicit",se(this,"pan")}static getDefaults(){return Object.assign(q.getDefaults(),{pan:0,channelCount:1})}dispose(){return super.dispose(),this._panner.disconnect(),this.pan.dispose(),this}}class wr extends Ki{constructor(){const e=F(wr.getDefaults(),arguments,["frequency"]);super(e),this.name="AutoPanner",this._panner=new En({context:this.context,channelCount:e.channelCount}),this.connectEffect(this._panner),this._lfo.connect(this._panner.pan),this._lfo.min=-1,this._lfo.max=1}static getDefaults(){return Object.assign(Ki.getDefaults(),{channelCount:1})}dispose(){return super.dispose(),this._panner.dispose(),this}}class bi extends q{constructor(){const e=F(bi.getDefaults(),arguments,["smoothing"]);super(e),this.name="Follower",this._abs=this.input=new au({context:this.context}),this._lowpass=this.output=new _i({context:this.context,frequency:1/this.toSeconds(e.smoothing),type:"lowpass"}),this._abs.connect(this._lowpass),this._smoothing=e.smoothing}static getDefaults(){return Object.assign(q.getDefaults(),{smoothing:.05})}get smoothing(){return this._smoothing}set smoothing(e){this._smoothing=e,this._lowpass.frequency=1/this.toSeconds(this.smoothing)}dispose(){return super.dispose(),this._abs.dispose(),this._lowpass.dispose(),this}}class xr extends Ke{constructor(){const e=F(xr.getDefaults(),arguments,["baseFrequency","octaves","sensitivity"]);super(e),this.name="AutoWah",this._follower=new bi({context:this.context,smoothing:e.follower}),this._sweepRange=new yr({context:this.context,min:0,max:1,exponent:.5}),this._baseFrequency=this.toFrequency(e.baseFrequency),this._octaves=e.octaves,this._inputBoost=new H({context:this.context}),this._bandpass=new Rt({context:this.context,rolloff:-48,frequency:0,Q:e.Q}),this._peaking=new Rt({context:this.context,type:"peaking"}),this._peaking.gain.value=e.gain,this.gain=this._peaking.gain,this.Q=this._bandpass.Q,this.effectSend.chain(this._inputBoost,this._follower,this._sweepRange),this._sweepRange.connect(this._bandpass.frequency),this._sweepRange.connect(this._peaking.frequency),this.effectSend.chain(this._bandpass,this._peaking,this.effectReturn),this._setSweepRange(),this.sensitivity=e.sensitivity,se(this,["gain","Q"])}static getDefaults(){return Object.assign(Ke.getDefaults(),{baseFrequency:100,octaves:6,sensitivity:0,Q:2,gain:2,follower:.2})}get octaves(){return this._octaves}set octaves(e){this._octaves=e,this._setSweepRange()}get follower(){return this._follower.smoothing}set follower(e){this._follower.smoothing=e}get baseFrequency(){return this._baseFrequency}set baseFrequency(e){this._baseFrequency=this.toFrequency(e),this._setSweepRange()}get sensitivity(){return li(1/this._inputBoost.gain.value)}set sensitivity(e){this._inputBoost.gain.value=1/hn(e)}_setSweepRange(){this._sweepRange.min=this._baseFrequency,this._sweepRange.max=Math.min(this._baseFrequency*Math.pow(2,this._octaves),this.context.sampleRate/2)}dispose(){return super.dispose(),this._follower.dispose(),this._sweepRange.dispose(),this._bandpass.dispose(),this._peaking.dispose(),this._inputBoost.dispose(),this}}const hu="bit-crusher",h_=`
191
- class BitCrusherWorklet extends SingleIOProcessor {
192
-
193
- static get parameterDescriptors() {
194
- return [{
195
- name: "bits",
196
- defaultValue: 12,
197
- minValue: 1,
198
- maxValue: 16,
199
- automationRate: 'k-rate'
200
- }];
201
- }
202
-
203
- generate(input, _channel, parameters) {
204
- const step = Math.pow(0.5, parameters.bits - 1);
205
- const val = step * Math.floor(input / step + 0.5);
206
- return val;
207
- }
208
- }
209
- `;lu(hu,h_);class Cr extends Ke{constructor(){const e=F(Cr.getDefaults(),arguments,["bits"]);super(e),this.name="BitCrusher",this._bitCrusherWorklet=new Ta({context:this.context,bits:e.bits}),this.connectEffect(this._bitCrusherWorklet),this.bits=this._bitCrusherWorklet.bits}static getDefaults(){return Object.assign(Ke.getDefaults(),{bits:4})}dispose(){return super.dispose(),this._bitCrusherWorklet.dispose(),this}}class Ta extends xo{constructor(){const e=F(Ta.getDefaults(),arguments);super(e),this.name="BitCrusherWorklet",this.input=new H({context:this.context}),this.output=new H({context:this.context}),this.bits=new oe({context:this.context,value:e.bits,units:"positive",minValue:1,maxValue:16,param:this._dummyParam,swappable:!0})}static getDefaults(){return Object.assign(xo.getDefaults(),{bits:12})}_audioWorkletName(){return hu}onReady(e){Nt(this.input,e,this.output);const t=e.parameters.get("bits");this.bits.setParam(t)}dispose(){return super.dispose(),this.input.dispose(),this.output.dispose(),this.bits.dispose(),this}}class Sr extends Ke{constructor(){const e=F(Sr.getDefaults(),arguments,["order"]);super(e),this.name="Chebyshev",this._shaper=new Ut({context:this.context,length:4096}),this._order=e.order,this.connectEffect(this._shaper),this.order=e.order,this.oversample=e.oversample}static getDefaults(){return Object.assign(Ke.getDefaults(),{order:1,oversample:"none"})}_getCoefficient(e,t,n){return n.has(t)||(t===0?n.set(t,0):t===1?n.set(t,e):n.set(t,2*e*this._getCoefficient(e,t-1,n)-this._getCoefficient(e,t-2,n))),n.get(t)}get order(){return this._order}set order(e){Q(Number.isInteger(e),"'order' must be an integer"),this._order=e,this._shaper.setMap(t=>this._getCoefficient(t,e,new Map))}get oversample(){return this._shaper.oversample}set oversample(e){this._shaper.oversample=e}dispose(){return super.dispose(),this._shaper.dispose(),this}}class Ys extends q{constructor(){const e=F(Ys.getDefaults(),arguments,["channels"]);super(e),this.name="Split",this._splitter=this.input=this.output=this.context.createChannelSplitter(e.channels),this._internalChannels=[this._splitter]}static getDefaults(){return Object.assign(q.getDefaults(),{channels:2})}dispose(){return super.dispose(),this._splitter.disconnect(),this}}class Os extends q{constructor(){const e=F(Os.getDefaults(),arguments,["channels"]);super(e),this.name="Merge",this._merger=this.output=this.input=this.context.createChannelMerger(e.channels)}static getDefaults(){return Object.assign(q.getDefaults(),{channels:2})}dispose(){return super.dispose(),this._merger.disconnect(),this}}class es extends q{constructor(e){super(e),this.name="StereoEffect",this.input=new H({context:this.context}),this.input.channelCount=2,this.input.channelCountMode="explicit",this._dryWet=this.output=new Rn({context:this.context,fade:e.wet}),this.wet=this._dryWet.fade,this._split=new Ys({context:this.context,channels:2}),this._merge=new Os({context:this.context,channels:2}),this.input.connect(this._split),this.input.connect(this._dryWet.a),this._merge.connect(this._dryWet.b),se(this,["wet"])}connectEffectLeft(...e){this._split.connect(e[0],0,0),Nt(...e),pt(e[e.length-1],this._merge,0,0)}connectEffectRight(...e){this._split.connect(e[0],1,0),Nt(...e),pt(e[e.length-1],this._merge,0,1)}static getDefaults(){return Object.assign(q.getDefaults(),{wet:1})}dispose(){return super.dispose(),this._dryWet.dispose(),this._split.dispose(),this._merge.dispose(),this}}class Co extends es{constructor(e){super(e),this.feedback=new re({context:this.context,value:e.feedback,units:"normalRange"}),this._feedbackL=new H({context:this.context}),this._feedbackR=new H({context:this.context}),this._feedbackSplit=new Ys({context:this.context,channels:2}),this._feedbackMerge=new Os({context:this.context,channels:2}),this._merge.connect(this._feedbackSplit),this._feedbackMerge.connect(this._split),this._feedbackSplit.connect(this._feedbackL,0,0),this._feedbackL.connect(this._feedbackMerge,0,0),this._feedbackSplit.connect(this._feedbackR,1,0),this._feedbackR.connect(this._feedbackMerge,0,1),this.feedback.fan(this._feedbackL.gain,this._feedbackR.gain),se(this,["feedback"])}static getDefaults(){return Object.assign(es.getDefaults(),{feedback:.5})}dispose(){return super.dispose(),this.feedback.dispose(),this._feedbackL.dispose(),this._feedbackR.dispose(),this._feedbackSplit.dispose(),this._feedbackMerge.dispose(),this}}class Tr extends Co{constructor(){const e=F(Tr.getDefaults(),arguments,["frequency","delayTime","depth"]);super(e),this.name="Chorus",this._depth=e.depth,this._delayTime=e.delayTime/1e3,this._lfoL=new bt({context:this.context,frequency:e.frequency,min:0,max:1}),this._lfoR=new bt({context:this.context,frequency:e.frequency,min:0,max:1,phase:180}),this._delayNodeL=new Mt({context:this.context}),this._delayNodeR=new Mt({context:this.context}),this.frequency=this._lfoL.frequency,se(this,["frequency"]),this._lfoL.frequency.connect(this._lfoR.frequency),this.connectEffectLeft(this._delayNodeL),this.connectEffectRight(this._delayNodeR),this._lfoL.connect(this._delayNodeL.delayTime),this._lfoR.connect(this._delayNodeR.delayTime),this.depth=this._depth,this.type=e.type,this.spread=e.spread}static getDefaults(){return Object.assign(Co.getDefaults(),{frequency:1.5,delayTime:3.5,depth:.7,type:"sine",spread:180,feedback:0,wet:.5})}get depth(){return this._depth}set depth(e){this._depth=e;const t=this._delayTime*e;this._lfoL.min=Math.max(this._delayTime-t,0),this._lfoL.max=this._delayTime+t,this._lfoR.min=Math.max(this._delayTime-t,0),this._lfoR.max=this._delayTime+t}get delayTime(){return this._delayTime*1e3}set delayTime(e){this._delayTime=e/1e3,this.depth=this._depth}get type(){return this._lfoL.type}set type(e){this._lfoL.type=e,this._lfoR.type=e}get spread(){return this._lfoR.phase-this._lfoL.phase}set spread(e){this._lfoL.phase=90-e/2,this._lfoR.phase=e/2+90}start(e){return this._lfoL.start(e),this._lfoR.start(e),this}stop(e){return this._lfoL.stop(e),this._lfoR.stop(e),this}sync(){return this._lfoL.sync(),this._lfoR.sync(),this}unsync(){return this._lfoL.unsync(),this._lfoR.unsync(),this}dispose(){return super.dispose(),this._lfoL.dispose(),this._lfoR.dispose(),this._delayNodeL.dispose(),this._delayNodeR.dispose(),this.frequency.dispose(),this}}class kr extends Ke{constructor(){const e=F(kr.getDefaults(),arguments,["distortion"]);super(e),this.name="Distortion",this._shaper=new Ut({context:this.context,length:4096}),this._distortion=e.distortion,this.connectEffect(this._shaper),this.distortion=e.distortion,this.oversample=e.oversample}static getDefaults(){return Object.assign(Ke.getDefaults(),{distortion:.4,oversample:"none"})}get distortion(){return this._distortion}set distortion(e){this._distortion=e;const t=e*100,n=Math.PI/180;this._shaper.setMap(i=>Math.abs(i)<.001?0:(3+t)*i*20*n/(Math.PI+t*Math.abs(i)))}get oversample(){return this._shaper.oversample}set oversample(e){this._shaper.oversample=e}dispose(){return super.dispose(),this._shaper.dispose(),this}}class Qi extends Ke{constructor(e){super(e),this.name="FeedbackEffect",this._feedbackGain=new H({context:this.context,gain:e.feedback,units:"normalRange"}),this.feedback=this._feedbackGain.gain,se(this,"feedback"),this.effectReturn.chain(this._feedbackGain,this.effectSend)}static getDefaults(){return Object.assign(Ke.getDefaults(),{feedback:.125})}dispose(){return super.dispose(),this._feedbackGain.dispose(),this.feedback.dispose(),this}}class Ar extends Qi{constructor(){const e=F(Ar.getDefaults(),arguments,["delayTime","feedback"]);super(e),this.name="FeedbackDelay",this._delayNode=new Mt({context:this.context,delayTime:e.delayTime,maxDelay:e.maxDelay}),this.delayTime=this._delayNode.delayTime,this.connectEffect(this._delayNode),se(this,"delayTime")}static getDefaults(){return Object.assign(Qi.getDefaults(),{delayTime:.25,maxDelay:1})}dispose(){return super.dispose(),this._delayNode.dispose(),this.delayTime.dispose(),this}}class d_ extends q{constructor(e){super(e),this.name="PhaseShiftAllpass",this.input=new H({context:this.context}),this.output=new H({context:this.context}),this.offset90=new H({context:this.context});const t=[.6923878,.9360654322959,.988229522686,.9987488452737],n=[.4021921162426,.856171088242,.9722909545651,.9952884791278];this._bank0=this._createAllPassFilterBank(t),this._bank1=this._createAllPassFilterBank(n),this._oneSampleDelay=this.context.createIIRFilter([0,1],[1,0]),Nt(this.input,...this._bank0,this._oneSampleDelay,this.output),Nt(this.input,...this._bank1,this.offset90)}_createAllPassFilterBank(e){return e.map(n=>{const i=[[n*n,0,-1],[1,0,-(n*n)]];return this.context.createIIRFilter(i[0],i[1])})}dispose(){return super.dispose(),this.input.dispose(),this.output.dispose(),this.offset90.dispose(),this._bank0.forEach(e=>e.disconnect()),this._bank1.forEach(e=>e.disconnect()),this._oneSampleDelay.disconnect(),this}}class ka extends Ke{constructor(){const e=F(ka.getDefaults(),arguments,["frequency"]);super(e),this.name="FrequencyShifter",this.frequency=new re({context:this.context,units:"frequency",value:e.frequency,minValue:-this.context.sampleRate/2,maxValue:this.context.sampleRate/2}),this._sine=new hi({context:this.context,type:"sine"}),this._cosine=new Pe({context:this.context,phase:-90,type:"sine"}),this._sineMultiply=new We({context:this.context}),this._cosineMultiply=new We({context:this.context}),this._negate=new pa({context:this.context}),this._add=new Gs({context:this.context}),this._phaseShifter=new d_({context:this.context}),this.effectSend.connect(this._phaseShifter),this.frequency.fan(this._sine.frequency,this._cosine.frequency),this._phaseShifter.offset90.connect(this._cosineMultiply),this._cosine.connect(this._cosineMultiply.factor),this._phaseShifter.connect(this._sineMultiply),this._sine.connect(this._sineMultiply.factor),this._sineMultiply.connect(this._negate),this._cosineMultiply.connect(this._add),this._negate.connect(this._add.addend),this._add.connect(this.effectReturn);const t=this.immediate();this._sine.start(t),this._cosine.start(t)}static getDefaults(){return Object.assign(Ke.getDefaults(),{frequency:0})}dispose(){return super.dispose(),this.frequency.dispose(),this._add.dispose(),this._cosine.dispose(),this._cosineMultiply.dispose(),this._negate.dispose(),this._phaseShifter.dispose(),this._sine.dispose(),this._sineMultiply.dispose(),this}}const fc=[1557/44100,1617/44100,1491/44100,1422/44100,1277/44100,1356/44100,1188/44100,1116/44100],mc=[225,556,441,341];class Ir extends es{constructor(){const e=F(Ir.getDefaults(),arguments,["roomSize","dampening"]);super(e),this.name="Freeverb",this._combFilters=[],this._allpassFiltersL=[],this._allpassFiltersR=[],this.roomSize=new re({context:this.context,value:e.roomSize,units:"normalRange"}),this._allpassFiltersL=mc.map(t=>{const n=this.context.createBiquadFilter();return n.type="allpass",n.frequency.value=t,n}),this._allpassFiltersR=mc.map(t=>{const n=this.context.createBiquadFilter();return n.type="allpass",n.frequency.value=t,n}),this._combFilters=fc.map((t,n)=>{const i=new vi({context:this.context,dampening:e.dampening,delayTime:t});return n<fc.length/2?this.connectEffectLeft(i,...this._allpassFiltersL):this.connectEffectRight(i,...this._allpassFiltersR),this.roomSize.connect(i.resonance),i}),se(this,["roomSize"])}static getDefaults(){return Object.assign(es.getDefaults(),{roomSize:.7,dampening:3e3})}get dampening(){return this._combFilters[0].dampening}set dampening(e){this._combFilters.forEach(t=>t.dampening=e)}dispose(){return super.dispose(),this._allpassFiltersL.forEach(e=>e.disconnect()),this._allpassFiltersR.forEach(e=>e.disconnect()),this._combFilters.forEach(e=>e.dispose()),this.roomSize.dispose(),this}}const gc=[1687/25e3,1601/25e3,2053/25e3,2251/25e3],p_=[.773,.802,.753,.733],f_=[347,113,37];class Dr extends es{constructor(){const e=F(Dr.getDefaults(),arguments,["roomSize"]);super(e),this.name="JCReverb",this._allpassFilters=[],this._feedbackCombFilters=[],this.roomSize=new re({context:this.context,value:e.roomSize,units:"normalRange"}),this._scaleRoomSize=new ms({context:this.context,min:-.733,max:.197}),this._allpassFilters=f_.map(t=>{const n=this.context.createBiquadFilter();return n.type="allpass",n.frequency.value=t,n}),this._feedbackCombFilters=gc.map((t,n)=>{const i=new gi({context:this.context,delayTime:t});return this._scaleRoomSize.connect(i.resonance),i.resonance.value=p_[n],n<gc.length/2?this.connectEffectLeft(...this._allpassFilters,i):this.connectEffectRight(...this._allpassFilters,i),i}),this.roomSize.connect(this._scaleRoomSize),se(this,["roomSize"])}static getDefaults(){return Object.assign(es.getDefaults(),{roomSize:.5})}dispose(){return super.dispose(),this._allpassFilters.forEach(e=>e.disconnect()),this._feedbackCombFilters.forEach(e=>e.dispose()),this.roomSize.dispose(),this._scaleRoomSize.dispose(),this}}class _c extends Co{constructor(e){super(e),this._feedbackL.disconnect(),this._feedbackL.connect(this._feedbackMerge,0,1),this._feedbackR.disconnect(),this._feedbackR.connect(this._feedbackMerge,0,0),se(this,["feedback"])}}class Rr extends _c{constructor(){const e=F(Rr.getDefaults(),arguments,["delayTime","feedback"]);super(e),this.name="PingPongDelay",this._leftDelay=new Mt({context:this.context,maxDelay:e.maxDelay}),this._rightDelay=new Mt({context:this.context,maxDelay:e.maxDelay}),this._rightPreDelay=new Mt({context:this.context,maxDelay:e.maxDelay}),this.delayTime=new re({context:this.context,units:"time",value:e.delayTime}),this.connectEffectLeft(this._leftDelay),this.connectEffectRight(this._rightPreDelay,this._rightDelay),this.delayTime.fan(this._leftDelay.delayTime,this._rightDelay.delayTime,this._rightPreDelay.delayTime),this._feedbackL.disconnect(),this._feedbackL.connect(this._rightDelay),se(this,["delayTime"])}static getDefaults(){return Object.assign(_c.getDefaults(),{delayTime:.25,maxDelay:1})}dispose(){return super.dispose(),this._leftDelay.dispose(),this._rightDelay.dispose(),this._rightPreDelay.dispose(),this.delayTime.dispose(),this}}class Aa extends Qi{constructor(){const e=F(Aa.getDefaults(),arguments,["pitch"]);super(e),this.name="PitchShift",this._frequency=new re({context:this.context}),this._delayA=new Mt({maxDelay:1,context:this.context}),this._lfoA=new bt({context:this.context,min:0,max:.1,type:"sawtooth"}).connect(this._delayA.delayTime),this._delayB=new Mt({maxDelay:1,context:this.context}),this._lfoB=new bt({context:this.context,min:0,max:.1,type:"sawtooth",phase:180}).connect(this._delayB.delayTime),this._crossFade=new Rn({context:this.context}),this._crossFadeLFO=new bt({context:this.context,min:0,max:1,type:"triangle",phase:90}).connect(this._crossFade.fade),this._feedbackDelay=new Mt({delayTime:e.delayTime,context:this.context}),this.delayTime=this._feedbackDelay.delayTime,se(this,"delayTime"),this._pitch=e.pitch,this._windowSize=e.windowSize,this._delayA.connect(this._crossFade.a),this._delayB.connect(this._crossFade.b),this._frequency.fan(this._lfoA.frequency,this._lfoB.frequency,this._crossFadeLFO.frequency),this.effectSend.fan(this._delayA,this._delayB),this._crossFade.chain(this._feedbackDelay,this.effectReturn);const t=this.now();this._lfoA.start(t),this._lfoB.start(t),this._crossFadeLFO.start(t),this.windowSize=this._windowSize}static getDefaults(){return Object.assign(Qi.getDefaults(),{pitch:0,windowSize:.1,delayTime:0,feedback:0})}get pitch(){return this._pitch}set pitch(e){this._pitch=e;let t=0;e<0?(this._lfoA.min=0,this._lfoA.max=this._windowSize,this._lfoB.min=0,this._lfoB.max=this._windowSize,t=dn(e-1)+1):(this._lfoA.min=this._windowSize,this._lfoA.max=0,this._lfoB.min=this._windowSize,this._lfoB.max=0,t=dn(e)-1),this._frequency.value=t*(1.2/this._windowSize)}get windowSize(){return this._windowSize}set windowSize(e){this._windowSize=this.toSeconds(e),this.pitch=this._pitch}dispose(){return super.dispose(),this._frequency.dispose(),this._delayA.dispose(),this._delayB.dispose(),this._lfoA.dispose(),this._lfoB.dispose(),this._crossFade.dispose(),this._crossFadeLFO.dispose(),this._feedbackDelay.dispose(),this}}class Er extends es{constructor(){const e=F(Er.getDefaults(),arguments,["frequency","octaves","baseFrequency"]);super(e),this.name="Phaser",this._lfoL=new bt({context:this.context,frequency:e.frequency,min:0,max:1}),this._lfoR=new bt({context:this.context,frequency:e.frequency,min:0,max:1,phase:180}),this._baseFrequency=this.toFrequency(e.baseFrequency),this._octaves=e.octaves,this.Q=new re({context:this.context,value:e.Q,units:"positive"}),this._filtersL=this._makeFilters(e.stages,this._lfoL),this._filtersR=this._makeFilters(e.stages,this._lfoR),this.frequency=this._lfoL.frequency,this.frequency.value=e.frequency,this.connectEffectLeft(...this._filtersL),this.connectEffectRight(...this._filtersR),this._lfoL.frequency.connect(this._lfoR.frequency),this.baseFrequency=e.baseFrequency,this.octaves=e.octaves,this._lfoL.start(),this._lfoR.start(),se(this,["frequency","Q"])}static getDefaults(){return Object.assign(es.getDefaults(),{frequency:.5,octaves:3,stages:10,Q:10,baseFrequency:350})}_makeFilters(e,t){const n=[];for(let i=0;i<e;i++){const r=this.context.createBiquadFilter();r.type="allpass",this.Q.connect(r.Q),t.connect(r.frequency),n.push(r)}return n}get octaves(){return this._octaves}set octaves(e){this._octaves=e;const t=this._baseFrequency*Math.pow(2,e);this._lfoL.max=t,this._lfoR.max=t}get baseFrequency(){return this._baseFrequency}set baseFrequency(e){this._baseFrequency=this.toFrequency(e),this._lfoL.min=this._baseFrequency,this._lfoR.min=this._baseFrequency,this.octaves=this._octaves}dispose(){return super.dispose(),this.Q.dispose(),this._lfoL.dispose(),this._lfoR.dispose(),this._filtersL.forEach(e=>e.disconnect()),this._filtersR.forEach(e=>e.disconnect()),this.frequency.dispose(),this}}class Mr extends Ke{constructor(){const e=F(Mr.getDefaults(),arguments,["decay"]);super(e),this.name="Reverb",this._convolver=this.context.createConvolver(),this.ready=Promise.resolve();const t=this.toSeconds(e.decay);Ye(t,.001),this._decay=t;const n=this.toSeconds(e.preDelay);Ye(n,0),this._preDelay=n,this.generate(),this.connectEffect(this._convolver)}static getDefaults(){return Object.assign(Ke.getDefaults(),{decay:1.5,preDelay:.01})}get decay(){return this._decay}set decay(e){e=this.toSeconds(e),Ye(e,.001),this._decay=e,this.generate()}get preDelay(){return this._preDelay}set preDelay(e){e=this.toSeconds(e),Ye(e,0),this._preDelay=e,this.generate()}generate(){return Ie(this,void 0,void 0,function*(){const e=this.ready,t=new xn(2,this._decay+this._preDelay,this.context.sampleRate),n=new As({context:t}),i=new As({context:t}),r=new Os({context:t});n.connect(r,0,0),i.connect(r,0,1);const o=new H({context:t}).toDestination();r.connect(o),n.start(0),i.start(0),o.gain.setValueAtTime(0,0),o.gain.setValueAtTime(1,this._preDelay),o.gain.exponentialApproachValueAtTime(0,this._preDelay,this.decay);const a=t.render();return this.ready=a.then(ve),yield e,this._convolver.buffer=(yield a).get(),this})}dispose(){return super.dispose(),this._convolver.disconnect(),this}}class wi extends q{constructor(){super(F(wi.getDefaults(),arguments)),this.name="MidSideSplit",this._split=this.input=new Ys({channels:2,context:this.context}),this._midAdd=new Gs({context:this.context}),this.mid=new We({context:this.context,value:Math.SQRT1_2}),this._sideSubtract=new Hs({context:this.context}),this.side=new We({context:this.context,value:Math.SQRT1_2}),this._split.connect(this._midAdd,0),this._split.connect(this._midAdd.addend,1),this._split.connect(this._sideSubtract,0),this._split.connect(this._sideSubtract.subtrahend,1),this._midAdd.connect(this.mid),this._sideSubtract.connect(this.side)}dispose(){return super.dispose(),this.mid.dispose(),this.side.dispose(),this._midAdd.dispose(),this._sideSubtract.dispose(),this._split.dispose(),this}}class xi extends q{constructor(){super(F(xi.getDefaults(),arguments)),this.name="MidSideMerge",this.mid=new H({context:this.context}),this.side=new H({context:this.context}),this._left=new Gs({context:this.context}),this._leftMult=new We({context:this.context,value:Math.SQRT1_2}),this._right=new Hs({context:this.context}),this._rightMult=new We({context:this.context,value:Math.SQRT1_2}),this._merge=this.output=new Os({context:this.context}),this.mid.fan(this._left),this.side.connect(this._left.addend),this.mid.connect(this._right),this.side.connect(this._right.subtrahend),this._left.connect(this._leftMult),this._right.connect(this._rightMult),this._leftMult.connect(this._merge,0,0),this._rightMult.connect(this._merge,0,1)}dispose(){return super.dispose(),this.mid.dispose(),this.side.dispose(),this._leftMult.dispose(),this._rightMult.dispose(),this._left.dispose(),this._right.dispose(),this}}class vc extends Ke{constructor(e){super(e),this.name="MidSideEffect",this._midSideMerge=new xi({context:this.context}),this._midSideSplit=new wi({context:this.context}),this._midSend=this._midSideSplit.mid,this._sideSend=this._midSideSplit.side,this._midReturn=this._midSideMerge.mid,this._sideReturn=this._midSideMerge.side,this.effectSend.connect(this._midSideSplit),this._midSideMerge.connect(this.effectReturn)}connectEffectMid(...e){this._midSend.chain(...e,this._midReturn)}connectEffectSide(...e){this._sideSend.chain(...e,this._sideReturn)}dispose(){return super.dispose(),this._midSideSplit.dispose(),this._midSideMerge.dispose(),this._midSend.dispose(),this._sideSend.dispose(),this._midReturn.dispose(),this._sideReturn.dispose(),this}}class Or extends vc{constructor(){const e=F(Or.getDefaults(),arguments,["width"]);super(e),this.name="StereoWidener",this.width=new re({context:this.context,value:e.width,units:"normalRange"}),se(this,["width"]),this._twoTimesWidthMid=new We({context:this.context,value:2}),this._twoTimesWidthSide=new We({context:this.context,value:2}),this._midMult=new We({context:this.context}),this._twoTimesWidthMid.connect(this._midMult.factor),this.connectEffectMid(this._midMult),this._oneMinusWidth=new Hs({context:this.context}),this._oneMinusWidth.connect(this._twoTimesWidthMid),pt(this.context.getConstant(1),this._oneMinusWidth),this.width.connect(this._oneMinusWidth.subtrahend),this._sideMult=new We({context:this.context}),this.width.connect(this._twoTimesWidthSide),this._twoTimesWidthSide.connect(this._sideMult.factor),this.connectEffectSide(this._sideMult)}static getDefaults(){return Object.assign(vc.getDefaults(),{width:.5})}dispose(){return super.dispose(),this.width.dispose(),this._midMult.dispose(),this._sideMult.dispose(),this._twoTimesWidthMid.dispose(),this._twoTimesWidthSide.dispose(),this._oneMinusWidth.dispose(),this}}class Nr extends es{constructor(){const e=F(Nr.getDefaults(),arguments,["frequency","depth"]);super(e),this.name="Tremolo",this._lfoL=new bt({context:this.context,type:e.type,min:1,max:0}),this._lfoR=new bt({context:this.context,type:e.type,min:1,max:0}),this._amplitudeL=new H({context:this.context}),this._amplitudeR=new H({context:this.context}),this.frequency=new re({context:this.context,value:e.frequency,units:"frequency"}),this.depth=new re({context:this.context,value:e.depth,units:"normalRange"}),se(this,["frequency","depth"]),this.connectEffectLeft(this._amplitudeL),this.connectEffectRight(this._amplitudeR),this._lfoL.connect(this._amplitudeL.gain),this._lfoR.connect(this._amplitudeR.gain),this.frequency.fan(this._lfoL.frequency,this._lfoR.frequency),this.depth.fan(this._lfoR.amplitude,this._lfoL.amplitude),this.spread=e.spread}static getDefaults(){return Object.assign(es.getDefaults(),{frequency:10,type:"sine",depth:.5,spread:180})}start(e){return this._lfoL.start(e),this._lfoR.start(e),this}stop(e){return this._lfoL.stop(e),this._lfoR.stop(e),this}sync(){return this._lfoL.sync(),this._lfoR.sync(),this.context.transport.syncSignal(this.frequency),this}unsync(){return this._lfoL.unsync(),this._lfoR.unsync(),this.context.transport.unsyncSignal(this.frequency),this}get type(){return this._lfoL.type}set type(e){this._lfoL.type=e,this._lfoR.type=e}get spread(){return this._lfoR.phase-this._lfoL.phase}set spread(e){this._lfoL.phase=90-e/2,this._lfoR.phase=e/2+90}dispose(){return super.dispose(),this._lfoL.dispose(),this._lfoR.dispose(),this._amplitudeL.dispose(),this._amplitudeR.dispose(),this.frequency.dispose(),this.depth.dispose(),this}}class Fr extends Ke{constructor(){const e=F(Fr.getDefaults(),arguments,["frequency","depth"]);super(e),this.name="Vibrato",this._delayNode=new Mt({context:this.context,delayTime:0,maxDelay:e.maxDelay}),this._lfo=new bt({context:this.context,type:e.type,min:0,max:e.maxDelay,frequency:e.frequency,phase:-90}).start().connect(this._delayNode.delayTime),this.frequency=this._lfo.frequency,this.depth=this._lfo.amplitude,this.depth.value=e.depth,se(this,["frequency","depth"]),this.effectSend.chain(this._delayNode,this.effectReturn)}static getDefaults(){return Object.assign(Ke.getDefaults(),{maxDelay:.005,frequency:5,depth:.1,type:"sine"})}get type(){return this._lfo.type}set type(e){this._lfo.type=e}dispose(){return super.dispose(),this._delayNode.dispose(),this._lfo.dispose(),this.frequency.dispose(),this.depth.dispose(),this}}class Us extends q{constructor(){const e=F(Us.getDefaults(),arguments,["type","size"]);super(e),this.name="Analyser",this._analysers=[],this._buffers=[],this.input=this.output=this._gain=new H({context:this.context}),this._split=new Ys({context:this.context,channels:e.channels}),this.input.connect(this._split),Ye(e.channels,1);for(let t=0;t<e.channels;t++)this._analysers[t]=this.context.createAnalyser(),this._split.connect(this._analysers[t],t,0);this.size=e.size,this.type=e.type,this.smoothing=e.smoothing}static getDefaults(){return Object.assign(q.getDefaults(),{size:1024,smoothing:.8,type:"fft",channels:1})}getValue(){return this._analysers.forEach((e,t)=>{const n=this._buffers[t];this._type==="fft"?e.getFloatFrequencyData(n):this._type==="waveform"&&e.getFloatTimeDomainData(n)}),this.channels===1?this._buffers[0]:this._buffers}get size(){return this._analysers[0].frequencyBinCount}set size(e){this._analysers.forEach((t,n)=>{t.fftSize=e*2,this._buffers[n]=new Float32Array(e)})}get channels(){return this._analysers.length}get type(){return this._type}set type(e){Q(e==="waveform"||e==="fft",`Analyser: invalid type: ${e}`),this._type=e}get smoothing(){return this._analysers[0].smoothingTimeConstant}set smoothing(e){this._analysers.forEach(t=>t.smoothingTimeConstant=e)}dispose(){return super.dispose(),this._analysers.forEach(e=>e.disconnect()),this._split.dispose(),this._gain.dispose(),this}}class Ds extends q{constructor(){super(F(Ds.getDefaults(),arguments)),this.name="MeterBase",this.input=this.output=this._analyser=new Us({context:this.context,size:256,type:"waveform"})}dispose(){return super.dispose(),this._analyser.dispose(),this}}class Vr extends Ds{constructor(){const e=F(Vr.getDefaults(),arguments,["smoothing"]);super(e),this.name="Meter",this.input=this.output=this._analyser=new Us({context:this.context,size:256,type:"waveform",channels:e.channelCount}),this.smoothing=e.smoothing,this.normalRange=e.normalRange,this._rms=new Array(e.channelCount),this._rms.fill(0)}static getDefaults(){return Object.assign(Ds.getDefaults(),{smoothing:.8,normalRange:!1,channelCount:1})}getLevel(){return bn("'getLevel' has been changed to 'getValue'"),this.getValue()}getValue(){const e=this._analyser.getValue(),n=(this.channels===1?[e]:e).map((i,r)=>{const o=i.reduce((c,l)=>c+l*l,0),a=Math.sqrt(o/i.length);return this._rms[r]=Math.max(a,this._rms[r]*this.smoothing),this.normalRange?this._rms[r]:li(this._rms[r])});return this.channels===1?n[0]:n}get channels(){return this._analyser.channels}dispose(){return super.dispose(),this._analyser.dispose(),this}}class Ia extends Ds{constructor(){const e=F(Ia.getDefaults(),arguments,["size"]);super(e),this.name="FFT",this.normalRange=e.normalRange,this._analyser.type="fft",this.size=e.size}static getDefaults(){return Object.assign(q.getDefaults(),{normalRange:!1,size:1024,smoothing:.8})}getValue(){return this._analyser.getValue().map(t=>this.normalRange?hn(t):t)}get size(){return this._analyser.size}set size(e){this._analyser.size=e}get smoothing(){return this._analyser.smoothing}set smoothing(e){this._analyser.smoothing=e}getFrequencyOfIndex(e){return Q(0<=e&&e<this.size,`index must be greater than or equal to 0 and less than ${this.size}`),e*this.context.sampleRate/(this.size*2)}}class Da extends Ds{constructor(){super(F(Da.getDefaults(),arguments)),this.name="DCMeter",this._analyser.type="waveform",this._analyser.size=256}getValue(){return this._analyser.getValue()[0]}}let m_=class du extends Ds{constructor(){const e=F(du.getDefaults(),arguments,["size"]);super(e),this.name="Waveform",this._analyser.type="waveform",this.size=e.size}static getDefaults(){return Object.assign(Ds.getDefaults(),{size:1024})}getValue(){return this._analyser.getValue()}get size(){return this._analyser.size}set size(e){this._analyser.size=e}};class Le extends q{constructor(){const e=F(Le.getDefaults(),arguments,["solo"]);super(e),this.name="Solo",this.input=this.output=new H({context:this.context}),Le._allSolos.has(this.context)||Le._allSolos.set(this.context,new Set),Le._allSolos.get(this.context).add(this),this.solo=e.solo}static getDefaults(){return Object.assign(q.getDefaults(),{solo:!1})}get solo(){return this._isSoloed()}set solo(e){e?this._addSolo():this._removeSolo(),Le._allSolos.get(this.context).forEach(t=>t._updateSolo())}get muted(){return this.input.gain.value===0}_addSolo(){Le._soloed.has(this.context)||Le._soloed.set(this.context,new Set),Le._soloed.get(this.context).add(this)}_removeSolo(){Le._soloed.has(this.context)&&Le._soloed.get(this.context).delete(this)}_isSoloed(){return Le._soloed.has(this.context)&&Le._soloed.get(this.context).has(this)}_noSolos(){return!Le._soloed.has(this.context)||Le._soloed.has(this.context)&&Le._soloed.get(this.context).size===0}_updateSolo(){this._isSoloed()?this.input.gain.value=1:this._noSolos()?this.input.gain.value=1:this.input.gain.value=0}dispose(){return super.dispose(),Le._allSolos.get(this.context).delete(this),this._removeSolo(),this}}Le._allSolos=new Map;Le._soloed=new Map;class Pr extends q{constructor(){const e=F(Pr.getDefaults(),arguments,["pan","volume"]);super(e),this.name="PanVol",this._panner=this.input=new En({context:this.context,pan:e.pan,channelCount:e.channelCount}),this.pan=this._panner.pan,this._volume=this.output=new Yt({context:this.context,volume:e.volume}),this.volume=this._volume.volume,this._panner.connect(this._volume),this.mute=e.mute,se(this,["pan","volume"])}static getDefaults(){return Object.assign(q.getDefaults(),{mute:!1,pan:0,volume:0,channelCount:1})}get mute(){return this._volume.mute}set mute(e){this._volume.mute=e}dispose(){return super.dispose(),this._panner.dispose(),this.pan.dispose(),this._volume.dispose(),this.volume.dispose(),this}}let pu=class zn extends q{constructor(){const e=F(zn.getDefaults(),arguments,["volume","pan"]);super(e),this.name="Channel",this._solo=this.input=new Le({solo:e.solo,context:this.context}),this._panVol=this.output=new Pr({context:this.context,pan:e.pan,volume:e.volume,mute:e.mute,channelCount:e.channelCount}),this.pan=this._panVol.pan,this.volume=this._panVol.volume,this._solo.connect(this._panVol),se(this,["pan","volume"])}static getDefaults(){return Object.assign(q.getDefaults(),{pan:0,volume:0,mute:!1,solo:!1,channelCount:1})}get solo(){return this._solo.solo}set solo(e){this._solo.solo=e}get muted(){return this._solo.muted||this.mute}get mute(){return this._panVol.mute}set mute(e){this._panVol.mute=e}_getBus(e){return zn.buses.has(e)||zn.buses.set(e,new H({context:this.context})),zn.buses.get(e)}send(e,t=0){const n=this._getBus(e),i=new H({context:this.context,units:"decibels",gain:t});return this.connect(i),i.connect(n),i}receive(e){return this._getBus(e).connect(this),this}dispose(){return super.dispose(),this._panVol.dispose(),this.pan.dispose(),this.volume.dispose(),this._solo.dispose(),this}};pu.buses=new Map;class Ra extends q{constructor(){super(F(Ra.getDefaults(),arguments)),this.name="Mono",this.input=new H({context:this.context}),this._merge=this.output=new Os({channels:2,context:this.context}),this.input.connect(this._merge,0,0),this.input.connect(this._merge,0,1)}dispose(){return super.dispose(),this._merge.dispose(),this.input.dispose(),this}}class Ci extends q{constructor(){const e=F(Ci.getDefaults(),arguments,["lowFrequency","highFrequency"]);super(e),this.name="MultibandSplit",this.input=new H({context:this.context}),this.output=void 0,this.low=new Rt({context:this.context,frequency:0,type:"lowpass"}),this._lowMidFilter=new Rt({context:this.context,frequency:0,type:"highpass"}),this.mid=new Rt({context:this.context,frequency:0,type:"lowpass"}),this.high=new Rt({context:this.context,frequency:0,type:"highpass"}),this._internalChannels=[this.low,this.mid,this.high],this.lowFrequency=new re({context:this.context,units:"frequency",value:e.lowFrequency}),this.highFrequency=new re({context:this.context,units:"frequency",value:e.highFrequency}),this.Q=new re({context:this.context,units:"positive",value:e.Q}),this.input.fan(this.low,this.high),this.input.chain(this._lowMidFilter,this.mid),this.lowFrequency.fan(this.low.frequency,this._lowMidFilter.frequency),this.highFrequency.fan(this.mid.frequency,this.high.frequency),this.Q.connect(this.low.Q),this.Q.connect(this._lowMidFilter.Q),this.Q.connect(this.mid.Q),this.Q.connect(this.high.Q),se(this,["high","mid","low","highFrequency","lowFrequency"])}static getDefaults(){return Object.assign(q.getDefaults(),{Q:1,highFrequency:2500,lowFrequency:400})}dispose(){return super.dispose(),ci(this,["high","mid","low","highFrequency","lowFrequency"]),this.low.dispose(),this._lowMidFilter.dispose(),this.mid.dispose(),this.high.dispose(),this.lowFrequency.dispose(),this.highFrequency.dispose(),this.Q.dispose(),this}}class Ea extends q{constructor(){const e=F(Ea.getDefaults(),arguments,["positionX","positionY","positionZ"]);super(e),this.name="Panner3D",this._panner=this.input=this.output=this.context.createPanner(),this.panningModel=e.panningModel,this.maxDistance=e.maxDistance,this.distanceModel=e.distanceModel,this.coneOuterGain=e.coneOuterGain,this.coneOuterAngle=e.coneOuterAngle,this.coneInnerAngle=e.coneInnerAngle,this.refDistance=e.refDistance,this.rolloffFactor=e.rolloffFactor,this.positionX=new oe({context:this.context,param:this._panner.positionX,value:e.positionX}),this.positionY=new oe({context:this.context,param:this._panner.positionY,value:e.positionY}),this.positionZ=new oe({context:this.context,param:this._panner.positionZ,value:e.positionZ}),this.orientationX=new oe({context:this.context,param:this._panner.orientationX,value:e.orientationX}),this.orientationY=new oe({context:this.context,param:this._panner.orientationY,value:e.orientationY}),this.orientationZ=new oe({context:this.context,param:this._panner.orientationZ,value:e.orientationZ})}static getDefaults(){return Object.assign(q.getDefaults(),{coneInnerAngle:360,coneOuterAngle:360,coneOuterGain:0,distanceModel:"inverse",maxDistance:1e4,orientationX:0,orientationY:0,orientationZ:0,panningModel:"equalpower",positionX:0,positionY:0,positionZ:0,refDistance:1,rolloffFactor:1})}setPosition(e,t,n){return this.positionX.value=e,this.positionY.value=t,this.positionZ.value=n,this}setOrientation(e,t,n){return this.orientationX.value=e,this.orientationY.value=t,this.orientationZ.value=n,this}get panningModel(){return this._panner.panningModel}set panningModel(e){this._panner.panningModel=e}get refDistance(){return this._panner.refDistance}set refDistance(e){this._panner.refDistance=e}get rolloffFactor(){return this._panner.rolloffFactor}set rolloffFactor(e){this._panner.rolloffFactor=e}get distanceModel(){return this._panner.distanceModel}set distanceModel(e){this._panner.distanceModel=e}get coneInnerAngle(){return this._panner.coneInnerAngle}set coneInnerAngle(e){this._panner.coneInnerAngle=e}get coneOuterAngle(){return this._panner.coneOuterAngle}set coneOuterAngle(e){this._panner.coneOuterAngle=e}get coneOuterGain(){return this._panner.coneOuterGain}set coneOuterGain(e){this._panner.coneOuterGain=e}get maxDistance(){return this._panner.maxDistance}set maxDistance(e){this._panner.maxDistance=e}dispose(){return super.dispose(),this._panner.disconnect(),this.orientationX.dispose(),this.orientationY.dispose(),this.orientationZ.dispose(),this.positionX.dispose(),this.positionY.dispose(),this.positionZ.dispose(),this}}class Ji extends q{constructor(){const e=F(Ji.getDefaults(),arguments);super(e),this.name="Recorder",this.input=new H({context:this.context}),Q(Ji.supported,"Media Recorder API is not available"),this._stream=this.context.createMediaStreamDestination(),this.input.connect(this._stream),this._recorder=new MediaRecorder(this._stream.stream,{mimeType:e.mimeType})}static getDefaults(){return q.getDefaults()}get mimeType(){return this._recorder.mimeType}static get supported(){return _t!==null&&Reflect.has(_t,"MediaRecorder")}get state(){return this._recorder.state==="inactive"?"stopped":this._recorder.state==="paused"?"paused":"started"}start(){return Ie(this,void 0,void 0,function*(){Q(this.state!=="started","Recorder is already started");const e=new Promise(t=>{const n=()=>{this._recorder.removeEventListener("start",n,!1),t()};this._recorder.addEventListener("start",n,!1)});return this.state==="stopped"?this._recorder.start():this._recorder.resume(),yield e})}stop(){return Ie(this,void 0,void 0,function*(){Q(this.state!=="stopped","Recorder is not started");const e=new Promise(t=>{const n=i=>{this._recorder.removeEventListener("dataavailable",n,!1),t(i.data)};this._recorder.addEventListener("dataavailable",n,!1)});return this._recorder.stop(),yield e})}pause(){return Q(this.state==="started","Recorder must be started"),this._recorder.pause(),this}dispose(){return super.dispose(),this.input.dispose(),this._stream.disconnect(),this}}class Jt extends q{constructor(){const e=F(Jt.getDefaults(),arguments,["threshold","ratio"]);super(e),this.name="Compressor",this._compressor=this.context.createDynamicsCompressor(),this.input=this._compressor,this.output=this._compressor,this.threshold=new oe({minValue:this._compressor.threshold.minValue,maxValue:this._compressor.threshold.maxValue,context:this.context,convert:!1,param:this._compressor.threshold,units:"decibels",value:e.threshold}),this.attack=new oe({minValue:this._compressor.attack.minValue,maxValue:this._compressor.attack.maxValue,context:this.context,param:this._compressor.attack,units:"time",value:e.attack}),this.release=new oe({minValue:this._compressor.release.minValue,maxValue:this._compressor.release.maxValue,context:this.context,param:this._compressor.release,units:"time",value:e.release}),this.knee=new oe({minValue:this._compressor.knee.minValue,maxValue:this._compressor.knee.maxValue,context:this.context,convert:!1,param:this._compressor.knee,units:"decibels",value:e.knee}),this.ratio=new oe({minValue:this._compressor.ratio.minValue,maxValue:this._compressor.ratio.maxValue,context:this.context,convert:!1,param:this._compressor.ratio,units:"positive",value:e.ratio}),se(this,["knee","release","attack","ratio","threshold"])}static getDefaults(){return Object.assign(q.getDefaults(),{attack:.003,knee:30,ratio:12,release:.25,threshold:-24})}get reduction(){return this._compressor.reduction}dispose(){return super.dispose(),this._compressor.disconnect(),this.attack.dispose(),this.release.dispose(),this.threshold.dispose(),this.ratio.dispose(),this.knee.dispose(),this}}class Wr extends q{constructor(){const e=F(Wr.getDefaults(),arguments,["threshold","smoothing"]);super(e),this.name="Gate",this._follower=new bi({context:this.context,smoothing:e.smoothing}),this._gt=new vr({context:this.context,value:hn(e.threshold)}),this.input=new H({context:this.context}),this._gate=this.output=new H({context:this.context}),this.input.connect(this._gate),this.input.chain(this._follower,this._gt,this._gate.gain)}static getDefaults(){return Object.assign(q.getDefaults(),{smoothing:.1,threshold:-40})}get threshold(){return li(this._gt.value)}set threshold(e){this._gt.value=hn(e)}get smoothing(){return this._follower.smoothing}set smoothing(e){this._follower.smoothing=e}dispose(){return super.dispose(),this.input.dispose(),this._follower.dispose(),this._gt.dispose(),this._gate.dispose(),this}}class Br extends q{constructor(){const e=F(Br.getDefaults(),arguments,["threshold"]);super(e),this.name="Limiter",this._compressor=this.input=this.output=new Jt({context:this.context,ratio:20,attack:.003,release:.01,threshold:e.threshold}),this.threshold=this._compressor.threshold,se(this,"threshold")}static getDefaults(){return Object.assign(q.getDefaults(),{threshold:-12})}get reduction(){return this._compressor.reduction}dispose(){return super.dispose(),this._compressor.dispose(),this.threshold.dispose(),this}}class Ma extends q{constructor(){const e=F(Ma.getDefaults(),arguments);super(e),this.name="MidSideCompressor",this._midSideSplit=this.input=new wi({context:this.context}),this._midSideMerge=this.output=new xi({context:this.context}),this.mid=new Jt(Object.assign(e.mid,{context:this.context})),this.side=new Jt(Object.assign(e.side,{context:this.context})),this._midSideSplit.mid.chain(this.mid,this._midSideMerge.mid),this._midSideSplit.side.chain(this.side,this._midSideMerge.side),se(this,["mid","side"])}static getDefaults(){return Object.assign(q.getDefaults(),{mid:{ratio:3,threshold:-24,release:.03,attack:.02,knee:16},side:{ratio:6,threshold:-30,release:.25,attack:.03,knee:10}})}dispose(){return super.dispose(),this.mid.dispose(),this.side.dispose(),this._midSideSplit.dispose(),this._midSideMerge.dispose(),this}}class Oa extends q{constructor(){const e=F(Oa.getDefaults(),arguments);super(e),this.name="MultibandCompressor",this._splitter=this.input=new Ci({context:this.context,lowFrequency:e.lowFrequency,highFrequency:e.highFrequency}),this.lowFrequency=this._splitter.lowFrequency,this.highFrequency=this._splitter.highFrequency,this.output=new H({context:this.context}),this.low=new Jt(Object.assign(e.low,{context:this.context})),this.mid=new Jt(Object.assign(e.mid,{context:this.context})),this.high=new Jt(Object.assign(e.high,{context:this.context})),this._splitter.low.chain(this.low,this.output),this._splitter.mid.chain(this.mid,this.output),this._splitter.high.chain(this.high,this.output),se(this,["high","mid","low","highFrequency","lowFrequency"])}static getDefaults(){return Object.assign(q.getDefaults(),{lowFrequency:250,highFrequency:2e3,low:{ratio:6,threshold:-30,release:.25,attack:.03,knee:10},mid:{ratio:3,threshold:-24,release:.03,attack:.02,knee:16},high:{ratio:3,threshold:-24,release:.03,attack:.02,knee:16}})}dispose(){return super.dispose(),this._splitter.dispose(),this.low.dispose(),this.mid.dispose(),this.high.dispose(),this.output.dispose(),this}}class $r extends q{constructor(){const e=F($r.getDefaults(),arguments,["low","mid","high"]);super(e),this.name="EQ3",this.output=new H({context:this.context}),this._internalChannels=[],this.input=this._multibandSplit=new Ci({context:this.context,highFrequency:e.highFrequency,lowFrequency:e.lowFrequency}),this._lowGain=new H({context:this.context,gain:e.low,units:"decibels"}),this._midGain=new H({context:this.context,gain:e.mid,units:"decibels"}),this._highGain=new H({context:this.context,gain:e.high,units:"decibels"}),this.low=this._lowGain.gain,this.mid=this._midGain.gain,this.high=this._highGain.gain,this.Q=this._multibandSplit.Q,this.lowFrequency=this._multibandSplit.lowFrequency,this.highFrequency=this._multibandSplit.highFrequency,this._multibandSplit.low.chain(this._lowGain,this.output),this._multibandSplit.mid.chain(this._midGain,this.output),this._multibandSplit.high.chain(this._highGain,this.output),se(this,["low","mid","high","lowFrequency","highFrequency"]),this._internalChannels=[this._multibandSplit]}static getDefaults(){return Object.assign(q.getDefaults(),{high:0,highFrequency:2500,low:0,lowFrequency:400,mid:0})}dispose(){return super.dispose(),ci(this,["low","mid","high","lowFrequency","highFrequency"]),this._multibandSplit.dispose(),this.lowFrequency.dispose(),this.highFrequency.dispose(),this._lowGain.dispose(),this._midGain.dispose(),this._highGain.dispose(),this.low.dispose(),this.mid.dispose(),this.high.dispose(),this.Q.dispose(),this}}class Na extends q{constructor(){const e=F(Na.getDefaults(),arguments,["url","onload"]);super(e),this.name="Convolver",this._convolver=this.context.createConvolver(),this._buffer=new Ce(e.url,t=>{this.buffer=t,e.onload()}),this.input=new H({context:this.context}),this.output=new H({context:this.context}),this._buffer.loaded&&(this.buffer=this._buffer),this.normalize=e.normalize,this.input.chain(this._convolver,this.output)}static getDefaults(){return Object.assign(q.getDefaults(),{normalize:!0,onload:ve})}load(e){return Ie(this,void 0,void 0,function*(){this.buffer=yield this._buffer.load(e)})}get buffer(){return this._buffer.length?this._buffer:null}set buffer(e){e&&this._buffer.set(e),this._convolver.buffer&&(this.input.disconnect(),this._convolver.disconnect(),this._convolver=this.context.createConvolver(),this.input.chain(this._convolver,this.output));const t=this._buffer.get();this._convolver.buffer=t||null}get normalize(){return this._convolver.normalize}set normalize(e){this._convolver.normalize=e}dispose(){return super.dispose(),this._buffer.dispose(),this._convolver.disconnect(),this}}function sn(){return fe().now()}function g_(){return fe().immediate()}const __=fe().transport;function Vs(){return fe().transport}const v_=fe().destination,y_=fe().destination;function Fa(){return fe().destination}const b_=fe().listener;function w_(){return fe().listener}const x_=fe().draw;function C_(){return fe().draw}const S_=fe();function T_(){return Ce.loaded()}const k_=Ce,A_=Tn,I_=Ms,fu=Object.freeze(Object.defineProperty({__proto__:null,AMOscillator:di,AMSynth:fa,Abs:au,Add:Gs,AmplitudeEnvelope:Dn,Analyser:Us,AudioToGain:mr,AutoFilter:br,AutoPanner:wr,AutoWah:xr,BaseContext:ta,BiquadFilter:Un,BitCrusher:Cr,Buffer:k_,BufferSource:I_,Buffers:A_,Channel:pu,Chebyshev:Sr,Chorus:Tr,Clock:Sn,Compressor:Jt,Context:zs,Convolver:Na,CrossFade:Rn,DCMeter:Da,Delay:Mt,Destination:v_,Distortion:kr,Draw:x_,DuoSynth:ma,EQ3:$r,Emitter:wn,Envelope:ct,FFT:Ia,FMOscillator:An,FMSynth:ga,FatOscillator:pi,FeedbackCombFilter:gi,FeedbackDelay:Ar,Filter:Rt,Follower:bi,Freeverb:Ir,Frequency:qg,FrequencyClass:yt,FrequencyEnvelope:Kn,FrequencyShifter:ka,Gain:H,GainToAudio:cu,Gate:Wr,GrainPlayer:da,GreaterThan:vr,GreaterThanZero:_r,IntervalTimeline:ru,JCReverb:Dr,LFO:bt,Limiter:Br,Listener:b_,Loop:Qn,LowpassCombFilter:vi,Master:y_,MembraneSynth:mi,Merge:Os,MetalSynth:_a,Meter:Vr,MidSideCompressor:Ma,MidSideMerge:xi,MidSideSplit:wi,Midi:Gg,MidiClass:fn,Mono:Ra,MonoSynth:Ws,MultibandCompressor:Oa,MultibandSplit:Ci,Multiply:We,Negate:pa,Noise:As,NoiseSynth:va,Offline:Zg,OfflineContext:xn,OmniOscillator:fs,OnePoleFilter:_i,Oscillator:Pe,PWMOscillator:fi,PanVol:Pr,Panner:En,Panner3D:Ea,Param:oe,Part:Jn,Pattern:Ca,Phaser:Er,PingPongDelay:Rr,PitchShift:Aa,Player:Xs,Players:ha,PluckSynth:wa,PolySynth:xa,Pow:kn,PulseOscillator:In,Recorder:Ji,Reverb:Mr,Sampler:yi,Scale:ms,ScaleExp:yr,Sequence:Sa,Signal:re,Solo:Le,Split:Ys,StateTimeline:Cn,StereoWidener:Or,Subtract:Hs,SyncedSignal:Qg,Synth:Is,Ticks:Xg,TicksClass:Ve,Time:Wg,TimeClass:Dt,Timeline:Et,ToneAudioBuffer:Ce,ToneAudioBuffers:Tn,ToneAudioNode:q,ToneBufferSource:Ms,ToneEvent:Qt,ToneOscillatorNode:hi,Transport:__,TransportTime:jg,TransportTimeClass:Ge,Tremolo:Nr,Unit:Ug,UserMedia:Zn,Vibrato:Fr,Volume:Yt,WaveShaper:Ut,Waveform:m_,Zero:gr,connect:pt,connectSeries:Nt,connectSignal:ui,context:S_,dbToGain:hn,debug:Cg,defaultArg:Bt,disconnect:ra,fanIn:Lg,ftom:Cs,gainToDb:li,getContext:fe,getDestination:Fa,getDraw:C_,getListener:w_,getTransport:Vs,immediate:g_,intervalToFrequencyRatio:dn,isArray:at,isBoolean:Ko,isDefined:de,isFunction:Kl,isNote:Ln,isNumber:Ot,isObject:ps,isString:Gt,isUndef:Tt,loaded:T_,mtof:na,now:sn,optionsFromArguments:F,setContext:Hn,start:sa,supported:wg,version:Mo},Symbol.toStringTag,{value:"Module"}));var Ni={exports:{}},Bn={};var yc;function D_(){if(yc)return Bn;yc=1;var s=S,e=Symbol.for("react.element"),t=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,i=s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,r={key:!0,ref:!0,__self:!0,__source:!0};function o(a,c,l){var u,h={},p=null,d=null;l!==void 0&&(p=""+l),c.key!==void 0&&(p=""+c.key),c.ref!==void 0&&(d=c.ref);for(u in c)n.call(c,u)&&!r.hasOwnProperty(u)&&(h[u]=c[u]);if(a&&a.defaultProps)for(u in c=a.defaultProps,c)h[u]===void 0&&(h[u]=c[u]);return{$$typeof:e,type:a,key:p,ref:d,props:h,_owner:i.current}}return Bn.Fragment=t,Bn.jsx=o,Bn.jsxs=o,Bn}var $n={};var bc;function R_(){return bc||(bc=1,process.env.NODE_ENV!=="production"&&(function(){var s=S,e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),r=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),a=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),d=Symbol.for("react.offscreen"),f=Symbol.iterator,_="@@iterator";function g(C){if(C===null||typeof C!="object")return null;var M=f&&C[f]||C[_];return typeof M=="function"?M:null}var m=s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function y(C){{for(var M=arguments.length,W=new Array(M>1?M-1:0),z=1;z<M;z++)W[z-1]=arguments[z];x("error",C,W)}}function x(C,M,W){{var z=m.ReactDebugCurrentFrame,pe=z.getStackAddendum();pe!==""&&(M+="%s",W=W.concat([pe]));var xe=W.map(function(J){return String(J)});xe.unshift("Warning: "+M),Function.prototype.apply.call(console[C],console,xe)}}var b=!1,v=!1,w=!1,k=!1,T=!1,D;D=Symbol.for("react.module.reference");function I(C){return!!(typeof C=="string"||typeof C=="function"||C===n||C===r||T||C===i||C===l||C===u||k||C===d||b||v||w||typeof C=="object"&&C!==null&&(C.$$typeof===p||C.$$typeof===h||C.$$typeof===o||C.$$typeof===a||C.$$typeof===c||C.$$typeof===D||C.getModuleId!==void 0))}function A(C,M,W){var z=C.displayName;if(z)return z;var pe=M.displayName||M.name||"";return pe!==""?W+"("+pe+")":W}function R(C){return C.displayName||"Context"}function O(C){if(C==null)return null;if(typeof C.tag=="number"&&y("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof C=="function")return C.displayName||C.name||null;if(typeof C=="string")return C;switch(C){case n:return"Fragment";case t:return"Portal";case r:return"Profiler";case i:return"StrictMode";case l:return"Suspense";case u:return"SuspenseList"}if(typeof C=="object")switch(C.$$typeof){case a:var M=C;return R(M)+".Consumer";case o:var W=C;return R(W._context)+".Provider";case c:return A(C,C.render,"ForwardRef");case h:var z=C.displayName||null;return z!==null?z:O(C.type)||"Memo";case p:{var pe=C,xe=pe._payload,J=pe._init;try{return O(J(xe))}catch{return null}}}return null}var N=Object.assign,B=0,V,j,X,$,Z,G,ie;function ae(){}ae.__reactDisabledLog=!0;function me(){{if(B===0){V=console.log,j=console.info,X=console.warn,$=console.error,Z=console.group,G=console.groupCollapsed,ie=console.groupEnd;var C={configurable:!0,enumerable:!0,value:ae,writable:!0};Object.defineProperties(console,{info:C,log:C,warn:C,error:C,group:C,groupCollapsed:C,groupEnd:C})}B++}}function Y(){{if(B--,B===0){var C={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:N({},C,{value:V}),info:N({},C,{value:j}),warn:N({},C,{value:X}),error:N({},C,{value:$}),group:N({},C,{value:Z}),groupCollapsed:N({},C,{value:G}),groupEnd:N({},C,{value:ie})})}B<0&&y("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ce=m.ReactCurrentDispatcher,Me;function U(C,M,W){{if(Me===void 0)try{throw Error()}catch(pe){var z=pe.stack.trim().match(/\n( *(at )?)/);Me=z&&z[1]||""}return`
210
- `+Me+C}}var ye=!1,Xe;{var Vt=typeof WeakMap=="function"?WeakMap:Map;Xe=new Vt}function K(C,M){if(!C||ye)return"";{var W=Xe.get(C);if(W!==void 0)return W}var z;ye=!0;var pe=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var xe;xe=ce.current,ce.current=null,me();try{if(M){var J=function(){throw Error()};if(Object.defineProperty(J.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(J,[])}catch(Se){z=Se}Reflect.construct(C,[],J)}else{try{J.call()}catch(Se){z=Se}C.call(J.prototype)}}else{try{throw Error()}catch(Se){z=Se}C()}}catch(Se){if(Se&&z&&typeof Se.stack=="string"){for(var ne=Se.stack.split(`
211
- `),De=z.stack.split(`
212
- `),Ae=ne.length-1,Ne=De.length-1;Ae>=1&&Ne>=0&&ne[Ae]!==De[Ne];)Ne--;for(;Ae>=1&&Ne>=0;Ae--,Ne--)if(ne[Ae]!==De[Ne]){if(Ae!==1||Ne!==1)do if(Ae--,Ne--,Ne<0||ne[Ae]!==De[Ne]){var it=`
213
- `+ne[Ae].replace(" at new "," at ");return C.displayName&&it.includes("<anonymous>")&&(it=it.replace("<anonymous>",C.displayName)),typeof C=="function"&&Xe.set(C,it),it}while(Ae>=1&&Ne>=0);break}}}finally{ye=!1,ce.current=xe,Y(),Error.prepareStackTrace=pe}var ys=C?C.displayName||C.name:"",as=ys?U(ys):"";return typeof C=="function"&&Xe.set(C,as),as}function ut(C,M,W){return K(C,!1)}function Be(C){var M=C.prototype;return!!(M&&M.isReactComponent)}function L(C,M,W){if(C==null)return"";if(typeof C=="function")return K(C,Be(C));if(typeof C=="string")return U(C);switch(C){case l:return U("Suspense");case u:return U("SuspenseList")}if(typeof C=="object")switch(C.$$typeof){case c:return ut(C.render);case h:return L(C.type,M,W);case p:{var z=C,pe=z._payload,xe=z._init;try{return L(xe(pe),M,W)}catch{}}}return""}var ee=Object.prototype.hasOwnProperty,be={},ge=m.ReactDebugCurrentFrame;function he(C){if(C){var M=C._owner,W=L(C.type,C._source,M?M.type:null);ge.setExtraStackFrame(W)}else ge.setExtraStackFrame(null)}function we(C,M,W,z,pe){{var xe=Function.call.bind(ee);for(var J in C)if(xe(C,J)){var ne=void 0;try{if(typeof C[J]!="function"){var De=Error((z||"React class")+": "+W+" type `"+J+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof C[J]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw De.name="Invariant Violation",De}ne=C[J](M,J,z,W,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Ae){ne=Ae}ne&&!(ne instanceof Error)&&(he(pe),y("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",z||"React class",W,J,typeof ne),he(null)),ne instanceof Error&&!(ne.message in be)&&(be[ne.message]=!0,he(pe),y("Failed %s type: %s",W,ne.message),he(null))}}}var He=Array.isArray;function nt(C){return He(C)}function mt(C){{var M=typeof Symbol=="function"&&Symbol.toStringTag,W=M&&C[Symbol.toStringTag]||C.constructor.name||"Object";return W}}function Kt(C){try{return le(C),!1}catch{return!0}}function le(C){return""+C}function _e(C){if(Kt(C))return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",mt(C)),le(C)}var Oe=m.ReactCurrentOwner,Ze={key:!0,ref:!0,__self:!0,__source:!0},je,Ct;function ke(C){if(ee.call(C,"ref")){var M=Object.getOwnPropertyDescriptor(C,"ref").get;if(M&&M.isReactWarning)return!1}return C.ref!==void 0}function jt(C){if(ee.call(C,"key")){var M=Object.getOwnPropertyDescriptor(C,"key").get;if(M&&M.isReactWarning)return!1}return C.key!==void 0}function ht(C,M){typeof C.ref=="string"&&Oe.current}function It(C,M){{var W=function(){je||(je=!0,y("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",M))};W.isReactWarning=!0,Object.defineProperty(C,"key",{get:W,configurable:!0})}}function dt(C,M){{var W=function(){Ct||(Ct=!0,y("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",M))};W.isReactWarning=!0,Object.defineProperty(C,"ref",{get:W,configurable:!0})}}var Je=function(C,M,W,z,pe,xe,J){var ne={$$typeof:e,type:C,key:M,ref:W,props:J,_owner:xe};return ne._store={},Object.defineProperty(ne._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(ne,"_self",{configurable:!1,enumerable:!1,writable:!1,value:z}),Object.defineProperty(ne,"_source",{configurable:!1,enumerable:!1,writable:!1,value:pe}),Object.freeze&&(Object.freeze(ne.props),Object.freeze(ne)),ne};function os(C,M,W,z,pe){{var xe,J={},ne=null,De=null;W!==void 0&&(_e(W),ne=""+W),jt(M)&&(_e(M.key),ne=""+M.key),ke(M)&&(De=M.ref,ht(M,pe));for(xe in M)ee.call(M,xe)&&!Ze.hasOwnProperty(xe)&&(J[xe]=M[xe]);if(C&&C.defaultProps){var Ae=C.defaultProps;for(xe in Ae)J[xe]===void 0&&(J[xe]=Ae[xe])}if(ne||De){var Ne=typeof C=="function"?C.displayName||C.name||"Unknown":C;ne&&It(J,Ne),De&&dt(J,Ne)}return Je(C,ne,De,pe,z,Oe.current,J)}}var Ns=m.ReactCurrentOwner,Ti=m.ReactDebugCurrentFrame;function vs(C){if(C){var M=C._owner,W=L(C.type,C._source,M?M.type:null);Ti.setExtraStackFrame(W)}else Ti.setExtraStackFrame(null)}var On;On=!1;function Nn(C){return typeof C=="object"&&C!==null&&C.$$typeof===e}function ki(){{if(Ns.current){var C=O(Ns.current.type);if(C)return`
214
-
215
- Check the render method of \``+C+"`."}return""}}function Hr(C){return""}var Ai={};function Yr(C){{var M=ki();if(!M){var W=typeof C=="string"?C:C.displayName||C.name;W&&(M=`
216
-
217
- Check the top-level render call using <`+W+">.")}return M}}function Ii(C,M){{if(!C._store||C._store.validated||C.key!=null)return;C._store.validated=!0;var W=Yr(M);if(Ai[W])return;Ai[W]=!0;var z="";C&&C._owner&&C._owner!==Ns.current&&(z=" It was passed a child from "+O(C._owner.type)+"."),vs(C),y('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',W,z),vs(null)}}function Fn(C,M){{if(typeof C!="object")return;if(nt(C))for(var W=0;W<C.length;W++){var z=C[W];Nn(z)&&Ii(z,M)}else if(Nn(C))C._store&&(C._store.validated=!0);else if(C){var pe=g(C);if(typeof pe=="function"&&pe!==C.entries)for(var xe=pe.call(C),J;!(J=xe.next()).done;)Nn(J.value)&&Ii(J.value,M)}}}function Ur(C){{var M=C.type;if(M==null||typeof M=="string")return;var W;if(typeof M=="function")W=M.propTypes;else if(typeof M=="object"&&(M.$$typeof===c||M.$$typeof===h))W=M.propTypes;else return;if(W){var z=O(M);we(W,C.props,"prop",z,C)}else if(M.PropTypes!==void 0&&!On){On=!0;var pe=O(M);y("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",pe||"Unknown")}typeof M.getDefaultProps=="function"&&!M.getDefaultProps.isReactClassApproved&&y("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Di(C){{for(var M=Object.keys(C.props),W=0;W<M.length;W++){var z=M[W];if(z!=="children"&&z!=="key"){vs(C),y("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",z),vs(null);break}}C.ref!==null&&(vs(C),y("Invalid attribute `ref` supplied to `React.Fragment`."),vs(null))}}var Vn={};function Pn(C,M,W,z,pe,xe){{var J=I(C);if(!J){var ne="";(C===void 0||typeof C=="object"&&C!==null&&Object.keys(C).length===0)&&(ne+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var De=Hr();De?ne+=De:ne+=ki();var Ae;C===null?Ae="null":nt(C)?Ae="array":C!==void 0&&C.$$typeof===e?(Ae="<"+(O(C.type)||"Unknown")+" />",ne=" Did you accidentally export a JSX literal instead of a component?"):Ae=typeof C,y("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Ae,ne)}var Ne=os(C,M,W,pe,xe);if(Ne==null)return Ne;if(J){var it=M.children;if(it!==void 0)if(z)if(nt(it)){for(var ys=0;ys<it.length;ys++)Fn(it[ys],C);Object.freeze&&Object.freeze(it)}else y("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Fn(it,C)}if(ee.call(M,"key")){var as=O(C),Se=Object.keys(M).filter(function(Uu){return Uu!=="key"}),Fs=Se.length>0?"{key: someKey, "+Se.join(": ..., ")+": ...}":"{key: someKey}";if(!Vn[as+Fs]){var Yu=Se.length>0?"{"+Se.join(": ..., ")+": ...}":"{}";y(`A props object containing a "key" prop is being spread into JSX:
1
+ "use strict";var ca=Object.create;var En=Object.defineProperty;var ua=Object.getOwnPropertyDescriptor;var da=Object.getOwnPropertyNames;var fa=Object.getPrototypeOf,ha=Object.prototype.hasOwnProperty;var ma=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of da(t))!ha.call(e,a)&&a!==n&&En(e,a,{get:()=>t[a],enumerable:!(r=ua(t,a))||r.enumerable});return e};var pa=(e,t,n)=>(n=e!=null?ca(fa(e)):{},ma(t||!e||!e.__esModule?En(n,"default",{value:e,enumerable:!0}):n,e));Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const V=require("tone"),c=require("react"),k=require("styled-components");require("react-dom");var Qt=typeof document<"u"?document.currentScript:null;function Sr(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const kr=Sr(V),ee=Sr(c);var Et={exports:{}},ht={};var Tn;function ga(){if(Tn)return ht;Tn=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function n(r,a,s){var o=null;if(s!==void 0&&(o=""+s),a.key!==void 0&&(o=""+a.key),"key"in a){s={};for(var i in a)i!=="key"&&(s[i]=a[i])}else s=a;return a=s.ref,{$$typeof:e,type:r,key:o,ref:a!==void 0?a:null,props:s}}return ht.Fragment=t,ht.jsx=n,ht.jsxs=n,ht}var mt={};var Dn;function ba(){return Dn||(Dn=1,process.env.NODE_ENV!=="production"&&(function(){function e(S){if(S==null)return null;if(typeof S=="function")return S.$$typeof===$?null:S.displayName||S.name||null;if(typeof S=="string")return S;switch(S){case v:return"Fragment";case C:return"Profiler";case m:return"StrictMode";case I:return"Suspense";case D:return"SuspenseList";case M:return"Activity"}if(typeof S=="object")switch(typeof S.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),S.$$typeof){case y:return"Portal";case g:return S.displayName||"Context";case w:return(S._context.displayName||"Context")+".Consumer";case A:var z=S.render;return S=S.displayName,S||(S=z.displayName||z.name||"",S=S!==""?"ForwardRef("+S+")":"ForwardRef"),S;case F:return z=S.displayName||null,z!==null?z:e(S.type)||"Memo";case _:z=S._payload,S=S._init;try{return e(S(z))}catch{}}return null}function t(S){return""+S}function n(S){try{t(S);var z=!1}catch{z=!0}if(z){z=console;var G=z.error,Q=typeof Symbol=="function"&&Symbol.toStringTag&&S[Symbol.toStringTag]||S.constructor.name||"Object";return G.call(z,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",Q),t(S)}}function r(S){if(S===v)return"<>";if(typeof S=="object"&&S!==null&&S.$$typeof===_)return"<...>";try{var z=e(S);return z?"<"+z+">":"<...>"}catch{return"<...>"}}function a(){var S=j.A;return S===null?null:S.getOwner()}function s(){return Error("react-stack-top-frame")}function o(S){if(Z.call(S,"key")){var z=Object.getOwnPropertyDescriptor(S,"key").get;if(z&&z.isReactWarning)return!1}return S.key!==void 0}function i(S,z){function G(){K||(K=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",z))}G.isReactWarning=!0,Object.defineProperty(S,"key",{get:G,configurable:!0})}function l(){var S=e(this.type);return te[S]||(te[S]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),S=this.props.ref,S!==void 0?S:null}function u(S,z,G,Q,se,fe){var ue=G.ref;return S={$$typeof:x,type:S,key:z,props:G,_owner:Q},(ue!==void 0?ue:null)!==null?Object.defineProperty(S,"ref",{enumerable:!1,get:l}):Object.defineProperty(S,"ref",{enumerable:!1,value:null}),S._store={},Object.defineProperty(S._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(S,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(S,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:se}),Object.defineProperty(S,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:fe}),Object.freeze&&(Object.freeze(S.props),Object.freeze(S)),S}function d(S,z,G,Q,se,fe){var ue=z.children;if(ue!==void 0)if(Q)if(X(ue)){for(Q=0;Q<ue.length;Q++)b(ue[Q]);Object.freeze&&Object.freeze(ue)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else b(ue);if(Z.call(z,"key")){ue=e(S);var ye=Object.keys(z).filter(function(De){return De!=="key"});Q=0<ye.length?"{key: someKey, "+ye.join(": ..., ")+": ...}":"{key: someKey}",oe[ue+Q]||(ye=0<ye.length?"{"+ye.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
218
2
  let props = %s;
219
3
  <%s {...props} />
220
4
  React keys must be passed directly to JSX without using spread:
221
5
  let props = %s;
222
- <%s key={someKey} {...props} />`,Fs,as,Yu,as),Vn[as+Fs]=!0}}return C===n?Di(Ne):Ur(Ne),Ne}}function Ri(C,M,W){return Pn(C,M,W,!0)}function Kr(C,M,W){return Pn(C,M,W,!1)}var Qr=Kr,te=Ri;$n.Fragment=n,$n.jsx=Qr,$n.jsxs=te})()),$n}var wc;function E_(){return wc||(wc=1,process.env.NODE_ENV==="production"?Ni.exports=D_():Ni.exports=R_()),Ni.exports}var E=E_();function xc(s,e){const t=new Float32Array(s),n=s-1;for(let i=0;i<s;i++){const r=i/n;t[i]=e?r:1-r}return t}function M_(s,e){const t=new Float32Array(s),n=s-1;for(let i=0;i<s;i++){const r=i/n,o=e?i:s-1-i;t[o]=Math.exp(2*r-1)/Math.E}return t}function O_(s,e){const t=new Float32Array(s),n=e?Math.PI/2:-Math.PI/2;for(let i=0;i<s;i++)t[i]=Math.sin(Math.PI*i/s-n)/2+.5;return t}function N_(s,e,t=10){const n=new Float32Array(s);for(let i=0;i<s;i++){const r=e?i:s-1-i,o=i/s;n[r]=Math.log(1+t*o)/Math.log(1+t)}return n}function mu(s,e,t){switch(s){case"linear":return xc(e,t);case"exponential":return M_(e,t);case"sCurve":return O_(e,t);case"logarithmic":return N_(e,t);default:return xc(e,t)}}function Cc(s,e,t,n="linear",i=0,r=1){if(!(t<=0))if(n==="linear")s.setValueAtTime(i,e),s.linearRampToValueAtTime(r,e+t);else if(n==="exponential")s.setValueAtTime(Math.max(i,.001),e),s.exponentialRampToValueAtTime(Math.max(r,.001),e+t);else{const o=mu(n,1e4,!0),a=new Float32Array(o.length),c=r-i;for(let l=0;l<o.length;l++)a[l]=i+o[l]*c;s.setValueCurveAtTime(a,e,t)}}function Sc(s,e,t,n="linear",i=1,r=0){if(!(t<=0))if(n==="linear")s.setValueAtTime(i,e),s.linearRampToValueAtTime(r,e+t);else if(n==="exponential")s.setValueAtTime(Math.max(i,.001),e),s.exponentialRampToValueAtTime(Math.max(r,.001),e+t);else{const o=mu(n,1e4,!1),a=new Float32Array(o.length),c=i-r;for(let l=0;l<o.length;l++)a[l]=r+o[l]*c;s.setValueCurveAtTime(a,e,t)}}var F_=class{constructor(s){this.activePlayers=0,this.track=s.track,this.volumeNode=new Yt(this.gainToDb(s.track.gain)),this.panNode=new En(s.track.stereoPan),this.muteGain=new H(s.track.muted?0:1);const e=s.destination||Fa();if(s.effects){const n=s.effects(this.muteGain,e,!1);n&&(this.effectsCleanup=n)}else this.muteGain.connect(e);const t=s.clips||(s.buffer?[{buffer:s.buffer,startTime:0,duration:s.buffer.duration,offset:0,fadeIn:s.track.fadeIn,fadeOut:s.track.fadeOut,gain:1}]:[]);this.clips=t.map(n=>{const i=new Xs({url:n.buffer,loop:!1,onstop:()=>{this.activePlayers--,this.activePlayers===0&&this.onStopCallback&&this.onStopCallback()}}),r=new H(n.gain);return i.connect(r),r.chain(this.volumeNode,this.panNode,this.muteGain),{player:i,clipInfo:n,fadeGain:r,pausedPosition:0,playStartTime:0}})}scheduleFades(s,e,t=0){const{clipInfo:n,fadeGain:i}=s,r=i.gain._param;r.cancelScheduledValues(0);const o=t-n.offset;if(n.fadeIn&&o<n.fadeIn.duration){const a=n.fadeIn.duration;if(o<=0)Cc(r,e,a,n.fadeIn.type||"linear",0,n.gain);else{const c=a-o,l=o/a,u=n.gain*l;Cc(r,e,c,n.fadeIn.type||"linear",u,n.gain)}}else r.setValueAtTime(n.gain,e);if(n.fadeOut){const c=n.duration-n.fadeOut.duration-o;if(c>0){const l=e+c;Sc(r,l,n.fadeOut.duration,n.fadeOut.type||"linear",n.gain,0)}else if(c>-n.fadeOut.duration){const l=-c,u=n.fadeOut.duration-l,h=l/n.fadeOut.duration,p=n.gain*(1-h);Sc(r,e,u,n.fadeOut.type||"linear",p,0)}}}gainToDb(s){return 20*Math.log10(s)}setVolume(s){this.track.gain=s,this.volumeNode.volume.value=this.gainToDb(s)}setPan(s){this.track.stereoPan=s,this.panNode.pan.value=s}setMute(s){this.track.muted=s,this.muteGain.gain.value=s?0:1}setSolo(s){this.track.soloed=s}play(s,e=0,t){const n=s??sn();this.isPlaying&&this.stop(),this.activePlayers=0,this.clips.forEach(i=>{const{player:r,clipInfo:o}=i,a=e,c=o.startTime,l=o.startTime+o.duration;if(a<l)if(this.activePlayers++,i.playStartTime=sn(),a>=c){const u=a-c+o.offset,h=o.duration-(a-c),p=t?Math.min(t,h):h;i.pausedPosition=u,this.scheduleFades(i,n,u),r.start(n,u,p)}else{const u=c-a,h=t?Math.min(t-u,o.duration):o.duration;u<(t??1/0)?(i.pausedPosition=o.offset,this.scheduleFades(i,n+u,o.offset),r.start(n+u,o.offset,h)):this.activePlayers--}})}pause(){this.clips.forEach(s=>{if(s.player.state==="started"){const e=(sn()-s.playStartTime)*s.player.playbackRate;s.pausedPosition=s.pausedPosition+e}s.player.stop()}),this.activePlayers=0}stop(s){const e=s??sn();this.clips.forEach(t=>{t.player.stop(e),t.pausedPosition=0}),this.activePlayers=0}dispose(){this.effectsCleanup&&this.effectsCleanup(),this.clips.forEach(s=>{s.player.dispose(),s.fadeGain.dispose()}),this.volumeNode.dispose(),this.panNode.dispose(),this.muteGain.dispose()}get id(){return this.track.id}get duration(){if(this.clips.length===0)return 0;const s=this.clips[this.clips.length-1];return s.clipInfo.startTime+s.clipInfo.duration}get buffer(){return this.clips[0]?.clipInfo.buffer}get isPlaying(){return this.clips.some(s=>s.player.state==="started")}get muted(){return this.track.muted}get startTime(){return this.track.startTime}setOnStopCallback(s){this.onStopCallback=s}},V_=class{constructor(s={}){if(this.tracks=new Map,this.isInitialized=!1,this.soloedTracks=new Set,this.manualMuteState=new Map,this.activeTracks=new Map,this.playbackSessionId=0,this.masterVolume=new Yt(this.gainToDb(s.masterGain??1)),s.effects){const e=s.effects(this.masterVolume,Fa(),!1);e&&(this.effectsCleanup=e)}else this.masterVolume.toDestination();s.tracks&&s.tracks.forEach(e=>{this.tracks.set(e.id,e),this.manualMuteState.set(e.id,e.muted)})}gainToDb(s){return 20*Math.log10(s)}async init(){this.isInitialized||(await sa(),this.isInitialized=!0)}addTrack(s){const e={...s,destination:this.masterVolume},t=new F_(e);return this.tracks.set(t.id,t),this.manualMuteState.set(t.id,s.track.muted??!1),s.track.soloed&&this.soloedTracks.add(t.id),t}applyInitialSoloState(){this.updateSoloMuting()}removeTrack(s){const e=this.tracks.get(s);e&&(e.dispose(),this.tracks.delete(s),this.manualMuteState.delete(s),this.soloedTracks.delete(s))}getTrack(s){return this.tracks.get(s)}play(s,e,t){if(!this.isInitialized){console.warn("TonePlayout not initialized. Call init() first.");return}const n=s??sn(),i=e??0;this.playbackSessionId++;const r=this.playbackSessionId;this.activeTracks.clear(),this.tracks.forEach(o=>{const a=o.startTime;if(i>=a){const c=i-a;t!==void 0&&(this.activeTracks.set(o.id,r),o.setOnStopCallback(()=>{this.activeTracks.get(o.id)===r&&(this.activeTracks.delete(o.id),this.activeTracks.size===0&&this.onPlaybackCompleteCallback&&this.onPlaybackCompleteCallback())})),o.play(n,c,t)}else{const c=a-i;t!==void 0&&(this.activeTracks.set(o.id,r),o.setOnStopCallback(()=>{this.activeTracks.get(o.id)===r&&(this.activeTracks.delete(o.id),this.activeTracks.size===0&&this.onPlaybackCompleteCallback&&this.onPlaybackCompleteCallback())})),o.play(n+c,0,t)}}),e!==void 0?Vs().start(n,e):Vs().start(n)}pause(){Vs().pause(),this.tracks.forEach(s=>{s.pause()})}stop(){Vs().stop(),this.tracks.forEach(s=>{s.stop()})}setMasterGain(s){this.masterVolume.volume.value=this.gainToDb(s)}setSolo(s,e){const t=this.tracks.get(s);t&&(t.setSolo(e),e?this.soloedTracks.add(s):this.soloedTracks.delete(s),this.updateSoloMuting())}updateSoloMuting(){const s=this.soloedTracks.size>0;this.tracks.forEach((e,t)=>{if(s)if(!this.soloedTracks.has(t))e.setMute(!0);else{const n=this.manualMuteState.get(t)??!1;e.setMute(n)}else{const n=this.manualMuteState.get(t)??!1;e.setMute(n)}})}setMute(s,e){const t=this.tracks.get(s);t&&(this.manualMuteState.set(s,e),t.setMute(e))}getCurrentTime(){return Vs().seconds}seekTo(s){Vs().seconds=s}dispose(){this.tracks.forEach(s=>{s.dispose()}),this.tracks.clear(),this.effectsCleanup&&this.effectsCleanup(),this.masterVolume.dispose()}get context(){return fe()}get sampleRate(){return fe().sampleRate}setOnPlaybackComplete(s){this.onPlaybackCompleteCallback=s}},Fi=null;function P_(){return Fi||(Fi=new zs,Hn(Fi)),Fi}async function so(){const s=P_();s.state!=="running"&&await s.resume()}const W_=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";function Va(s){const e=Object.prototype.toString.call(s);return e==="[object Window]"||e==="[object global]"}function gu(s){return"nodeType"in s}function Mn(s){var e,t;return s?Va(s)?s:gu(s)&&(e=(t=s.ownerDocument)==null?void 0:t.defaultView)!=null?e:window:window}function B_(s){const{Document:e}=Mn(s);return s instanceof e}function $_(s){return Va(s)?!1:s instanceof Mn(s).HTMLElement}function q_(s){return s instanceof Mn(s).SVGElement}function qr(s){return s?Va(s)?s.document:gu(s)?B_(s)?s:$_(s)||q_(s)?s.ownerDocument:document:document:document}const jr=W_?S.useLayoutEffect:S.useEffect;function j_(s){const e=S.useRef(s);return jr(()=>{e.current=s}),S.useCallback(function(){for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];return e.current==null?void 0:e.current(...n)},[])}function _u(s,e){e===void 0&&(e=[s]);const t=S.useRef(s);return jr(()=>{t.current!==s&&(t.current=s)},e),t}function er(s){const e=j_(s),t=S.useRef(null),n=S.useCallback(i=>{i!==t.current&&e?.(i,t.current),t.current=i},[]);return[t,n]}let no={};function vu(s,e){return S.useMemo(()=>{const t=no[s]==null?0:no[s]+1;return no[s]=t,s+"-"+t},[s,e])}function L_(s){return function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return n.reduce((r,o)=>{const a=Object.entries(o);for(const[c,l]of a){const u=r[c];u!=null&&(r[c]=u+s*l)}return r},{...e})}}const z_=L_(-1);function Z_(s){return"clientX"in s&&"clientY"in s}function G_(s){if(!s)return!1;const{TouchEvent:e}=Mn(s.target);return e&&s instanceof e}function Tc(s){if(G_(s)){if(s.touches&&s.touches.length){const{clientX:e,clientY:t}=s.touches[0];return{x:e,y:t}}else if(s.changedTouches&&s.changedTouches.length){const{clientX:e,clientY:t}=s.changedTouches[0];return{x:e,y:t}}}return Z_(s)?{x:s.clientX,y:s.clientY}:null}const So=Object.freeze({Translate:{toString(s){if(!s)return;const{x:e,y:t}=s;return"translate3d("+(e?Math.round(e):0)+"px, "+(t?Math.round(t):0)+"px, 0)"}},Scale:{toString(s){if(!s)return;const{scaleX:e,scaleY:t}=s;return"scaleX("+e+") scaleY("+t+")"}},Transform:{toString(s){if(s)return[So.Translate.toString(s),So.Scale.toString(s)].join(" ")}},Transition:{toString(s){let{property:e,duration:t,easing:n}=s;return e+" "+t+"ms "+n}}});var kc;(function(s){s.DragStart="dragStart",s.DragMove="dragMove",s.DragEnd="dragEnd",s.DragCancel="dragCancel",s.DragOver="dragOver",s.RegisterDroppable="registerDroppable",s.SetDroppableDisabled="setDroppableDisabled",s.UnregisterDroppable="unregisterDroppable"})(kc||(kc={}));function Ac(){}function io(s,e){return S.useMemo(()=>({sensor:s,options:e??{}}),[s,e])}function X_(){for(var s=arguments.length,e=new Array(s),t=0;t<s;t++)e[t]=arguments[t];return S.useMemo(()=>[...e].filter(n=>n!=null),[...e])}const To=Object.freeze({x:0,y:0});var nn;(function(s){s[s.Forward=1]="Forward",s[s.Backward=-1]="Backward"})(nn||(nn={}));class ro{constructor(e){this.target=void 0,this.listeners=[],this.removeAll=()=>{this.listeners.forEach(t=>{var n;return(n=this.target)==null?void 0:n.removeEventListener(...t)})},this.target=e}add(e,t,n){var i;(i=this.target)==null||i.addEventListener(e,t,n),this.listeners.push([e,t,n])}}function H_(s){const{EventTarget:e}=Mn(s);return s instanceof e?s:qr(s)}function oo(s,e){const t=Math.abs(s.x),n=Math.abs(s.y);return typeof e=="number"?Math.sqrt(t**2+n**2)>e:"x"in e&&"y"in e?t>e.x&&n>e.y:"x"in e?t>e.x:"y"in e?n>e.y:!1}var us;(function(s){s.Click="click",s.DragStart="dragstart",s.Keydown="keydown",s.ContextMenu="contextmenu",s.Resize="resize",s.SelectionChange="selectionchange",s.VisibilityChange="visibilitychange"})(us||(us={}));function Ic(s){s.preventDefault()}function Y_(s){s.stopPropagation()}var hs;(function(s){s.Space="Space",s.Down="ArrowDown",s.Right="ArrowRight",s.Left="ArrowLeft",s.Up="ArrowUp",s.Esc="Escape",s.Enter="Enter",s.Tab="Tab"})(hs||(hs={}));hs.Space,hs.Enter,hs.Esc,hs.Space,hs.Enter,hs.Tab;function Dc(s){return!!(s&&"distance"in s)}function Rc(s){return!!(s&&"delay"in s)}class Pa{constructor(e,t,n){var i;n===void 0&&(n=H_(e.event.target)),this.props=void 0,this.events=void 0,this.autoScrollEnabled=!0,this.document=void 0,this.activated=!1,this.initialCoordinates=void 0,this.timeoutId=null,this.listeners=void 0,this.documentListeners=void 0,this.windowListeners=void 0,this.props=e,this.events=t;const{event:r}=e,{target:o}=r;this.props=e,this.events=t,this.document=qr(o),this.documentListeners=new ro(this.document),this.listeners=new ro(n),this.windowListeners=new ro(Mn(o)),this.initialCoordinates=(i=Tc(r))!=null?i:To,this.handleStart=this.handleStart.bind(this),this.handleMove=this.handleMove.bind(this),this.handleEnd=this.handleEnd.bind(this),this.handleCancel=this.handleCancel.bind(this),this.handleKeydown=this.handleKeydown.bind(this),this.removeTextSelection=this.removeTextSelection.bind(this),this.attach()}attach(){const{events:e,props:{options:{activationConstraint:t,bypassActivationConstraint:n}}}=this;if(this.listeners.add(e.move.name,this.handleMove,{passive:!1}),this.listeners.add(e.end.name,this.handleEnd),e.cancel&&this.listeners.add(e.cancel.name,this.handleCancel),this.windowListeners.add(us.Resize,this.handleCancel),this.windowListeners.add(us.DragStart,Ic),this.windowListeners.add(us.VisibilityChange,this.handleCancel),this.windowListeners.add(us.ContextMenu,Ic),this.documentListeners.add(us.Keydown,this.handleKeydown),t){if(n!=null&&n({event:this.props.event,activeNode:this.props.activeNode,options:this.props.options}))return this.handleStart();if(Rc(t)){this.timeoutId=setTimeout(this.handleStart,t.delay),this.handlePending(t);return}if(Dc(t)){this.handlePending(t);return}}this.handleStart()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll(),setTimeout(this.documentListeners.removeAll,50),this.timeoutId!==null&&(clearTimeout(this.timeoutId),this.timeoutId=null)}handlePending(e,t){const{active:n,onPending:i}=this.props;i(n,e,this.initialCoordinates,t)}handleStart(){const{initialCoordinates:e}=this,{onStart:t}=this.props;e&&(this.activated=!0,this.documentListeners.add(us.Click,Y_,{capture:!0}),this.removeTextSelection(),this.documentListeners.add(us.SelectionChange,this.removeTextSelection),t(e))}handleMove(e){var t;const{activated:n,initialCoordinates:i,props:r}=this,{onMove:o,options:{activationConstraint:a}}=r;if(!i)return;const c=(t=Tc(e))!=null?t:To,l=z_(i,c);if(!n&&a){if(Dc(a)){if(a.tolerance!=null&&oo(l,a.tolerance))return this.handleCancel();if(oo(l,a.distance))return this.handleStart()}if(Rc(a)&&oo(l,a.tolerance))return this.handleCancel();this.handlePending(a,l);return}e.cancelable&&e.preventDefault(),o(c)}handleEnd(){const{onAbort:e,onEnd:t}=this.props;this.detach(),this.activated||e(this.props.active),t()}handleCancel(){const{onAbort:e,onCancel:t}=this.props;this.detach(),this.activated||e(this.props.active),t()}handleKeydown(e){e.code===hs.Esc&&this.handleCancel()}removeTextSelection(){var e;(e=this.document.getSelection())==null||e.removeAllRanges()}}const U_={cancel:{name:"pointercancel"},move:{name:"pointermove"},end:{name:"pointerup"}};class yu extends Pa{constructor(e){const{event:t}=e,n=qr(t.target);super(e,U_,n)}}yu.activators=[{eventName:"onPointerDown",handler:(s,e)=>{let{nativeEvent:t}=s,{onActivation:n}=e;return!t.isPrimary||t.button!==0?!1:(n?.({event:t}),!0)}}];const K_={move:{name:"mousemove"},end:{name:"mouseup"}};var ko;(function(s){s[s.RightClick=2]="RightClick"})(ko||(ko={}));class bu extends Pa{constructor(e){super(e,K_,qr(e.event.target))}}bu.activators=[{eventName:"onMouseDown",handler:(s,e)=>{let{nativeEvent:t}=s,{onActivation:n}=e;return t.button===ko.RightClick?!1:(n?.({event:t}),!0)}}];const ao={cancel:{name:"touchcancel"},move:{name:"touchmove"},end:{name:"touchend"}};class wu extends Pa{constructor(e){super(e,ao)}static setup(){return window.addEventListener(ao.move.name,e,{capture:!1,passive:!1}),function(){window.removeEventListener(ao.move.name,e)};function e(){}}}wu.activators=[{eventName:"onTouchStart",handler:(s,e)=>{let{nativeEvent:t}=s,{onActivation:n}=e;const{touches:i}=t;return i.length>1?!1:(n?.({event:t}),!0)}}];var Ec;(function(s){s[s.Pointer=0]="Pointer",s[s.DraggableRect=1]="DraggableRect"})(Ec||(Ec={}));var Mc;(function(s){s[s.TreeOrder=0]="TreeOrder",s[s.ReversedTreeOrder=1]="ReversedTreeOrder"})(Mc||(Mc={}));nn.Backward+"",nn.Forward+"",nn.Backward+"",nn.Forward+"";var Ao;(function(s){s[s.Always=0]="Always",s[s.BeforeDragging=1]="BeforeDragging",s[s.WhileDragging=2]="WhileDragging"})(Ao||(Ao={}));var Io;(function(s){s.Optimized="optimized"})(Io||(Io={}));function Q_(s,e){return S.useMemo(()=>s.reduce((t,n)=>{let{eventName:i,handler:r}=n;return t[i]=o=>{r(o,e)},t},{}),[s,e])}Ao.WhileDragging,Io.Optimized;const J_={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:Ac,draggableNodes:new Map,over:null,measureDroppableContainers:Ac},e0=S.createContext(J_),t0=S.createContext({...To,scaleX:1,scaleY:1});var Oc;(function(s){s[s.Uninitialized=0]="Uninitialized",s[s.Initializing=1]="Initializing",s[s.Initialized=2]="Initialized"})(Oc||(Oc={}));const s0=S.createContext(null),Nc="button",n0="Draggable";function co(s){let{id:e,data:t,disabled:n=!1,attributes:i}=s;const r=vu(n0),{activators:o,activatorEvent:a,active:c,activeNodeRect:l,ariaDescribedById:u,draggableNodes:h,over:p}=S.useContext(e0),{role:d=Nc,roleDescription:f="draggable",tabIndex:_=0}=i??{},g=c?.id===e,m=S.useContext(g?t0:s0),[y,x]=er(),[b,v]=er(),w=Q_(o,e),k=_u(t);jr(()=>(h.set(e,{id:e,key:r,node:y,activatorNode:b,data:k}),()=>{const D=h.get(e);D&&D.key===r&&h.delete(e)}),[h,e]);const T=S.useMemo(()=>({role:d,tabIndex:_,"aria-disabled":n,"aria-pressed":g&&d===Nc?!0:void 0,"aria-roledescription":f,"aria-describedby":u.draggable}),[n,d,_,g,f,u.draggable]);return{active:c,activatorEvent:a,activeNodeRect:l,attributes:T,isDragging:g,listeners:n?void 0:w,node:y,over:p,setNodeRef:x,setActivatorNodeRef:v,transform:m}}const i0=new Map([["bold",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M157.27,21.22a12,12,0,0,0-12.64,1.31L75.88,76H32A20,20,0,0,0,12,96v64a20,20,0,0,0,20,20H75.88l68.75,53.47A12,12,0,0,0,164,224V32A12,12,0,0,0,157.27,21.22ZM36,100H68v56H36Zm104,99.46L92,162.13V93.87l48-37.33ZM212,128a44,44,0,0,1-11,29.11,12,12,0,1,1-18-15.88,20,20,0,0,0,0-26.43,12,12,0,0,1,18-15.86A43.94,43.94,0,0,1,212,128Zm40,0a83.87,83.87,0,0,1-21.39,56,12,12,0,0,1-17.89-16,60,60,0,0,0,0-80,12,12,0,1,1,17.88-16A83.87,83.87,0,0,1,252,128Z"}))],["duotone",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M80,88v80H32a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8Z",opacity:"0.2"}),ue.createElement("path",{d:"M155.51,24.81a8,8,0,0,0-8.42.88L77.25,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H77.25l69.84,54.31A8,8,0,0,0,160,224V32A8,8,0,0,0,155.51,24.81ZM32,96H72v64H32ZM144,207.64,88,164.09V91.91l56-43.55Zm54-106.08a40,40,0,0,1,0,52.88,8,8,0,0,1-12-10.58,24,24,0,0,0,0-31.72,8,8,0,0,1,12-10.58ZM248,128a79.9,79.9,0,0,1-20.37,53.34,8,8,0,0,1-11.92-10.67,64,64,0,0,0,0-85.33,8,8,0,1,1,11.92-10.67A79.83,79.83,0,0,1,248,128Z"}))],["fill",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M160,32.25V223.69a8.29,8.29,0,0,1-3.91,7.18,8,8,0,0,1-9-.56l-65.57-51A4,4,0,0,1,80,176.16V79.84a4,4,0,0,1,1.55-3.15l65.57-51a8,8,0,0,1,10,.16A8.27,8.27,0,0,1,160,32.25ZM60,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H60a4,4,0,0,0,4-4V84A4,4,0,0,0,60,80Zm126.77,20.84a8,8,0,0,0-.72,11.3,24,24,0,0,1,0,31.72,8,8,0,1,0,12,10.58,40,40,0,0,0,0-52.88A8,8,0,0,0,186.74,100.84Zm40.89-26.17a8,8,0,1,0-11.92,10.66,64,64,0,0,1,0,85.34,8,8,0,1,0,11.92,10.66,80,80,0,0,0,0-106.66Z"}))],["light",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M154.64,26.61a6,6,0,0,0-6.32.65L77.94,82H32A14,14,0,0,0,18,96v64a14,14,0,0,0,14,14H77.94l70.38,54.74A6,6,0,0,0,158,224V32A6,6,0,0,0,154.64,26.61ZM30,160V96a2,2,0,0,1,2-2H74v68H32A2,2,0,0,1,30,160Zm116,51.73L86,165.07V90.93l60-46.66Zm50.53-108.85a38,38,0,0,1,0,50.24,6,6,0,1,1-9-7.94,26,26,0,0,0,0-34.37,6,6,0,0,1,9-7.93ZM246,128a77.86,77.86,0,0,1-19.86,52,6,6,0,1,1-8.94-8,66,66,0,0,0,0-88,6,6,0,1,1,8.94-8A77.86,77.86,0,0,1,246,128Z"}))],["regular",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M155.51,24.81a8,8,0,0,0-8.42.88L77.25,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H77.25l69.84,54.31A8,8,0,0,0,160,224V32A8,8,0,0,0,155.51,24.81ZM32,96H72v64H32ZM144,207.64,88,164.09V91.91l56-43.55Zm54-106.08a40,40,0,0,1,0,52.88,8,8,0,0,1-12-10.58,24,24,0,0,0,0-31.72,8,8,0,0,1,12-10.58ZM248,128a79.9,79.9,0,0,1-20.37,53.34,8,8,0,0,1-11.92-10.67,64,64,0,0,0,0-85.33,8,8,0,1,1,11.92-10.67A79.83,79.83,0,0,1,248,128Z"}))],["thin",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M153.76,28.41a4,4,0,0,0-4.22.43L78.63,84H32A12,12,0,0,0,20,96v64a12,12,0,0,0,12,12H78.63l70.91,55.16A4.07,4.07,0,0,0,152,228a3.92,3.92,0,0,0,1.76-.41A4,4,0,0,0,156,224V32A4,4,0,0,0,153.76,28.41ZM28,160V96a4,4,0,0,1,4-4H76v72H32A4,4,0,0,1,28,160Zm120,55.82L84,166V90l64-49.78Zm47-111.61a36,36,0,0,1,0,47.59,4,4,0,1,1-6-5.3,28,28,0,0,0,0-37,4,4,0,0,1,6-5.28ZM244,128a75.88,75.88,0,0,1-19.35,50.67,4,4,0,0,1-6-5.34,68,68,0,0,0,0-90.66,4,4,0,0,1,6-5.34A75.88,75.88,0,0,1,244,128Z"}))]]),r0=new Map([["bold",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M157.27,21.22a12,12,0,0,0-12.64,1.31L75.88,76H32A20,20,0,0,0,12,96v64a20,20,0,0,0,20,20H75.88l68.75,53.47A12,12,0,0,0,164,224V32A12,12,0,0,0,157.27,21.22ZM36,100H68v56H36Zm104,99.46L92,162.13V93.87l48-37.33ZM212,128a44,44,0,0,1-11,29.11,12,12,0,0,1-18-15.88,20,20,0,0,0,0-26.44,12,12,0,0,1,18-15.85A43.94,43.94,0,0,1,212,128Z"}))],["duotone",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M80,88v80H32a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8Z",opacity:"0.2"}),ue.createElement("path",{d:"M155.51,24.81a8,8,0,0,0-8.42.88L77.25,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H77.25l69.84,54.31A8,8,0,0,0,160,224V32A8,8,0,0,0,155.51,24.81ZM32,96H72v64H32ZM144,207.64,88,164.09V91.91l56-43.55ZM208,128a39.93,39.93,0,0,1-10,26.46,8,8,0,0,1-12-10.58,24,24,0,0,0,0-31.72,8,8,0,1,1,12-10.58A40,40,0,0,1,208,128Z"}))],["fill",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M160,32.25V223.69a8.29,8.29,0,0,1-3.91,7.18,8,8,0,0,1-9-.56l-65.57-51A4,4,0,0,1,80,176.16V79.84a4,4,0,0,1,1.55-3.15l65.57-51a8,8,0,0,1,10,.16A8.27,8.27,0,0,1,160,32.25ZM60,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H60a4,4,0,0,0,4-4V84A4,4,0,0,0,60,80ZM198,101.56a8,8,0,1,0-12,10.58,24,24,0,0,1,0,31.72,8,8,0,1,0,12,10.58,40,40,0,0,0,0-52.88Z"}))],["light",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M154.64,26.61a6,6,0,0,0-6.32.65L77.94,82H32A14,14,0,0,0,18,96v64a14,14,0,0,0,14,14H77.94l70.38,54.74A6,6,0,0,0,158,224V32A6,6,0,0,0,154.64,26.61ZM30,160V96a2,2,0,0,1,2-2H74v68H32A2,2,0,0,1,30,160Zm116,51.73L86,165.07V90.93l60-46.66ZM206,128a37.94,37.94,0,0,1-9.5,25.14,6,6,0,1,1-9-7.94,26,26,0,0,0,0-34.37,6,6,0,0,1,9-7.93A38,38,0,0,1,206,128Z"}))],["regular",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M155.51,24.81a8,8,0,0,0-8.42.88L77.25,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H77.25l69.84,54.31A8,8,0,0,0,160,224V32A8,8,0,0,0,155.51,24.81ZM32,96H72v64H32ZM144,207.64,88,164.09V91.91l56-43.55ZM208,128a39.93,39.93,0,0,1-10,26.46,8,8,0,0,1-12-10.58,24,24,0,0,0,0-31.72,8,8,0,1,1,12-10.58A40,40,0,0,1,208,128Z"}))],["thin",ue.createElement(ue.Fragment,null,ue.createElement("path",{d:"M153.76,28.41a4,4,0,0,0-4.22.43L78.63,84H32A12,12,0,0,0,20,96v64a12,12,0,0,0,12,12H78.63l70.91,55.16A4.07,4.07,0,0,0,152,228a3.92,3.92,0,0,0,1.76-.41A4,4,0,0,0,156,224V32A4,4,0,0,0,153.76,28.41ZM28,160V96a4,4,0,0,1,4-4H76v72H32A4,4,0,0,1,28,160Zm120,55.82L84,166V90l64-49.78ZM204,128a36,36,0,0,1-9,23.82,4,4,0,1,1-6-5.3,28,28,0,0,0,0-37,4,4,0,0,1,6-5.28A36,36,0,0,1,204,128Z"}))]]),o0=S.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1}),Wa=ue.forwardRef((s,e)=>{const{alt:t,color:n,size:i,weight:r,mirrored:o,children:a,weights:c,...l}=s,{color:u="currentColor",size:h,weight:p="regular",mirrored:d=!1,...f}=ue.useContext(o0);return ue.createElement("svg",{ref:e,xmlns:"http://www.w3.org/2000/svg",width:i??h,height:i??h,fill:n??u,viewBox:"0 0 256 256",transform:o||d?"scale(-1, 1)":void 0,...f,...l},!!t&&ue.createElement("title",null,t),a,c.get(r??p))});Wa.displayName="IconBase";const xu=ue.forwardRef((s,e)=>ue.createElement(Wa,{ref:e,...s,weights:i0}));xu.displayName="SpeakerHighIcon";const Cu=ue.forwardRef((s,e)=>ue.createElement(Wa,{ref:e,...s,weights:r0}));Cu.displayName="SpeakerLowIcon";P.span`
6
+ <%s key={someKey} {...props} />`,Q,ue,ye,ue),oe[ue+Q]=!0)}if(ue=null,G!==void 0&&(n(G),ue=""+G),o(z)&&(n(z.key),ue=""+z.key),"key"in z){G={};for(var le in z)le!=="key"&&(G[le]=z[le])}else G=z;return ue&&i(G,typeof S=="function"?S.displayName||S.name||"Unknown":S),u(S,ue,G,a(),se,fe)}function b(S){p(S)?S._store&&(S._store.validated=1):typeof S=="object"&&S!==null&&S.$$typeof===_&&(S._payload.status==="fulfilled"?p(S._payload.value)&&S._payload.value._store&&(S._payload.value._store.validated=1):S._store&&(S._store.validated=1))}function p(S){return typeof S=="object"&&S!==null&&S.$$typeof===x}var f=c,x=Symbol.for("react.transitional.element"),y=Symbol.for("react.portal"),v=Symbol.for("react.fragment"),m=Symbol.for("react.strict_mode"),C=Symbol.for("react.profiler"),w=Symbol.for("react.consumer"),g=Symbol.for("react.context"),A=Symbol.for("react.forward_ref"),I=Symbol.for("react.suspense"),D=Symbol.for("react.suspense_list"),F=Symbol.for("react.memo"),_=Symbol.for("react.lazy"),M=Symbol.for("react.activity"),$=Symbol.for("react.client.reference"),j=f.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Z=Object.prototype.hasOwnProperty,X=Array.isArray,Y=console.createTask?console.createTask:function(){return null};f={react_stack_bottom_frame:function(S){return S()}};var K,te={},re=f.react_stack_bottom_frame.bind(f,s)(),L=Y(r(s)),oe={};mt.Fragment=v,mt.jsx=function(S,z,G){var Q=1e4>j.recentlyCreatedOwnerStacks++;return d(S,z,G,!1,Q?Error("react-stack-top-frame"):re,Q?Y(r(S)):L)},mt.jsxs=function(S,z,G){var Q=1e4>j.recentlyCreatedOwnerStacks++;return d(S,z,G,!0,Q?Error("react-stack-top-frame"):re,Q?Y(r(S)):L)}})()),mt}var _n;function va(){return _n||(_n=1,process.env.NODE_ENV==="production"?Et.exports=ga():Et.exports=ba()),Et.exports}var O=va();function Mn(e,t){const n=new Float32Array(e),r=e-1;for(let a=0;a<e;a++){const s=a/r;n[a]=t?s:1-s}return n}function Ca(e,t){const n=new Float32Array(e),r=e-1;for(let a=0;a<e;a++){const s=a/r,o=t?a:e-1-a;n[o]=Math.exp(2*s-1)/Math.E}return n}function xa(e,t){const n=new Float32Array(e),r=t?Math.PI/2:-Math.PI/2;for(let a=0;a<e;a++)n[a]=Math.sin(Math.PI*a/e-r)/2+.5;return n}function wa(e,t,n=10){const r=new Float32Array(e);for(let a=0;a<e;a++){const s=t?a:e-1-a,o=a/e;r[s]=Math.log(1+n*o)/Math.log(1+n)}return r}function Rr(e,t,n){switch(e){case"linear":return Mn(t,n);case"exponential":return Ca(t,n);case"sCurve":return xa(t,n);case"logarithmic":return wa(t,n);default:return Mn(t,n)}}function Bn(e,t,n,r="linear",a=0,s=1){if(!(n<=0))if(r==="linear")e.setValueAtTime(a,t),e.linearRampToValueAtTime(s,t+n);else if(r==="exponential")e.setValueAtTime(Math.max(a,.001),t),e.exponentialRampToValueAtTime(Math.max(s,.001),t+n);else{const o=Rr(r,1e4,!0),i=new Float32Array(o.length),l=s-a;for(let u=0;u<o.length;u++)i[u]=a+o[u]*l;e.setValueCurveAtTime(i,t,n)}}function Wn(e,t,n,r="linear",a=1,s=0){if(!(n<=0))if(r==="linear")e.setValueAtTime(a,t),e.linearRampToValueAtTime(s,t+n);else if(r==="exponential")e.setValueAtTime(Math.max(a,.001),t),e.exponentialRampToValueAtTime(Math.max(s,.001),t+n);else{const o=Rr(r,1e4,!1),i=new Float32Array(o.length),l=a-s;for(let u=0;u<o.length;u++)i[u]=s+o[u]*l;e.setValueCurveAtTime(i,t,n)}}var ya=class{constructor(e){this.activePlayers=0,this.track=e.track,this.volumeNode=new V.Volume(this.gainToDb(e.track.gain)),this.panNode=new V.Panner(e.track.stereoPan),this.muteGain=new V.Gain(e.track.muted?0:1);const t=e.destination||V.getDestination();if(e.effects){const r=e.effects(this.muteGain,t,!1);r&&(this.effectsCleanup=r)}else this.muteGain.connect(t);const n=e.clips||(e.buffer?[{buffer:e.buffer,startTime:0,duration:e.buffer.duration,offset:0,fadeIn:e.track.fadeIn,fadeOut:e.track.fadeOut,gain:1}]:[]);this.clips=n.map(r=>{const a=new V.Player({url:r.buffer,loop:!1,onstop:()=>{this.activePlayers--,this.activePlayers===0&&this.onStopCallback&&this.onStopCallback()}}),s=new V.Gain(r.gain);return a.connect(s),s.chain(this.volumeNode,this.panNode,this.muteGain),{player:a,clipInfo:r,fadeGain:s,pausedPosition:0,playStartTime:0}})}scheduleFades(e,t,n=0){const{clipInfo:r,fadeGain:a}=e,s=a.gain._param;s.cancelScheduledValues(0);const o=n-r.offset;if(r.fadeIn&&o<r.fadeIn.duration){const i=r.fadeIn.duration;if(o<=0)Bn(s,t,i,r.fadeIn.type||"linear",0,r.gain);else{const l=i-o,u=o/i,d=r.gain*u;Bn(s,t,l,r.fadeIn.type||"linear",d,r.gain)}}else s.setValueAtTime(r.gain,t);if(r.fadeOut){const l=r.duration-r.fadeOut.duration-o;if(l>0){const u=t+l;Wn(s,u,r.fadeOut.duration,r.fadeOut.type||"linear",r.gain,0)}else if(l>-r.fadeOut.duration){const u=-l,d=r.fadeOut.duration-u,b=u/r.fadeOut.duration,p=r.gain*(1-b);Wn(s,t,d,r.fadeOut.type||"linear",p,0)}}}gainToDb(e){return 20*Math.log10(e)}setVolume(e){this.track.gain=e,this.volumeNode.volume.value=this.gainToDb(e)}setPan(e){this.track.stereoPan=e,this.panNode.pan.value=e}setMute(e){this.track.muted=e,this.muteGain.gain.value=e?0:1}setSolo(e){this.track.soloed=e}play(e,t=0,n){const r=e??V.now();this.isPlaying&&this.stop(),this.activePlayers=0,this.clips.forEach(a=>{const{player:s,clipInfo:o}=a,i=t,l=o.startTime,u=o.startTime+o.duration;if(i<u)if(this.activePlayers++,a.playStartTime=V.now(),i>=l){const d=i-l+o.offset,b=o.duration-(i-l),p=n?Math.min(n,b):b;a.pausedPosition=d,this.scheduleFades(a,r,d),s.start(r,d,p)}else{const d=l-i,b=n?Math.min(n-d,o.duration):o.duration;d<(n??1/0)?(a.pausedPosition=o.offset,this.scheduleFades(a,r+d,o.offset),s.start(r+d,o.offset,b)):this.activePlayers--}})}pause(){this.clips.forEach(e=>{if(e.player.state==="started"){const t=(V.now()-e.playStartTime)*e.player.playbackRate;e.pausedPosition=e.pausedPosition+t}e.player.stop()}),this.activePlayers=0}stop(e){const t=e??V.now();this.clips.forEach(n=>{n.player.stop(t),n.pausedPosition=0}),this.activePlayers=0}dispose(){this.effectsCleanup&&this.effectsCleanup(),this.clips.forEach(e=>{e.player.dispose(),e.fadeGain.dispose()}),this.volumeNode.dispose(),this.panNode.dispose(),this.muteGain.dispose()}get id(){return this.track.id}get duration(){if(this.clips.length===0)return 0;const e=this.clips[this.clips.length-1];return e.clipInfo.startTime+e.clipInfo.duration}get buffer(){return this.clips[0]?.clipInfo.buffer}get isPlaying(){return this.clips.some(e=>e.player.state==="started")}get muted(){return this.track.muted}get startTime(){return this.track.startTime}setOnStopCallback(e){this.onStopCallback=e}},Ia=class{constructor(e={}){if(this.tracks=new Map,this.isInitialized=!1,this.soloedTracks=new Set,this.manualMuteState=new Map,this.activeTracks=new Map,this.playbackSessionId=0,this.masterVolume=new V.Volume(this.gainToDb(e.masterGain??1)),e.effects){const t=e.effects(this.masterVolume,V.getDestination(),!1);t&&(this.effectsCleanup=t)}else this.masterVolume.toDestination();e.tracks&&e.tracks.forEach(t=>{this.tracks.set(t.id,t),this.manualMuteState.set(t.id,t.muted)})}gainToDb(e){return 20*Math.log10(e)}async init(){this.isInitialized||(await V.start(),this.isInitialized=!0)}addTrack(e){const t={...e,destination:this.masterVolume},n=new ya(t);return this.tracks.set(n.id,n),this.manualMuteState.set(n.id,e.track.muted??!1),e.track.soloed&&this.soloedTracks.add(n.id),n}applyInitialSoloState(){this.updateSoloMuting()}removeTrack(e){const t=this.tracks.get(e);t&&(t.dispose(),this.tracks.delete(e),this.manualMuteState.delete(e),this.soloedTracks.delete(e))}getTrack(e){return this.tracks.get(e)}play(e,t,n){if(!this.isInitialized){console.warn("TonePlayout not initialized. Call init() first.");return}const r=e??V.now(),a=t??0;this.playbackSessionId++;const s=this.playbackSessionId;this.activeTracks.clear(),this.tracks.forEach(o=>{const i=o.startTime;if(a>=i){const l=a-i;n!==void 0&&(this.activeTracks.set(o.id,s),o.setOnStopCallback(()=>{this.activeTracks.get(o.id)===s&&(this.activeTracks.delete(o.id),this.activeTracks.size===0&&this.onPlaybackCompleteCallback&&this.onPlaybackCompleteCallback())})),o.play(r,l,n)}else{const l=i-a;n!==void 0&&(this.activeTracks.set(o.id,s),o.setOnStopCallback(()=>{this.activeTracks.get(o.id)===s&&(this.activeTracks.delete(o.id),this.activeTracks.size===0&&this.onPlaybackCompleteCallback&&this.onPlaybackCompleteCallback())})),o.play(r+l,0,n)}}),t!==void 0?V.getTransport().start(r,t):V.getTransport().start(r)}pause(){V.getTransport().pause(),this.tracks.forEach(e=>{e.pause()})}stop(){V.getTransport().stop(),this.tracks.forEach(e=>{e.stop()})}setMasterGain(e){this.masterVolume.volume.value=this.gainToDb(e)}setSolo(e,t){const n=this.tracks.get(e);n&&(n.setSolo(t),t?this.soloedTracks.add(e):this.soloedTracks.delete(e),this.updateSoloMuting())}updateSoloMuting(){const e=this.soloedTracks.size>0;this.tracks.forEach((t,n)=>{if(e)if(!this.soloedTracks.has(n))t.setMute(!0);else{const r=this.manualMuteState.get(n)??!1;t.setMute(r)}else{const r=this.manualMuteState.get(n)??!1;t.setMute(r)}})}setMute(e,t){const n=this.tracks.get(e);n&&(this.manualMuteState.set(e,t),n.setMute(t))}getCurrentTime(){return V.getTransport().seconds}seekTo(e){V.getTransport().seconds=e}dispose(){this.tracks.forEach(e=>{e.dispose()}),this.tracks.clear(),this.effectsCleanup&&this.effectsCleanup(),this.masterVolume.dispose()}get context(){return V.getContext()}get sampleRate(){return V.getContext().sampleRate}setOnPlaybackComplete(e){this.onPlaybackCompleteCallback=e}},Tt=null;function Aa(){return Tt||(Tt=new V.Context,V.setContext(Tt)),Tt}async function en(){const e=Aa();e.state!=="running"&&await e.resume()}var Dt={exports:{}},pt={};var Fn;function Sa(){if(Fn)return pt;Fn=1;var e=c,t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,a=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function o(i,l,u){var d,b={},p=null,f=null;u!==void 0&&(p=""+u),l.key!==void 0&&(p=""+l.key),l.ref!==void 0&&(f=l.ref);for(d in l)r.call(l,d)&&!s.hasOwnProperty(d)&&(b[d]=l[d]);if(i&&i.defaultProps)for(d in l=i.defaultProps,l)b[d]===void 0&&(b[d]=l[d]);return{$$typeof:t,type:i,key:p,ref:f,props:b,_owner:a.current}}return pt.Fragment=n,pt.jsx=o,pt.jsxs=o,pt}var gt={};var Pn;function ka(){return Pn||(Pn=1,process.env.NODE_ENV!=="production"&&(function(){var e=c,t=Symbol.for("react.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),i=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),b=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),f=Symbol.for("react.offscreen"),x=Symbol.iterator,y="@@iterator";function v(h){if(h===null||typeof h!="object")return null;var R=x&&h[x]||h[y];return typeof R=="function"?R:null}var m=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function C(h){{for(var R=arguments.length,P=new Array(R>1?R-1:0),q=1;q<R;q++)P[q-1]=arguments[q];w("error",h,P)}}function w(h,R,P){{var q=m.ReactDebugCurrentFrame,ie=q.getStackAddendum();ie!==""&&(R+="%s",P=P.concat([ie]));var T=P.map(function(B){return String(B)});T.unshift("Warning: "+R),Function.prototype.apply.call(console[h],console,T)}}var g=!1,A=!1,I=!1,D=!1,F=!1,_;_=Symbol.for("react.module.reference");function M(h){return!!(typeof h=="string"||typeof h=="function"||h===r||h===s||F||h===a||h===u||h===d||D||h===f||g||A||I||typeof h=="object"&&h!==null&&(h.$$typeof===p||h.$$typeof===b||h.$$typeof===o||h.$$typeof===i||h.$$typeof===l||h.$$typeof===_||h.getModuleId!==void 0))}function $(h,R,P){var q=h.displayName;if(q)return q;var ie=R.displayName||R.name||"";return ie!==""?P+"("+ie+")":P}function j(h){return h.displayName||"Context"}function Z(h){if(h==null)return null;if(typeof h.tag=="number"&&C("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof h=="function")return h.displayName||h.name||null;if(typeof h=="string")return h;switch(h){case r:return"Fragment";case n:return"Portal";case s:return"Profiler";case a:return"StrictMode";case u:return"Suspense";case d:return"SuspenseList"}if(typeof h=="object")switch(h.$$typeof){case i:var R=h;return j(R)+".Consumer";case o:var P=h;return j(P._context)+".Provider";case l:return $(h,h.render,"ForwardRef");case b:var q=h.displayName||null;return q!==null?q:Z(h.type)||"Memo";case p:{var ie=h,T=ie._payload,B=ie._init;try{return Z(B(T))}catch{return null}}}return null}var X=Object.assign,Y=0,K,te,re,L,oe,S,z;function G(){}G.__reactDisabledLog=!0;function Q(){{if(Y===0){K=console.log,te=console.info,re=console.warn,L=console.error,oe=console.group,S=console.groupCollapsed,z=console.groupEnd;var h={configurable:!0,enumerable:!0,value:G,writable:!0};Object.defineProperties(console,{info:h,log:h,warn:h,error:h,group:h,groupCollapsed:h,groupEnd:h})}Y++}}function se(){{if(Y--,Y===0){var h={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:X({},h,{value:K}),info:X({},h,{value:te}),warn:X({},h,{value:re}),error:X({},h,{value:L}),group:X({},h,{value:oe}),groupCollapsed:X({},h,{value:S}),groupEnd:X({},h,{value:z})})}Y<0&&C("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var fe=m.ReactCurrentDispatcher,ue;function ye(h,R,P){{if(ue===void 0)try{throw Error()}catch(ie){var q=ie.stack.trim().match(/\n( *(at )?)/);ue=q&&q[1]||""}return`
7
+ `+ue+h}}var le=!1,De;{var ut=typeof WeakMap=="function"?WeakMap:Map;De=new ut}function Qe(h,R){if(!h||le)return"";{var P=De.get(h);if(P!==void 0)return P}var q;le=!0;var ie=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var T;T=fe.current,fe.current=null,Q();try{if(R){var B=function(){throw Error()};if(Object.defineProperty(B.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(B,[])}catch(pe){q=pe}Reflect.construct(h,[],B)}else{try{B.call()}catch(pe){q=pe}h.call(B.prototype)}}else{try{throw Error()}catch(pe){q=pe}h()}}catch(pe){if(pe&&q&&typeof pe.stack=="string"){for(var W=pe.stack.split(`
8
+ `),U=q.stack.split(`
9
+ `),H=W.length-1,ae=U.length-1;H>=1&&ae>=0&&W[H]!==U[ae];)ae--;for(;H>=1&&ae>=0;H--,ae--)if(W[H]!==U[ae]){if(H!==1||ae!==1)do if(H--,ae--,ae<0||W[H]!==U[ae]){var Ce=`
10
+ `+W[H].replace(" at new "," at ");return h.displayName&&Ce.includes("<anonymous>")&&(Ce=Ce.replace("<anonymous>",h.displayName)),typeof h=="function"&&De.set(h,Ce),Ce}while(H>=1&&ae>=0);break}}}finally{le=!1,fe.current=T,se(),Error.prepareStackTrace=ie}var ce=h?h.displayName||h.name:"",me=ce?ye(ce):"";return typeof h=="function"&&De.set(h,me),me}function et(h,R,P){return Qe(h,!1)}function N(h){var R=h.prototype;return!!(R&&R.isReactComponent)}function Ie(h,R,P){if(h==null)return"";if(typeof h=="function")return Qe(h,N(h));if(typeof h=="string")return ye(h);switch(h){case u:return ye("Suspense");case d:return ye("SuspenseList")}if(typeof h=="object")switch(h.$$typeof){case l:return et(h.render);case b:return Ie(h.type,R,P);case p:{var q=h,ie=q._payload,T=q._init;try{return Ie(T(ie),R,P)}catch{}}}return""}var ge=Object.prototype.hasOwnProperty,be={},Pe=m.ReactDebugCurrentFrame;function $e(h){if(h){var R=h._owner,P=Ie(h.type,h._source,R?R.type:null);Pe.setExtraStackFrame(P)}else Pe.setExtraStackFrame(null)}function _e(h,R,P,q,ie){{var T=Function.call.bind(ge);for(var B in h)if(T(h,B)){var W=void 0;try{if(typeof h[B]!="function"){var U=Error((q||"React class")+": "+P+" type `"+B+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof h[B]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw U.name="Invariant Violation",U}W=h[B](R,B,q,P,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(H){W=H}W&&!(W instanceof Error)&&($e(ie),C("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",q||"React class",P,B,typeof W),$e(null)),W instanceof Error&&!(W.message in be)&&(be[W.message]=!0,$e(ie),C("Failed %s type: %s",P,W.message),$e(null))}}}var Ze=Array.isArray;function Be(h){return Ze(h)}function tt(h){{var R=typeof Symbol=="function"&&Symbol.toStringTag,P=R&&h[Symbol.toStringTag]||h.constructor.name||"Object";return P}}function dt(h){try{return J(h),!1}catch{return!0}}function J(h){return""+h}function ne(h){if(dt(h))return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",tt(h)),J(h)}var he=m.ReactCurrentOwner,ve={key:!0,ref:!0,__self:!0,__source:!0},we,Ee;function de(h){if(ge.call(h,"ref")){var R=Object.getOwnPropertyDescriptor(h,"ref").get;if(R&&R.isReactWarning)return!1}return h.ref!==void 0}function Ve(h){if(ge.call(h,"key")){var R=Object.getOwnPropertyDescriptor(h,"key").get;if(R&&R.isReactWarning)return!1}return h.key!==void 0}function Ae(h,R){typeof h.ref=="string"&&he.current}function Se(h,R){{var P=function(){we||(we=!0,C("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",R))};P.isReactWarning=!0,Object.defineProperty(h,"key",{get:P,configurable:!0})}}function He(h,R){{var P=function(){Ee||(Ee=!0,C("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",R))};P.isReactWarning=!0,Object.defineProperty(h,"ref",{get:P,configurable:!0})}}var Le=function(h,R,P,q,ie,T,B){var W={$$typeof:t,type:h,key:R,ref:P,props:B,_owner:T};return W._store={},Object.defineProperty(W._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(W,"_self",{configurable:!1,enumerable:!1,writable:!1,value:q}),Object.defineProperty(W,"_source",{configurable:!1,enumerable:!1,writable:!1,value:ie}),Object.freeze&&(Object.freeze(W.props),Object.freeze(W)),W};function Je(h,R,P,q,ie){{var T,B={},W=null,U=null;P!==void 0&&(ne(P),W=""+P),Ve(R)&&(ne(R.key),W=""+R.key),de(R)&&(U=R.ref,Ae(R,ie));for(T in R)ge.call(R,T)&&!ve.hasOwnProperty(T)&&(B[T]=R[T]);if(h&&h.defaultProps){var H=h.defaultProps;for(T in H)B[T]===void 0&&(B[T]=H[T])}if(W||U){var ae=typeof h=="function"?h.displayName||h.name||"Unknown":h;W&&Se(B,ae),U&&He(B,ae)}return Le(h,W,U,ie,q,he.current,B)}}var We=m.ReactCurrentOwner,wt=m.ReactDebugCurrentFrame;function je(h){if(h){var R=h._owner,P=Ie(h.type,h._source,R?R.type:null);wt.setExtraStackFrame(P)}else wt.setExtraStackFrame(null)}var ze;ze=!1;function ke(h){return typeof h=="object"&&h!==null&&h.$$typeof===t}function nt(){{if(We.current){var h=Z(We.current.type);if(h)return`
11
+
12
+ Check the render method of \``+h+"`."}return""}}function Xt(h){return""}var yt={};function Yt(h){{var R=nt();if(!R){var P=typeof h=="string"?h:h.displayName||h.name;P&&(R=`
13
+
14
+ Check the top-level render call using <`+P+">.")}return R}}function It(h,R){{if(!h._store||h._store.validated||h.key!=null)return;h._store.validated=!0;var P=Yt(R);if(yt[P])return;yt[P]=!0;var q="";h&&h._owner&&h._owner!==We.current&&(q=" It was passed a child from "+Z(h._owner.type)+"."),je(h),C('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',P,q),je(null)}}function At(h,R){{if(typeof h!="object")return;if(Be(h))for(var P=0;P<h.length;P++){var q=h[P];ke(q)&&It(q,R)}else if(ke(h))h._store&&(h._store.validated=!0);else if(h){var ie=v(h);if(typeof ie=="function"&&ie!==h.entries)for(var T=ie.call(h),B;!(B=T.next()).done;)ke(B.value)&&It(B.value,R)}}}function Lt(h){{var R=h.type;if(R==null||typeof R=="string")return;var P;if(typeof R=="function")P=R.propTypes;else if(typeof R=="object"&&(R.$$typeof===l||R.$$typeof===b))P=R.propTypes;else return;if(P){var q=Z(R);_e(P,h.props,"prop",q,h)}else if(R.PropTypes!==void 0&&!ze){ze=!0;var ie=Z(R);C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",ie||"Unknown")}typeof R.getDefaultProps=="function"&&!R.getDefaultProps.isReactClassApproved&&C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Kt(h){{for(var R=Object.keys(h.props),P=0;P<R.length;P++){var q=R[P];if(q!=="children"&&q!=="key"){je(h),C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",q),je(null);break}}h.ref!==null&&(je(h),C("Invalid attribute `ref` supplied to `React.Fragment`."),je(null))}}var St={};function kt(h,R,P,q,ie,T){{var B=M(h);if(!B){var W="";(h===void 0||typeof h=="object"&&h!==null&&Object.keys(h).length===0)&&(W+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var U=Xt();U?W+=U:W+=nt();var H;h===null?H="null":Be(h)?H="array":h!==void 0&&h.$$typeof===t?(H="<"+(Z(h.type)||"Unknown")+" />",W=" Did you accidentally export a JSX literal instead of a component?"):H=typeof h,C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",H,W)}var ae=Je(h,R,P,ie,T);if(ae==null)return ae;if(B){var Ce=R.children;if(Ce!==void 0)if(q)if(Be(Ce)){for(var ce=0;ce<Ce.length;ce++)At(Ce[ce],h);Object.freeze&&Object.freeze(Ce)}else C("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else At(Ce,h)}if(ge.call(R,"key")){var me=Z(h),pe=Object.keys(R).filter(function(rt){return rt!=="key"}),Ge=pe.length>0?"{key: someKey, "+pe.join(": ..., ")+": ...}":"{key: someKey}";if(!St[me+Ge]){var ft=pe.length>0?"{"+pe.join(": ..., ")+": ...}":"{}";C(`A props object containing a "key" prop is being spread into JSX:
15
+ let props = %s;
16
+ <%s {...props} />
17
+ React keys must be passed directly to JSX without using spread:
18
+ let props = %s;
19
+ <%s key={someKey} {...props} />`,Ge,me,ft,me),St[me+Ge]=!0}}return h===r?Kt(ae):Lt(ae),ae}}function Ut(h,R,P){return kt(h,R,P,!0)}function Rt(h,R,P){return kt(h,R,P,!1)}var Jt=Rt,$t=Ut;gt.Fragment=r,gt.jsx=Jt,gt.jsxs=$t})()),gt}var Zn;function Ra(){return Zn||(Zn=1,process.env.NODE_ENV==="production"?Dt.exports=Sa():Dt.exports=ka()),Dt.exports}var E=Ra();const $a=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Vt=$a?c.useLayoutEffect:c.useEffect;function Ea(e){const t=c.useRef(e);return Vt(()=>{t.current=e}),c.useCallback(function(){for(var n=arguments.length,r=new Array(n),a=0;a<n;a++)r[a]=arguments[a];return t.current==null?void 0:t.current(...r)},[])}function $r(e,t){t===void 0&&(t=[e]);const n=c.useRef(e);return Vt(()=>{n.current!==e&&(n.current=e)},t),n}function Wt(e){const t=Ea(e),n=c.useRef(null),r=c.useCallback(a=>{a!==n.current&&t?.(a,n.current),n.current=a},[]);return[n,r]}let tn={};function Er(e,t){return c.useMemo(()=>{const n=tn[e]==null?0:tn[e]+1;return tn[e]=n,e+"-"+n},[e,t])}const un=Object.freeze({Translate:{toString(e){if(!e)return;const{x:t,y:n}=e;return"translate3d("+(t?Math.round(t):0)+"px, "+(n?Math.round(n):0)+"px, 0)"}},Scale:{toString(e){if(!e)return;const{scaleX:t,scaleY:n}=e;return"scaleX("+t+") scaleY("+n+")"}},Transform:{toString(e){if(e)return[un.Translate.toString(e),un.Scale.toString(e)].join(" ")}},Transition:{toString(e){let{property:t,duration:n,easing:r}=e;return t+" "+n+"ms "+r}}});var Vn;(function(e){e.DragStart="dragStart",e.DragMove="dragMove",e.DragEnd="dragEnd",e.DragCancel="dragCancel",e.DragOver="dragOver",e.RegisterDroppable="registerDroppable",e.SetDroppableDisabled="setDroppableDisabled",e.UnregisterDroppable="unregisterDroppable"})(Vn||(Vn={}));function jn(){}const Ta=Object.freeze({x:0,y:0});var ot;(function(e){e[e.Forward=1]="Forward",e[e.Backward=-1]="Backward"})(ot||(ot={}));var zn;(function(e){e.Click="click",e.DragStart="dragstart",e.Keydown="keydown",e.ContextMenu="contextmenu",e.Resize="resize",e.SelectionChange="selectionchange",e.VisibilityChange="visibilitychange"})(zn||(zn={}));var Ke;(function(e){e.Space="Space",e.Down="ArrowDown",e.Right="ArrowRight",e.Left="ArrowLeft",e.Up="ArrowUp",e.Esc="Escape",e.Enter="Enter",e.Tab="Tab"})(Ke||(Ke={}));Ke.Space,Ke.Enter,Ke.Esc,Ke.Space,Ke.Enter,Ke.Tab;var On;(function(e){e[e.RightClick=2]="RightClick"})(On||(On={}));var Nn;(function(e){e[e.Pointer=0]="Pointer",e[e.DraggableRect=1]="DraggableRect"})(Nn||(Nn={}));var Hn;(function(e){e[e.TreeOrder=0]="TreeOrder",e[e.ReversedTreeOrder=1]="ReversedTreeOrder"})(Hn||(Hn={}));ot.Backward+"",ot.Forward+"",ot.Backward+"",ot.Forward+"";var dn;(function(e){e[e.Always=0]="Always",e[e.BeforeDragging=1]="BeforeDragging",e[e.WhileDragging=2]="WhileDragging"})(dn||(dn={}));var fn;(function(e){e.Optimized="optimized"})(fn||(fn={}));function Da(e,t){return c.useMemo(()=>e.reduce((n,r)=>{let{eventName:a,handler:s}=r;return n[a]=o=>{s(o,t)},n},{}),[e,t])}dn.WhileDragging,fn.Optimized;const _a={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:jn,draggableNodes:new Map,over:null,measureDroppableContainers:jn},Ma=c.createContext(_a),Ba=c.createContext({...Ta,scaleX:1,scaleY:1});var Gn;(function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Initialized=2]="Initialized"})(Gn||(Gn={}));const Wa=c.createContext(null),Xn="button",Fa="Draggable";function nn(e){let{id:t,data:n,disabled:r=!1,attributes:a}=e;const s=Er(Fa),{activators:o,activatorEvent:i,active:l,activeNodeRect:u,ariaDescribedById:d,draggableNodes:b,over:p}=c.useContext(Ma),{role:f=Xn,roleDescription:x="draggable",tabIndex:y=0}=a??{},v=l?.id===t,m=c.useContext(v?Ba:Wa),[C,w]=Wt(),[g,A]=Wt(),I=Da(o,t),D=$r(n);Vt(()=>(b.set(t,{id:t,key:s,node:C,activatorNode:g,data:D}),()=>{const _=b.get(t);_&&_.key===s&&b.delete(t)}),[b,t]);const F=c.useMemo(()=>({role:f,tabIndex:y,"aria-disabled":r,"aria-pressed":v&&f===Xn?!0:void 0,"aria-roledescription":x,"aria-describedby":d.draggable}),[r,f,y,v,x,d.draggable]);return{active:l,activatorEvent:i,activeNodeRect:u,attributes:F,isDragging:v,listeners:r?void 0:I,node:C,over:p,setNodeRef:w,setActivatorNodeRef:A,transform:m}}const Pa=new Map([["bold",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M157.27,21.22a12,12,0,0,0-12.64,1.31L75.88,76H32A20,20,0,0,0,12,96v64a20,20,0,0,0,20,20H75.88l68.75,53.47A12,12,0,0,0,164,224V32A12,12,0,0,0,157.27,21.22ZM36,100H68v56H36Zm104,99.46L92,162.13V93.87l48-37.33ZM212,128a44,44,0,0,1-11,29.11,12,12,0,1,1-18-15.88,20,20,0,0,0,0-26.43,12,12,0,0,1,18-15.86A43.94,43.94,0,0,1,212,128Zm40,0a83.87,83.87,0,0,1-21.39,56,12,12,0,0,1-17.89-16,60,60,0,0,0,0-80,12,12,0,1,1,17.88-16A83.87,83.87,0,0,1,252,128Z"}))],["duotone",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M80,88v80H32a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8Z",opacity:"0.2"}),ee.createElement("path",{d:"M155.51,24.81a8,8,0,0,0-8.42.88L77.25,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H77.25l69.84,54.31A8,8,0,0,0,160,224V32A8,8,0,0,0,155.51,24.81ZM32,96H72v64H32ZM144,207.64,88,164.09V91.91l56-43.55Zm54-106.08a40,40,0,0,1,0,52.88,8,8,0,0,1-12-10.58,24,24,0,0,0,0-31.72,8,8,0,0,1,12-10.58ZM248,128a79.9,79.9,0,0,1-20.37,53.34,8,8,0,0,1-11.92-10.67,64,64,0,0,0,0-85.33,8,8,0,1,1,11.92-10.67A79.83,79.83,0,0,1,248,128Z"}))],["fill",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M160,32.25V223.69a8.29,8.29,0,0,1-3.91,7.18,8,8,0,0,1-9-.56l-65.57-51A4,4,0,0,1,80,176.16V79.84a4,4,0,0,1,1.55-3.15l65.57-51a8,8,0,0,1,10,.16A8.27,8.27,0,0,1,160,32.25ZM60,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H60a4,4,0,0,0,4-4V84A4,4,0,0,0,60,80Zm126.77,20.84a8,8,0,0,0-.72,11.3,24,24,0,0,1,0,31.72,8,8,0,1,0,12,10.58,40,40,0,0,0,0-52.88A8,8,0,0,0,186.74,100.84Zm40.89-26.17a8,8,0,1,0-11.92,10.66,64,64,0,0,1,0,85.34,8,8,0,1,0,11.92,10.66,80,80,0,0,0,0-106.66Z"}))],["light",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M154.64,26.61a6,6,0,0,0-6.32.65L77.94,82H32A14,14,0,0,0,18,96v64a14,14,0,0,0,14,14H77.94l70.38,54.74A6,6,0,0,0,158,224V32A6,6,0,0,0,154.64,26.61ZM30,160V96a2,2,0,0,1,2-2H74v68H32A2,2,0,0,1,30,160Zm116,51.73L86,165.07V90.93l60-46.66Zm50.53-108.85a38,38,0,0,1,0,50.24,6,6,0,1,1-9-7.94,26,26,0,0,0,0-34.37,6,6,0,0,1,9-7.93ZM246,128a77.86,77.86,0,0,1-19.86,52,6,6,0,1,1-8.94-8,66,66,0,0,0,0-88,6,6,0,1,1,8.94-8A77.86,77.86,0,0,1,246,128Z"}))],["regular",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M155.51,24.81a8,8,0,0,0-8.42.88L77.25,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H77.25l69.84,54.31A8,8,0,0,0,160,224V32A8,8,0,0,0,155.51,24.81ZM32,96H72v64H32ZM144,207.64,88,164.09V91.91l56-43.55Zm54-106.08a40,40,0,0,1,0,52.88,8,8,0,0,1-12-10.58,24,24,0,0,0,0-31.72,8,8,0,0,1,12-10.58ZM248,128a79.9,79.9,0,0,1-20.37,53.34,8,8,0,0,1-11.92-10.67,64,64,0,0,0,0-85.33,8,8,0,1,1,11.92-10.67A79.83,79.83,0,0,1,248,128Z"}))],["thin",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M153.76,28.41a4,4,0,0,0-4.22.43L78.63,84H32A12,12,0,0,0,20,96v64a12,12,0,0,0,12,12H78.63l70.91,55.16A4.07,4.07,0,0,0,152,228a3.92,3.92,0,0,0,1.76-.41A4,4,0,0,0,156,224V32A4,4,0,0,0,153.76,28.41ZM28,160V96a4,4,0,0,1,4-4H76v72H32A4,4,0,0,1,28,160Zm120,55.82L84,166V90l64-49.78Zm47-111.61a36,36,0,0,1,0,47.59,4,4,0,1,1-6-5.3,28,28,0,0,0,0-37,4,4,0,0,1,6-5.28ZM244,128a75.88,75.88,0,0,1-19.35,50.67,4,4,0,0,1-6-5.34,68,68,0,0,0,0-90.66,4,4,0,0,1,6-5.34A75.88,75.88,0,0,1,244,128Z"}))]]),Za=new Map([["bold",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M157.27,21.22a12,12,0,0,0-12.64,1.31L75.88,76H32A20,20,0,0,0,12,96v64a20,20,0,0,0,20,20H75.88l68.75,53.47A12,12,0,0,0,164,224V32A12,12,0,0,0,157.27,21.22ZM36,100H68v56H36Zm104,99.46L92,162.13V93.87l48-37.33ZM212,128a44,44,0,0,1-11,29.11,12,12,0,0,1-18-15.88,20,20,0,0,0,0-26.44,12,12,0,0,1,18-15.85A43.94,43.94,0,0,1,212,128Z"}))],["duotone",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M80,88v80H32a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8Z",opacity:"0.2"}),ee.createElement("path",{d:"M155.51,24.81a8,8,0,0,0-8.42.88L77.25,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H77.25l69.84,54.31A8,8,0,0,0,160,224V32A8,8,0,0,0,155.51,24.81ZM32,96H72v64H32ZM144,207.64,88,164.09V91.91l56-43.55ZM208,128a39.93,39.93,0,0,1-10,26.46,8,8,0,0,1-12-10.58,24,24,0,0,0,0-31.72,8,8,0,1,1,12-10.58A40,40,0,0,1,208,128Z"}))],["fill",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M160,32.25V223.69a8.29,8.29,0,0,1-3.91,7.18,8,8,0,0,1-9-.56l-65.57-51A4,4,0,0,1,80,176.16V79.84a4,4,0,0,1,1.55-3.15l65.57-51a8,8,0,0,1,10,.16A8.27,8.27,0,0,1,160,32.25ZM60,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H60a4,4,0,0,0,4-4V84A4,4,0,0,0,60,80ZM198,101.56a8,8,0,1,0-12,10.58,24,24,0,0,1,0,31.72,8,8,0,1,0,12,10.58,40,40,0,0,0,0-52.88Z"}))],["light",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M154.64,26.61a6,6,0,0,0-6.32.65L77.94,82H32A14,14,0,0,0,18,96v64a14,14,0,0,0,14,14H77.94l70.38,54.74A6,6,0,0,0,158,224V32A6,6,0,0,0,154.64,26.61ZM30,160V96a2,2,0,0,1,2-2H74v68H32A2,2,0,0,1,30,160Zm116,51.73L86,165.07V90.93l60-46.66ZM206,128a37.94,37.94,0,0,1-9.5,25.14,6,6,0,1,1-9-7.94,26,26,0,0,0,0-34.37,6,6,0,0,1,9-7.93A38,38,0,0,1,206,128Z"}))],["regular",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M155.51,24.81a8,8,0,0,0-8.42.88L77.25,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H77.25l69.84,54.31A8,8,0,0,0,160,224V32A8,8,0,0,0,155.51,24.81ZM32,96H72v64H32ZM144,207.64,88,164.09V91.91l56-43.55ZM208,128a39.93,39.93,0,0,1-10,26.46,8,8,0,0,1-12-10.58,24,24,0,0,0,0-31.72,8,8,0,1,1,12-10.58A40,40,0,0,1,208,128Z"}))],["thin",ee.createElement(ee.Fragment,null,ee.createElement("path",{d:"M153.76,28.41a4,4,0,0,0-4.22.43L78.63,84H32A12,12,0,0,0,20,96v64a12,12,0,0,0,12,12H78.63l70.91,55.16A4.07,4.07,0,0,0,152,228a3.92,3.92,0,0,0,1.76-.41A4,4,0,0,0,156,224V32A4,4,0,0,0,153.76,28.41ZM28,160V96a4,4,0,0,1,4-4H76v72H32A4,4,0,0,1,28,160Zm120,55.82L84,166V90l64-49.78ZM204,128a36,36,0,0,1-9,23.82,4,4,0,1,1-6-5.3,28,28,0,0,0,0-37,4,4,0,0,1,6-5.28A36,36,0,0,1,204,128Z"}))]]),Va=c.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1}),xn=ee.forwardRef((e,t)=>{const{alt:n,color:r,size:a,weight:s,mirrored:o,children:i,weights:l,...u}=e,{color:d="currentColor",size:b,weight:p="regular",mirrored:f=!1,...x}=ee.useContext(Va);return ee.createElement("svg",{ref:t,xmlns:"http://www.w3.org/2000/svg",width:a??b,height:a??b,fill:r??d,viewBox:"0 0 256 256",transform:o||f?"scale(-1, 1)":void 0,...x,...u},!!n&&ee.createElement("title",null,n),i,l.get(s??p))});xn.displayName="IconBase";const Tr=ee.forwardRef((e,t)=>ee.createElement(xn,{ref:t,...e,weights:Pa}));Tr.displayName="SpeakerHighIcon";const Dr=ee.forwardRef((e,t)=>ee.createElement(xn,{ref:t,...e,weights:Za}));Dr.displayName="SpeakerLowIcon";k.span`
223
20
  font-family: 'Courier New', Monaco, monospace;
224
21
  font-size: 1rem;
225
22
  font-weight: 600;
226
- color: ${s=>s.theme?.textColor||"#333"};
23
+ color: ${e=>e.theme?.textColor||"#333"};
227
24
  user-select: none;
228
- `;var Ba=P.button`
25
+ `;var wn=k.button`
229
26
  display: inline-flex;
230
27
  align-items: center;
231
28
  justify-content: center;
232
29
  padding: 0.5rem 1rem;
233
- font-family: ${s=>s.theme.fontFamily};
234
- font-size: ${s=>s.theme.fontSize};
30
+ font-family: ${e=>e.theme.fontFamily};
31
+ font-size: ${e=>e.theme.fontSize};
235
32
  font-weight: 500;
236
- color: ${s=>s.theme.buttonText};
237
- background-color: ${s=>s.theme.buttonBackground};
238
- border: 1px solid ${s=>s.theme.buttonBorder};
239
- border-radius: ${s=>s.theme.borderRadius};
33
+ color: ${e=>e.theme.buttonText};
34
+ background-color: ${e=>e.theme.buttonBackground};
35
+ border: 1px solid ${e=>e.theme.buttonBorder};
36
+ border-radius: ${e=>e.theme.borderRadius};
240
37
  cursor: pointer;
241
38
  outline: none;
242
39
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
243
40
  box-shadow 0.15s ease-in-out;
244
41
 
245
42
  &:hover:not(:disabled) {
246
- background-color: ${s=>s.theme.buttonHoverBackground};
43
+ background-color: ${e=>e.theme.buttonHoverBackground};
247
44
  }
248
45
 
249
46
  &:focus {
250
- box-shadow: 0 0 0 2px ${s=>s.theme.inputFocusBorder}33;
47
+ box-shadow: 0 0 0 2px ${e=>e.theme.inputFocusBorder}33;
251
48
  }
252
49
 
253
50
  &:disabled {
254
51
  opacity: 0.6;
255
52
  cursor: not-allowed;
256
53
  }
257
- `;P(Ba)`
54
+ `;k(wn)`
258
55
  padding: 0.25rem 0.5rem;
259
- font-size: ${s=>s.theme.fontSizeSmall};
260
- `;P(Ba)`
56
+ font-size: ${e=>e.theme.fontSizeSmall};
57
+ `;k(wn)`
261
58
  padding: 0.5rem;
262
59
  min-width: 2.25rem;
263
60
  min-height: 2.25rem;
264
- `;P(Ba)`
61
+ `;k(wn)`
265
62
  padding: 0.25rem;
266
63
  min-width: 1.75rem;
267
64
  min-height: 1.75rem;
268
- font-size: ${s=>s.theme.fontSizeSmall};
269
- `;var Lr=P.div`
65
+ font-size: ${e=>e.theme.fontSizeSmall};
66
+ `;var jt=k.div`
270
67
  display: inline-flex;
271
68
  align-items: center;
272
69
  gap: 0.5rem;
273
- `,zr=P.input`
70
+ `,zt=k.input`
274
71
  cursor: pointer;
275
- accent-color: ${s=>s.theme.inputFocusBorder};
72
+ accent-color: ${e=>e.theme.inputFocusBorder};
276
73
 
277
74
  &:disabled {
278
75
  cursor: not-allowed;
279
76
  }
280
- `,Zr=P.label`
77
+ `,Ot=k.label`
281
78
  margin: 0;
282
79
  cursor: pointer;
283
80
  user-select: none;
284
- font-family: ${s=>s.theme.fontFamily};
285
- font-size: ${s=>s.theme.fontSize};
286
- color: ${s=>s.theme.textColor};
287
- `,is=P.button`
81
+ font-family: ${e=>e.theme.fontFamily};
82
+ font-size: ${e=>e.theme.fontSize};
83
+ color: ${e=>e.theme.textColor};
84
+ `,Oe=k.button`
288
85
  padding: 0.5rem 1rem;
289
- background: ${s=>s.theme.buttonBackground||"#007bff"};
290
- color: ${s=>s.theme.buttonText||"white"};
86
+ background: ${e=>e.theme.buttonBackground||"#007bff"};
87
+ color: ${e=>e.theme.buttonText||"white"};
291
88
  border: none;
292
- border-radius: ${s=>s.theme.borderRadius};
89
+ border-radius: ${e=>e.theme.borderRadius};
293
90
  cursor: pointer;
294
- font-family: ${s=>s.theme.fontFamily};
295
- font-size: ${s=>s.theme.fontSize};
91
+ font-family: ${e=>e.theme.fontFamily};
92
+ font-size: ${e=>e.theme.fontSize};
296
93
  font-weight: 500;
297
94
  transition: background-color 0.15s ease-in-out;
298
95
 
299
96
  &:hover:not(:disabled) {
300
- background: ${s=>s.theme.buttonHoverBackground||"#0056b3"};
97
+ background: ${e=>e.theme.buttonHoverBackground||"#0056b3"};
301
98
  }
302
99
 
303
100
  &:focus {
304
101
  outline: none;
305
- box-shadow: 0 0 0 2px ${s=>s.theme.buttonBackground||"#007bff"}66;
102
+ box-shadow: 0 0 0 2px ${e=>e.theme.buttonBackground||"#007bff"}66;
306
103
  }
307
104
 
308
105
  &:disabled {
@@ -310,49 +107,49 @@ React keys must be passed directly to JSX without using spread:
310
107
  cursor: not-allowed;
311
108
  opacity: 0.6;
312
109
  }
313
- `,Su=P.input`
110
+ `,_r=k.input`
314
111
  padding: 0.5rem 0.75rem;
315
- font-family: ${s=>s.theme.fontFamily};
316
- font-size: ${s=>s.theme.fontSize};
317
- color: ${s=>s.theme.inputText};
318
- background-color: ${s=>s.theme.inputBackground};
319
- border: 1px solid ${s=>s.theme.inputBorder};
320
- border-radius: ${s=>s.theme.borderRadius};
112
+ font-family: ${e=>e.theme.fontFamily};
113
+ font-size: ${e=>e.theme.fontSize};
114
+ color: ${e=>e.theme.inputText};
115
+ background-color: ${e=>e.theme.inputBackground};
116
+ border: 1px solid ${e=>e.theme.inputBorder};
117
+ border-radius: ${e=>e.theme.borderRadius};
321
118
  outline: none;
322
119
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
323
120
 
324
121
  &::placeholder {
325
- color: ${s=>s.theme.inputPlaceholder};
122
+ color: ${e=>e.theme.inputPlaceholder};
326
123
  }
327
124
 
328
125
  &:focus {
329
- border-color: ${s=>s.theme.inputFocusBorder};
330
- box-shadow: 0 0 0 2px ${s=>s.theme.inputFocusBorder}33;
126
+ border-color: ${e=>e.theme.inputFocusBorder};
127
+ box-shadow: 0 0 0 2px ${e=>e.theme.inputFocusBorder}33;
331
128
  }
332
129
 
333
130
  &:disabled {
334
131
  opacity: 0.6;
335
132
  cursor: not-allowed;
336
133
  }
337
- `;P(Su)`
134
+ `;k(_r)`
338
135
  padding: 0.25rem 0.5rem;
339
- font-size: ${s=>s.theme.fontSizeSmall};
340
- `;var Tu=P.label`
341
- font-family: ${s=>s.theme.fontFamily};
342
- font-size: ${s=>s.theme.fontSizeSmall};
136
+ font-size: ${e=>e.theme.fontSizeSmall};
137
+ `;var Mr=k.label`
138
+ font-family: ${e=>e.theme.fontFamily};
139
+ font-size: ${e=>e.theme.fontSizeSmall};
343
140
  font-weight: 500;
344
- color: ${s=>s.theme.textColorMuted};
141
+ color: ${e=>e.theme.textColorMuted};
345
142
  margin-bottom: 0.25rem;
346
143
  display: block;
347
- `;P.label`
348
- font-family: ${s=>s.theme.fontFamily};
349
- font-size: ${s=>s.theme.fontSize};
350
- color: ${s=>s.theme.textColor};
144
+ `;k.label`
145
+ font-family: ${e=>e.theme.fontFamily};
146
+ font-size: ${e=>e.theme.fontSize};
147
+ color: ${e=>e.theme.textColor};
351
148
  display: inline-flex;
352
149
  align-items: center;
353
150
  gap: 0.5rem;
354
151
  cursor: pointer;
355
- `;var a0=P.span`
152
+ `;var ja=k.span`
356
153
  position: absolute;
357
154
  width: 1px;
358
155
  height: 1px;
@@ -362,14 +159,14 @@ React keys must be passed directly to JSX without using spread:
362
159
  clip: rect(0, 0, 0, 0);
363
160
  white-space: nowrap;
364
161
  border: 0;
365
- `,$a=P.select`
162
+ `,yn=k.select`
366
163
  padding: 0.5rem 2rem 0.5rem 0.75rem;
367
- font-family: ${s=>s.theme.fontFamily};
368
- font-size: ${s=>s.theme.fontSize};
369
- color: ${s=>s.theme.inputText};
370
- background-color: ${s=>s.theme.inputBackground};
371
- border: 1px solid ${s=>s.theme.inputBorder};
372
- border-radius: ${s=>s.theme.borderRadius};
164
+ font-family: ${e=>e.theme.fontFamily};
165
+ font-size: ${e=>e.theme.fontSize};
166
+ color: ${e=>e.theme.inputText};
167
+ background-color: ${e=>e.theme.inputBackground};
168
+ border: 1px solid ${e=>e.theme.inputBorder};
169
+ border-radius: ${e=>e.theme.borderRadius};
373
170
  outline: none;
374
171
  cursor: pointer;
375
172
  appearance: none;
@@ -379,8 +176,8 @@ React keys must be passed directly to JSX without using spread:
379
176
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
380
177
 
381
178
  &:focus {
382
- border-color: ${s=>s.theme.inputFocusBorder};
383
- box-shadow: 0 0 0 2px ${s=>s.theme.inputFocusBorder}33;
179
+ border-color: ${e=>e.theme.inputFocusBorder};
180
+ box-shadow: 0 0 0 2px ${e=>e.theme.inputFocusBorder}33;
384
181
  }
385
182
 
386
183
  &:disabled {
@@ -390,18 +187,18 @@ React keys must be passed directly to JSX without using spread:
390
187
 
391
188
  /* Style native option elements for dark mode support */
392
189
  option {
393
- color: ${s=>s.theme.inputText};
394
- background-color: ${s=>s.theme.inputBackground};
190
+ color: ${e=>e.theme.inputText};
191
+ background-color: ${e=>e.theme.inputBackground};
395
192
  }
396
- `;P($a)`
193
+ `;k(yn)`
397
194
  padding: 0.25rem 1.75rem 0.25rem 0.5rem;
398
- font-size: ${s=>s.theme.fontSizeSmall};
399
- `;var ku=P.input.attrs({type:"range"})`
195
+ font-size: ${e=>e.theme.fontSizeSmall};
196
+ `;var Br=k.input.attrs({type:"range"})`
400
197
  -webkit-appearance: none;
401
198
  appearance: none;
402
199
  width: 100%;
403
200
  height: 6px;
404
- background: ${s=>s.theme.sliderTrackColor};
201
+ background: ${e=>e.theme.sliderTrackColor};
405
202
  border-radius: 3px;
406
203
  cursor: pointer;
407
204
  outline: none;
@@ -412,8 +209,8 @@ React keys must be passed directly to JSX without using spread:
412
209
  appearance: none;
413
210
  width: 16px;
414
211
  height: 16px;
415
- background: ${s=>s.theme.sliderThumbColor};
416
- border: 2px solid ${s=>s.theme.inputBackground};
212
+ background: ${e=>e.theme.sliderThumbColor};
213
+ border: 2px solid ${e=>e.theme.inputBackground};
417
214
  border-radius: 50%;
418
215
  cursor: pointer;
419
216
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
@@ -429,8 +226,8 @@ React keys must be passed directly to JSX without using spread:
429
226
  &::-moz-range-thumb {
430
227
  width: 16px;
431
228
  height: 16px;
432
- background: ${s=>s.theme.sliderThumbColor};
433
- border: 2px solid ${s=>s.theme.inputBackground};
229
+ background: ${e=>e.theme.sliderThumbColor};
230
+ border: 2px solid ${e=>e.theme.inputBackground};
434
231
  border-radius: 50%;
435
232
  cursor: pointer;
436
233
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
@@ -443,7 +240,7 @@ React keys must be passed directly to JSX without using spread:
443
240
  }
444
241
 
445
242
  &::-moz-range-track {
446
- background: ${s=>s.theme.sliderTrackColor};
243
+ background: ${e=>e.theme.sliderTrackColor};
447
244
  border-radius: 3px;
448
245
  height: 6px;
449
246
  }
@@ -453,11 +250,11 @@ React keys must be passed directly to JSX without using spread:
453
250
  }
454
251
 
455
252
  &:focus::-webkit-slider-thumb {
456
- box-shadow: 0 0 0 3px ${s=>s.theme.inputFocusBorder}33;
253
+ box-shadow: 0 0 0 3px ${e=>e.theme.inputFocusBorder}33;
457
254
  }
458
255
 
459
256
  &:focus::-moz-range-thumb {
460
- box-shadow: 0 0 0 3px ${s=>s.theme.inputFocusBorder}33;
257
+ box-shadow: 0 0 0 3px ${e=>e.theme.inputFocusBorder}33;
461
258
  }
462
259
 
463
260
  &:disabled {
@@ -472,7 +269,7 @@ React keys must be passed directly to JSX without using spread:
472
269
  &:disabled::-moz-range-thumb {
473
270
  cursor: not-allowed;
474
271
  }
475
- `,c0=({checked:s,onChange:e,disabled:t=!1,className:n})=>{const i=r=>{e(r.target.checked)};return E.jsxs(Lr,{className:n,children:[E.jsx(zr,{type:"checkbox",id:"automatic-scroll",className:"automatic-scroll",checked:s,onChange:i,disabled:t}),E.jsx(Zr,{htmlFor:"automatic-scroll",children:"Automatic Scroll"})]})};function Au(s){return typeof s=="object"&&s!==null&&"type"in s}function tr(s){if(!Au(s))return s;const e=s.direction==="vertical"?"to bottom":"to right",t=s.stops.map(n=>`${n.color} ${n.offset*100}%`).join(", ");return`linear-gradient(${e}, ${t})`}var l0={waveformDrawMode:"inverted",waveOutlineColor:"#ffffff",waveFillColor:"#1a7f8e",waveProgressColor:"rgba(0, 0, 0, 0.10)",selectedWaveOutlineColor:"#ffffff",selectedWaveFillColor:"#00b4d8",selectedTrackControlsBackground:"#d9e9ff",timeColor:"#000",timescaleBackgroundColor:"#fff",playheadColor:"#f00",selectionColor:"rgba(255, 105, 180, 0.7)",clipHeaderBackgroundColor:"rgba(0, 0, 0, 0.1)",clipHeaderBorderColor:"rgba(0, 0, 0, 0.2)",clipHeaderTextColor:"#333",clipHeaderFontFamily:"inherit",selectedClipHeaderBackgroundColor:"#b3d9ff",fadeOverlayColor:"rgba(0, 0, 0, 0.4)",backgroundColor:"#ffffff",surfaceColor:"#f5f5f5",borderColor:"#ddd",textColor:"#333",textColorMuted:"#666",inputBackground:"#ffffff",inputBorder:"#ccc",inputText:"#333",inputPlaceholder:"#999",inputFocusBorder:"#0066cc",buttonBackground:"#0091ff",buttonText:"#ffffff",buttonBorder:"#0081e6",buttonHoverBackground:"#0081e6",sliderTrackColor:"#ddd",sliderThumbColor:"#daa520",annotationBoxBackground:"rgba(255, 255, 255, 0.85)",annotationBoxActiveBackground:"rgba(255, 255, 255, 0.95)",annotationBoxHoverBackground:"rgba(255, 255, 255, 0.98)",annotationBoxBorder:"#ff9800",annotationBoxActiveBorder:"#d67600",annotationLabelColor:"#2a2a2a",annotationResizeHandleColor:"rgba(0, 0, 0, 0.4)",annotationResizeHandleActiveColor:"rgba(0, 0, 0, 0.8)",annotationTextItemHoverBackground:"rgba(0, 0, 0, 0.03)",borderRadius:"4px",fontFamily:'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif',fontSize:"14px",fontSizeSmall:"12px"},u0=1e3;function h0(s,e,t,n){if(!Au(e))return e;let i;e.direction==="vertical"?i=s.createLinearGradient(0,0,0,n):i=s.createLinearGradient(0,0,t,0);for(const r of e.stops)i.addColorStop(r.offset,r.color);return i}var d0=P.canvas.attrs(s=>({style:{width:`${s.$cssWidth}px`,height:`${s.$waveHeight}px`}}))`
272
+ `,za=({checked:e,onChange:t,disabled:n=!1,className:r})=>{const a=s=>{t(s.target.checked)};return E.jsxs(jt,{className:r,children:[E.jsx(zt,{type:"checkbox",id:"automatic-scroll",className:"automatic-scroll",checked:e,onChange:a,disabled:n}),E.jsx(Ot,{htmlFor:"automatic-scroll",children:"Automatic Scroll"})]})};function Wr(e){return typeof e=="object"&&e!==null&&"type"in e}function Ft(e){if(!Wr(e))return e;const t=e.direction==="vertical"?"to bottom":"to right",n=e.stops.map(r=>`${r.color} ${r.offset*100}%`).join(", ");return`linear-gradient(${t}, ${n})`}var Oa={waveformDrawMode:"inverted",waveOutlineColor:"#ffffff",waveFillColor:"#1a7f8e",waveProgressColor:"rgba(0, 0, 0, 0.10)",selectedWaveOutlineColor:"#ffffff",selectedWaveFillColor:"#00b4d8",selectedTrackControlsBackground:"#d9e9ff",timeColor:"#000",timescaleBackgroundColor:"#fff",playheadColor:"#f00",selectionColor:"rgba(255, 105, 180, 0.7)",clipHeaderBackgroundColor:"rgba(0, 0, 0, 0.1)",clipHeaderBorderColor:"rgba(0, 0, 0, 0.2)",clipHeaderTextColor:"#333",clipHeaderFontFamily:"inherit",selectedClipHeaderBackgroundColor:"#b3d9ff",fadeOverlayColor:"rgba(0, 0, 0, 0.4)",backgroundColor:"#ffffff",surfaceColor:"#f5f5f5",borderColor:"#ddd",textColor:"#333",textColorMuted:"#666",inputBackground:"#ffffff",inputBorder:"#ccc",inputText:"#333",inputPlaceholder:"#999",inputFocusBorder:"#0066cc",buttonBackground:"#0091ff",buttonText:"#ffffff",buttonBorder:"#0081e6",buttonHoverBackground:"#0081e6",sliderTrackColor:"#ddd",sliderThumbColor:"#daa520",annotationBoxBackground:"rgba(255, 255, 255, 0.85)",annotationBoxActiveBackground:"rgba(255, 255, 255, 0.95)",annotationBoxHoverBackground:"rgba(255, 255, 255, 0.98)",annotationBoxBorder:"#ff9800",annotationBoxActiveBorder:"#d67600",annotationLabelColor:"#2a2a2a",annotationResizeHandleColor:"rgba(0, 0, 0, 0.4)",annotationResizeHandleActiveColor:"rgba(0, 0, 0, 0.8)",annotationTextItemHoverBackground:"rgba(0, 0, 0, 0.03)",borderRadius:"4px",fontFamily:'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif',fontSize:"14px",fontSizeSmall:"12px"},Na=1e3;function Ha(e,t,n,r){if(!Wr(t))return t;let a;t.direction==="vertical"?a=e.createLinearGradient(0,0,0,r):a=e.createLinearGradient(0,0,n,0);for(const s of t.stops)a.addColorStop(s.offset,s.color);return a}var Ga=k.canvas.attrs(e=>({style:{width:`${e.$cssWidth}px`,height:`${e.$waveHeight}px`}}))`
476
273
  float: left;
477
274
  position: relative;
478
275
  /* Promote to own compositing layer for smoother scrolling */
@@ -480,50 +277,50 @@ React keys must be passed directly to JSX without using spread:
480
277
  /* Disable image rendering interpolation */
481
278
  image-rendering: pixelated;
482
279
  image-rendering: crisp-edges;
483
- `,p0=P.div.attrs(s=>({style:{top:`${s.$waveHeight*s.$index}px`,width:`${s.$cssWidth}px`,height:`${s.$waveHeight}px`}}))`
280
+ `,Xa=k.div.attrs(e=>({style:{top:`${e.$waveHeight*e.$index}px`,width:`${e.$cssWidth}px`,height:`${e.$waveHeight}px`}}))`
484
281
  position: absolute;
485
- background: ${s=>s.$waveFillColor};
282
+ background: ${e=>e.$waveFillColor};
486
283
  /* Force GPU compositing layer to reduce scroll flickering */
487
284
  transform: translateZ(0);
488
285
  backface-visibility: hidden;
489
- `,f0=s=>{const{data:e,bits:t,length:n,index:i,className:r,devicePixelRatio:o=1,waveHeight:a=80,waveOutlineColor:c="#E0EFF1",waveFillColor:l="grey",barWidth:u=1,barGap:h=0,transparentBackground:p=!1,drawMode:d="inverted"}=s,f=S.useRef([]),_=S.useCallback(v=>{if(v!==null){const w=parseInt(v.dataset.index,10);f.current[w]=v}},[]);S.useLayoutEffect(()=>{const v=f.current,w=u+h;let k=0;for(let T=0;T<v.length;T++){const D=v[T],I=D.getContext("2d"),A=Math.floor(a/2),R=2**(t-1);if(I){I.resetTransform(),I.clearRect(0,0,D.width,D.height),I.imageSmoothingEnabled=!1,I.scale(o,o);const O=D.width/o;let N;d==="normal"?N=l:N=c,I.fillStyle=h0(I,N,O,a);const B=k,V=k+O,j=Math.floor((B-u+w)/w)*w;for(let X=Math.max(0,j);X<V;X+=w){const $=X-B;if($+u<=0)continue;const Z=X;if(Z*2+1<e.length){const G=e[Z*2]/R,ie=e[Z*2+1]/R,ae=Math.abs(G*A),me=Math.abs(ie*A);d==="normal"?I.fillRect($,A-me,u,me+ae):(I.fillRect($,0,u,A-me),I.fillRect($,A+ae,u,A-ae))}}}k+=D.width/o}},[e,t,a,c,l,o,n,u,h,d]);let g=n,m=0;const y=[];for(;g>0;){const v=Math.min(g,u0),w=E.jsx(d0,{$cssWidth:v,width:v*o,height:a*o,$waveHeight:a,"data-index":m,ref:_},`${n}-${m}`);y.push(w),g-=v,m+=1}const b=p?"transparent":tr(l);return E.jsx(p0,{$index:i,$cssWidth:n,className:r,$waveHeight:a,$waveFillColor:b,children:y})},Iu=22,Du=P.div`
286
+ `,Ya=e=>{const{data:t,bits:n,length:r,index:a,className:s,devicePixelRatio:o=1,waveHeight:i=80,waveOutlineColor:l="#E0EFF1",waveFillColor:u="grey",barWidth:d=1,barGap:b=0,transparentBackground:p=!1,drawMode:f="inverted"}=e,x=c.useRef([]),y=c.useCallback(A=>{if(A!==null){const I=parseInt(A.dataset.index,10);x.current[I]=A}},[]);c.useLayoutEffect(()=>{const A=x.current,I=d+b;let D=0;for(let F=0;F<A.length;F++){const _=A[F],M=_.getContext("2d"),$=Math.floor(i/2),j=2**(n-1);if(M){M.resetTransform(),M.clearRect(0,0,_.width,_.height),M.imageSmoothingEnabled=!1,M.scale(o,o);const Z=_.width/o;let X;f==="normal"?X=u:X=l,M.fillStyle=Ha(M,X,Z,i);const Y=D,K=D+Z,te=Math.floor((Y-d+I)/I)*I;for(let re=Math.max(0,te);re<K;re+=I){const L=re-Y;if(L+d<=0)continue;const oe=re;if(oe*2+1<t.length){const S=t[oe*2]/j,z=t[oe*2+1]/j,G=Math.abs(S*$),Q=Math.abs(z*$);f==="normal"?M.fillRect(L,$-Q,d,Q+G):(M.fillRect(L,0,d,$-Q),M.fillRect(L,$+G,d,$-G))}}}D+=_.width/o}},[t,n,i,l,u,o,r,d,b,f]);let v=r,m=0;const C=[];for(;v>0;){const A=Math.min(v,Na),I=E.jsx(Ga,{$cssWidth:A,width:A*o,height:i*o,$waveHeight:i,"data-index":m,ref:y},`${r}-${m}`);C.push(I),v-=A,m+=1}const g=p?"transparent":Ft(u);return E.jsx(Xa,{$index:a,$cssWidth:r,className:s,$waveHeight:i,$waveFillColor:g,children:C})},Fr=22,Pr=k.div`
490
287
  position: relative;
491
- height: ${Iu}px;
492
- background: ${s=>s.$isSelected?s.theme.selectedClipHeaderBackgroundColor:s.theme.clipHeaderBackgroundColor};
493
- border-bottom: 1px solid ${s=>s.theme.clipHeaderBorderColor};
288
+ height: ${Fr}px;
289
+ background: ${e=>e.$isSelected?e.theme.selectedClipHeaderBackgroundColor:e.theme.clipHeaderBackgroundColor};
290
+ border-bottom: 1px solid ${e=>e.theme.clipHeaderBorderColor};
494
291
  display: flex;
495
292
  align-items: center;
496
293
  padding: 0 8px;
497
- cursor: ${s=>s.$interactive?s.$isDragging?"grabbing":"grab":"default"};
294
+ cursor: ${e=>e.$interactive?e.$isDragging?"grabbing":"grab":"default"};
498
295
  user-select: none;
499
296
  z-index: 110;
500
297
  flex-shrink: 0;
501
298
  pointer-events: auto; /* Re-enable pointer events (parent ClipContainer has pointer-events: none) */
502
- touch-action: ${s=>s.$interactive?"none":"auto"}; /* Prevent browser scroll during drag on touch devices */
299
+ touch-action: ${e=>e.$interactive?"none":"auto"}; /* Prevent browser scroll during drag on touch devices */
503
300
 
504
- ${s=>s.$interactive&&`
301
+ ${e=>e.$interactive&&`
505
302
  &:hover {
506
- background: ${s.theme.clipHeaderBackgroundColor}dd;
303
+ background: ${e.theme.clipHeaderBackgroundColor}dd;
507
304
  }
508
305
 
509
306
  &:active {
510
307
  cursor: grabbing;
511
308
  }
512
309
  `}
513
- `,Ru=P.span`
310
+ `,Zr=k.span`
514
311
  font-size: 11px;
515
312
  font-weight: 600;
516
- font-family: ${s=>s.theme.clipHeaderFontFamily};
517
- color: ${s=>s.theme.clipHeaderTextColor};
313
+ font-family: ${e=>e.theme.clipHeaderFontFamily};
314
+ color: ${e=>e.theme.clipHeaderTextColor};
518
315
  white-space: nowrap;
519
316
  overflow: hidden;
520
317
  text-overflow: ellipsis;
521
- `,m0=({trackName:s,isSelected:e=!1})=>E.jsx(Du,{$isDragging:!1,$interactive:!1,$isSelected:e,children:E.jsx(Ru,{children:s})}),g0=({clipId:s,trackIndex:e,clipIndex:t,trackName:n,isSelected:i=!1,disableDrag:r=!1,dragHandleProps:o})=>{if(r||!o)return E.jsx(m0,{trackName:n,isSelected:i});const{attributes:a,listeners:c,setActivatorNodeRef:l}=o;return E.jsx(Du,{ref:l,"data-clip-id":s,$interactive:!0,$isSelected:i,...c,...a,children:E.jsx(Ru,{children:n})})},_0=8,v0=24,y0=P.div`
318
+ `,La=({trackName:e,isSelected:t=!1})=>E.jsx(Pr,{$isDragging:!1,$interactive:!1,$isSelected:t,children:E.jsx(Zr,{children:e})}),Ka=({clipId:e,trackIndex:t,clipIndex:n,trackName:r,isSelected:a=!1,disableDrag:s=!1,dragHandleProps:o})=>{if(s||!o)return E.jsx(La,{trackName:r,isSelected:a});const{attributes:i,listeners:l,setActivatorNodeRef:u}=o;return E.jsx(Pr,{ref:u,"data-clip-id":e,$interactive:!0,$isSelected:a,...l,...i,children:E.jsx(Zr,{children:r})})},Ua=8,Ja=24,qa=k.div`
522
319
  position: absolute;
523
- ${s=>s.$edge==="left"?"left: 0;":"right: 0;"}
320
+ ${e=>e.$edge==="left"?"left: 0;":"right: 0;"}
524
321
  top: 0;
525
322
  bottom: 0;
526
- width: ${s=>s.$touchOptimized?v0:_0}px;
323
+ width: ${e=>e.$touchOptimized?Ja:Ua}px;
527
324
  cursor: col-resize;
528
325
  user-select: none;
529
326
  z-index: 105; /* Above waveform, below header */
@@ -531,38 +328,38 @@ React keys must be passed directly to JSX without using spread:
531
328
  touch-action: none; /* Prevent browser scroll during drag on touch devices */
532
329
 
533
330
  /* Invisible by default, visible on hover */
534
- background: ${s=>s.$isDragging?"rgba(255, 255, 255, 0.4)":s.$isHovered?"rgba(255, 255, 255, 0.2)":"transparent"};
331
+ background: ${e=>e.$isDragging?"rgba(255, 255, 255, 0.4)":e.$isHovered?"rgba(255, 255, 255, 0.2)":"transparent"};
535
332
 
536
- ${s=>s.$edge==="left"?`border-left: 2px solid ${s.$isDragging?"rgba(255, 255, 255, 0.8)":s.$isHovered?"rgba(255, 255, 255, 0.5)":"transparent"};`:`border-right: 2px solid ${s.$isDragging?"rgba(255, 255, 255, 0.8)":s.$isHovered?"rgba(255, 255, 255, 0.5)":"transparent"};`}
333
+ ${e=>e.$edge==="left"?`border-left: 2px solid ${e.$isDragging?"rgba(255, 255, 255, 0.8)":e.$isHovered?"rgba(255, 255, 255, 0.5)":"transparent"};`:`border-right: 2px solid ${e.$isDragging?"rgba(255, 255, 255, 0.8)":e.$isHovered?"rgba(255, 255, 255, 0.5)":"transparent"};`}
537
334
 
538
335
  transition: background 0.15s ease, border-color 0.15s ease;
539
336
 
540
337
  &:hover {
541
338
  background: rgba(255, 255, 255, 0.2);
542
- ${s=>s.$edge==="left"?"border-left: 2px solid rgba(255, 255, 255, 0.5);":"border-right: 2px solid rgba(255, 255, 255, 0.5);"}
339
+ ${e=>e.$edge==="left"?"border-left: 2px solid rgba(255, 255, 255, 0.5);":"border-right: 2px solid rgba(255, 255, 255, 0.5);"}
543
340
  }
544
341
 
545
342
  &:active {
546
343
  background: rgba(255, 255, 255, 0.4);
547
- ${s=>s.$edge==="left"?"border-left: 2px solid rgba(255, 255, 255, 0.8);":"border-right: 2px solid rgba(255, 255, 255, 0.8);"}
344
+ ${e=>e.$edge==="left"?"border-left: 2px solid rgba(255, 255, 255, 0.8);":"border-right: 2px solid rgba(255, 255, 255, 0.8);"}
548
345
  }
549
- `,Fc=({clipId:s,trackIndex:e,clipIndex:t,edge:n,dragHandleProps:i,touchOptimized:r=!1})=>{const[o,a]=S.useState(!1);if(!i)return null;const{attributes:c,listeners:l,setActivatorNodeRef:u,isDragging:h}=i;return E.jsx(y0,{ref:u,"data-clip-id":s,"data-boundary-edge":n,$edge:n,$isDragging:h,$isHovered:o,$touchOptimized:r,onMouseEnter:()=>a(!0),onMouseLeave:()=>a(!1),...l,...c})},b0=P.div.attrs(s=>({style:{left:`${s.$left}px`,width:`${s.$width}px`}}))`
346
+ `,Yn=({clipId:e,trackIndex:t,clipIndex:n,edge:r,dragHandleProps:a,touchOptimized:s=!1})=>{const[o,i]=c.useState(!1);if(!a)return null;const{attributes:l,listeners:u,setActivatorNodeRef:d,isDragging:b}=a;return E.jsx(qa,{ref:d,"data-clip-id":e,"data-boundary-edge":r,$edge:r,$isDragging:b,$isHovered:o,$touchOptimized:s,onMouseEnter:()=>i(!0),onMouseLeave:()=>i(!1),...u,...l})},Qa=k.div.attrs(e=>({style:{left:`${e.$left}px`,width:`${e.$width}px`}}))`
550
347
  position: absolute;
551
348
  top: 0;
552
349
  bottom: 0;
553
350
  pointer-events: none;
554
351
  z-index: 50;
555
- `,w0=P.svg`
352
+ `,eo=k.svg`
556
353
  width: 100%;
557
354
  height: 100%;
558
355
  display: block;
559
356
  /* Flip horizontally for fadeOut - makes it mirror of fadeIn */
560
- transform: ${s=>s.$type==="fadeOut"?"scaleX(-1)":"none"};
561
- `;function x0(s,e,t="logarithmic"){const n=[],i=Math.max(20,Math.min(s,100));for(let r=0;r<=i;r++){const o=r/i*s,a=r/i;let c;switch(t){case"linear":c=a;break;case"exponential":c=a*a;break;case"sCurve":c=(1-Math.cos(a*Math.PI))/2;break;case"logarithmic":default:c=Math.log10(1+a*9)/Math.log10(10);break}const l=(1-c)*e;n.push(`${o},${l}`)}return`M 0,${e} L ${n.join(" L ")} L ${s},0 L 0,0 Z`}var Vc=({left:s,width:e,type:t,curveType:n="logarithmic",color:i})=>{const r=P.useTheme();if(e<1)return null;const o=i||r?.fadeOverlayColor||"rgba(0, 0, 0, 0.4)";return E.jsx(b0,{$left:s,$width:e,$type:t,children:E.jsx(w0,{$type:t,viewBox:`0 0 ${e} 100`,preserveAspectRatio:"none",children:E.jsx("path",{d:x0(e,100,n),fill:o})})})},C0=P.div.attrs(s=>({style:s.$isOverlay?{}:{left:`${s.$left}px`,width:`${s.$width}px`}}))`
562
- position: ${s=>s.$isOverlay?"relative":"absolute"};
357
+ transform: ${e=>e.$type==="fadeOut"?"scaleX(-1)":"none"};
358
+ `;function to(e,t,n="logarithmic"){const r=[],a=Math.max(20,Math.min(e,100));for(let s=0;s<=a;s++){const o=s/a*e,i=s/a;let l;switch(n){case"linear":l=i;break;case"exponential":l=i*i;break;case"sCurve":l=(1-Math.cos(i*Math.PI))/2;break;case"logarithmic":default:l=Math.log10(1+i*9)/Math.log10(10);break}const u=(1-l)*t;r.push(`${o},${u}`)}return`M 0,${t} L ${r.join(" L ")} L ${e},0 L 0,0 Z`}var Ln=({left:e,width:t,type:n,curveType:r="logarithmic",color:a})=>{const s=k.useTheme();if(t<1)return null;const o=a||s?.fadeOverlayColor||"rgba(0, 0, 0, 0.4)";return E.jsx(Qa,{$left:e,$width:t,$type:n,children:E.jsx(eo,{$type:n,viewBox:`0 0 ${t} 100`,preserveAspectRatio:"none",children:E.jsx("path",{d:to(t,100,r),fill:o})})})},no=k.div.attrs(e=>({style:e.$isOverlay?{}:{left:`${e.$left}px`,width:`${e.$width}px`}}))`
359
+ position: ${e=>e.$isOverlay?"relative":"absolute"};
563
360
  top: 0;
564
- height: ${s=>s.$isOverlay?"auto":"100%"};
565
- width: ${s=>s.$isOverlay?`${s.$width}px`:"auto"};
361
+ height: ${e=>e.$isOverlay?"auto":"100%"};
362
+ width: ${e=>e.$isOverlay?`${e.$width}px`:"auto"};
566
363
  display: flex;
567
364
  flex-direction: column;
568
365
  background: rgba(255, 255, 255, 0.05);
@@ -572,30 +369,30 @@ React keys must be passed directly to JSX without using spread:
572
369
  &:hover {
573
370
  background: rgba(255, 255, 255, 0.08);
574
371
  }
575
- `,S0=P.div`
372
+ `,ro=k.div`
576
373
  flex: 1;
577
374
  position: relative;
578
- overflow: ${s=>s.$isOverlay?"visible":"hidden"};
579
- `,Pc=({children:s,className:e,clipId:t,trackIndex:n,clipIndex:i,trackName:r,startSample:o,durationSamples:a,samplesPerPixel:c,showHeader:l=!1,disableHeaderDrag:u=!1,isOverlay:h=!1,isSelected:p=!1,onMouseDown:d,trackId:f,fadeIn:_,fadeOut:g,sampleRate:m=44100,showFades:y=!1,touchOptimized:x=!1})=>{const b=Math.floor(o/c),w=Math.floor((o+a)/c)-b,k=l&&!u&&!h,T=`clip-${n}-${i}`,{attributes:D,listeners:I,setNodeRef:A,setActivatorNodeRef:R,transform:O,isDragging:N}=co({id:T,data:{clipId:t,trackIndex:n,clipIndex:i},disabled:!k}),B=`clip-boundary-left-${n}-${i}`,{attributes:V,listeners:j,setActivatorNodeRef:X,isDragging:$}=co({id:B,data:{clipId:t,trackIndex:n,clipIndex:i,boundary:"left"},disabled:!k}),Z=`clip-boundary-right-${n}-${i}`,{attributes:G,listeners:ie,setActivatorNodeRef:ae,isDragging:me}=co({id:Z,data:{clipId:t,trackIndex:n,clipIndex:i,boundary:"right"},disabled:!k}),Y=O?{transform:So.Translate.toString(O),zIndex:N?100:void 0}:void 0;return E.jsxs(C0,{ref:A,style:Y,className:e,$left:b,$width:w,$isOverlay:h,"data-clip-container":"true","data-track-id":f,onMouseDown:d,children:[l&&E.jsx(g0,{clipId:t,trackIndex:n,clipIndex:i,trackName:r,isSelected:p,disableDrag:u,dragHandleProps:k?{attributes:D,listeners:I,setActivatorNodeRef:R}:void 0}),E.jsxs(S0,{$isOverlay:h,children:[s,y&&_&&_.duration>0&&E.jsx(Vc,{left:0,width:Math.floor(_.duration*m/c),type:"fadeIn",curveType:_.type}),y&&g&&g.duration>0&&E.jsx(Vc,{left:w-Math.floor(g.duration*m/c),width:Math.floor(g.duration*m/c),type:"fadeOut",curveType:g.type})]}),l&&!u&&!h&&E.jsxs(E.Fragment,{children:[E.jsx(Fc,{clipId:t,trackIndex:n,clipIndex:i,edge:"left",touchOptimized:x,dragHandleProps:{attributes:V,listeners:j,setActivatorNodeRef:X,isDragging:$}}),E.jsx(Fc,{clipId:t,trackIndex:n,clipIndex:i,edge:"right",touchOptimized:x,dragHandleProps:{attributes:G,listeners:ie,setActivatorNodeRef:ae,isDragging:me}})]})]})},T0=P.div`
375
+ overflow: ${e=>e.$isOverlay?"visible":"hidden"};
376
+ `,Kn=({children:e,className:t,clipId:n,trackIndex:r,clipIndex:a,trackName:s,startSample:o,durationSamples:i,samplesPerPixel:l,showHeader:u=!1,disableHeaderDrag:d=!1,isOverlay:b=!1,isSelected:p=!1,onMouseDown:f,trackId:x,fadeIn:y,fadeOut:v,sampleRate:m=44100,showFades:C=!1,touchOptimized:w=!1})=>{const g=Math.floor(o/l),I=Math.floor((o+i)/l)-g,D=u&&!d&&!b,F=`clip-${r}-${a}`,{attributes:_,listeners:M,setNodeRef:$,setActivatorNodeRef:j,transform:Z,isDragging:X}=nn({id:F,data:{clipId:n,trackIndex:r,clipIndex:a},disabled:!D}),Y=`clip-boundary-left-${r}-${a}`,{attributes:K,listeners:te,setActivatorNodeRef:re,isDragging:L}=nn({id:Y,data:{clipId:n,trackIndex:r,clipIndex:a,boundary:"left"},disabled:!D}),oe=`clip-boundary-right-${r}-${a}`,{attributes:S,listeners:z,setActivatorNodeRef:G,isDragging:Q}=nn({id:oe,data:{clipId:n,trackIndex:r,clipIndex:a,boundary:"right"},disabled:!D}),se=Z?{transform:un.Translate.toString(Z),zIndex:X?100:void 0}:void 0;return E.jsxs(no,{ref:$,style:se,className:t,$left:g,$width:I,$isOverlay:b,"data-clip-container":"true","data-track-id":x,onMouseDown:f,children:[u&&E.jsx(Ka,{clipId:n,trackIndex:r,clipIndex:a,trackName:s,isSelected:p,disableDrag:d,dragHandleProps:D?{attributes:_,listeners:M,setActivatorNodeRef:j}:void 0}),E.jsxs(ro,{$isOverlay:b,children:[e,C&&y&&y.duration>0&&E.jsx(Ln,{left:0,width:Math.floor(y.duration*m/l),type:"fadeIn",curveType:y.type}),C&&v&&v.duration>0&&E.jsx(Ln,{left:I-Math.floor(v.duration*m/l),width:Math.floor(v.duration*m/l),type:"fadeOut",curveType:v.type})]}),u&&!d&&!b&&E.jsxs(E.Fragment,{children:[E.jsx(Yn,{clipId:n,trackIndex:r,clipIndex:a,edge:"left",touchOptimized:w,dragHandleProps:{attributes:K,listeners:te,setActivatorNodeRef:re,isDragging:L}}),E.jsx(Yn,{clipId:n,trackIndex:r,clipIndex:a,edge:"right",touchOptimized:w,dragHandleProps:{attributes:S,listeners:z,setActivatorNodeRef:G,isDragging:Q}})]})]})},ao=k.div`
580
377
  display: inline-flex;
581
378
  align-items: center;
582
379
  gap: 0.5rem;
583
- `,k0=P(Tu)`
380
+ `,oo=k(Mr)`
584
381
  margin: 0;
585
382
  white-space: nowrap;
586
- `,A0=P(ku)`
383
+ `,so=k(Br)`
587
384
  width: 120px;
588
- `,I0=({volume:s,onChange:e,disabled:t=!1,className:n})=>{const i=r=>{e(parseFloat(r.target.value)/100)};return E.jsxs(T0,{className:n,children:[E.jsx(k0,{htmlFor:"master-gain",children:"Master Volume"}),E.jsx(A0,{min:"0",max:"100",value:s*100,onChange:i,disabled:t,id:"master-gain"})]})};P.div.attrs(s=>({style:{transform:`translate3d(${s.$position}px, 0, 0)`}}))`
385
+ `,io=({volume:e,onChange:t,disabled:n=!1,className:r})=>{const a=s=>{t(parseFloat(s.target.value)/100)};return E.jsxs(ao,{className:r,children:[E.jsx(oo,{htmlFor:"master-gain",children:"Master Volume"}),E.jsx(so,{min:"0",max:"100",value:e*100,onChange:a,disabled:n,id:"master-gain"})]})};k.div.attrs(e=>({style:{transform:`translate3d(${e.$position}px, 0, 0)`}}))`
589
386
  position: absolute;
590
387
  top: 0;
591
388
  left: 0;
592
389
  width: 2px;
593
- background: ${s=>s.$color};
390
+ background: ${e=>e.$color};
594
391
  height: 100%;
595
392
  z-index: 100; /* Below sticky controls (z-index: 101) so playhead is hidden when scrolled behind controls */
596
393
  pointer-events: none;
597
394
  will-change: transform;
598
- `;P.div`
395
+ `;k.div`
599
396
  position: absolute;
600
397
  top: 0;
601
398
  left: 0;
@@ -603,7 +400,7 @@ React keys must be passed directly to JSX without using spread:
603
400
  z-index: 100; /* Below sticky controls (z-index: 101) so playhead is hidden when scrolled behind controls */
604
401
  pointer-events: none;
605
402
  will-change: transform;
606
- `;P.div`
403
+ `;k.div`
607
404
  position: absolute;
608
405
  top: -10px;
609
406
  left: -6px;
@@ -611,30 +408,30 @@ React keys must be passed directly to JSX without using spread:
611
408
  height: 0;
612
409
  border-left: 7px solid transparent;
613
410
  border-right: 7px solid transparent;
614
- border-top: 10px solid ${s=>s.$color};
615
- `;P.div`
411
+ border-top: 10px solid ${e=>e.$color};
412
+ `;k.div`
616
413
  position: absolute;
617
414
  top: 0;
618
415
  left: 0;
619
416
  width: 2px;
620
417
  height: 100%;
621
- background: ${s=>s.$color};
622
- `;var D0=P.div`
418
+ background: ${e=>e.$color};
419
+ `;var lo=k.div`
623
420
  overflow-y: hidden;
624
421
  overflow-x: auto;
625
422
  position: relative;
626
- `,R0=P.div.attrs(s=>({style:s.$width!==void 0?{width:`${s.$width}px`}:{}}))`
423
+ `,co=k.div.attrs(e=>({style:e.$width!==void 0?{width:`${e.$width}px`}:{}}))`
627
424
  position: relative;
628
- background: ${s=>s.$backgroundColor||"transparent"};
629
- `,E0=P.div.attrs(s=>({style:s.$width?{minWidth:`${s.$width}px`}:{}}))`
630
- background: ${s=>s.$backgroundColor||"white"};
425
+ background: ${e=>e.$backgroundColor||"transparent"};
426
+ `,uo=k.div.attrs(e=>({style:e.$width?{minWidth:`${e.$width}px`}:{}}))`
427
+ background: ${e=>e.$backgroundColor||"white"};
631
428
  width: 100%;
632
429
  overflow: visible;
633
- `,M0=P.div.attrs(s=>({style:s.$width!==void 0?{minWidth:`${s.$width}px`}:{}}))`
430
+ `,fo=k.div.attrs(e=>({style:e.$width!==void 0?{minWidth:`${e.$width}px`}:{}}))`
634
431
  position: relative;
635
- background: ${s=>s.$backgroundColor||"transparent"};
432
+ background: ${e=>e.$backgroundColor||"transparent"};
636
433
  width: 100%;
637
- `,O0=P.div`
434
+ `,ho=k.div`
638
435
  position: absolute;
639
436
  top: 0;
640
437
  left: 0;
@@ -642,71 +439,71 @@ React keys must be passed directly to JSX without using spread:
642
439
  bottom: 0;
643
440
  cursor: crosshair;
644
441
  z-index: 1; /* Low z-index - clip headers and boundaries have higher z-index */
645
- `,Eu=({children:s,backgroundColor:e,timescaleBackgroundColor:t,timescale:n,timescaleWidth:i,tracksWidth:r,scrollContainerWidth:o,controlsWidth:a,onTracksClick:c,onTracksMouseDown:l,onTracksMouseMove:u,onTracksMouseUp:h,scrollContainerRef:p})=>E.jsx(D0,{"data-scroll-container":"true",ref:p,children:E.jsxs(R0,{$backgroundColor:e,$width:o,children:[n&&E.jsx(E0,{$width:i,$backgroundColor:t,children:n}),E.jsxs(M0,{$width:r,$backgroundColor:e,children:[s,(c||l)&&E.jsx(O0,{$controlsWidth:a,onClick:c,onMouseDown:l,onMouseMove:u,onMouseUp:h})]})]})});P.withTheme(Eu);var N0=P.div.attrs(s=>({style:{left:`${s.$left}px`,width:`${s.$width}px`}}))`
442
+ `,Vr=({children:e,backgroundColor:t,timescaleBackgroundColor:n,timescale:r,timescaleWidth:a,tracksWidth:s,scrollContainerWidth:o,controlsWidth:i,onTracksClick:l,onTracksMouseDown:u,onTracksMouseMove:d,onTracksMouseUp:b,scrollContainerRef:p})=>E.jsx(lo,{"data-scroll-container":"true",ref:p,children:E.jsxs(co,{$backgroundColor:t,$width:o,children:[r&&E.jsx(uo,{$width:a,$backgroundColor:n,children:r}),E.jsxs(fo,{$width:s,$backgroundColor:t,children:[e,(l||u)&&E.jsx(ho,{$controlsWidth:i,onClick:l,onMouseDown:u,onMouseMove:d,onMouseUp:b})]})]})});k.withTheme(Vr);var mo=k.div.attrs(e=>({style:{left:`${e.$left}px`,width:`${e.$width}px`}}))`
646
443
  position: absolute;
647
444
  top: 0;
648
- background: ${s=>s.$color};
445
+ background: ${e=>e.$color};
649
446
  height: 100%;
650
447
  z-index: 60; /* Above clips (z-index: 10) and fades (z-index: 50), below playhead (z-index: 100) */
651
448
  pointer-events: none;
652
449
  opacity: 0.3;
653
- `,F0=({startPosition:s,endPosition:e,color:t="#00ff00"})=>{const n=Math.max(0,e-s);return n<=0?null:E.jsx(N0,{$left:s,$width:n,$color:t,"data-selection":!0})};function qn(s,e){const t=Math.floor(s/3600)%24,n=Math.floor(s/60)%60,i=(s%60).toFixed(e);return String(t).padStart(2,"0")+":"+String(n).padStart(2,"0")+":"+i.padStart(e+3,"0")}function on(s,e){switch(e){case"seconds":return s.toFixed(0);case"thousandths":return s.toFixed(3);case"hh:mm:ss":return qn(s,0);case"hh:mm:ss.u":return qn(s,1);case"hh:mm:ss.uu":return qn(s,2);case"hh:mm:ss.uuu":return qn(s,3);default:return qn(s,3)}}function Mu(s,e){if(!s)return 0;switch(e){case"seconds":case"thousandths":return parseFloat(s)||0;case"hh:mm:ss":case"hh:mm:ss.u":case"hh:mm:ss.uu":case"hh:mm:ss.uuu":{const t=s.split(":");if(t.length!==3)return 0;const n=parseInt(t[0],10)||0,i=parseInt(t[1],10)||0,r=parseFloat(t[2])||0;return n*3600+i*60+r}default:return 0}}var Wc=({id:s,label:e,value:t,format:n,className:i,onChange:r,readOnly:o=!1})=>{const[a,c]=S.useState("");S.useEffect(()=>{const p=on(t,n);c(p)},[t,n,s]);const l=p=>{const d=p.target.value;c(d)},u=()=>{if(r){const p=Mu(a,n);r(p)}c(on(t,n))},h=p=>{p.key==="Enter"&&p.currentTarget.blur()};return E.jsxs(E.Fragment,{children:[E.jsx(a0,{as:"label",htmlFor:s,children:e}),E.jsx(Su,{type:"text",className:i,id:s,value:a,onChange:l,onBlur:u,onKeyDown:h,readOnly:o})]})},V0=({selectionStart:s,selectionEnd:e,onSelectionChange:t,className:n})=>{const[i,r]=S.useState("hh:mm:ss.uuu");S.useEffect(()=>{const c=document.querySelector(".time-format"),l=()=>{c&&r(c.value)};return c&&(r(c.value),c.addEventListener("change",l)),()=>{c?.removeEventListener("change",l)}},[]);const o=c=>{t&&t(c,e)},a=c=>{t&&t(s,c)};return E.jsxs(E.Fragment,{children:[E.jsx(Wc,{id:"audio_start",label:"Start of audio selection",value:s,format:i,className:"audio-start form-control mr-sm-2",onChange:o}),E.jsx(Wc,{id:"audio_end",label:"End of audio selection",value:e,format:i,className:"audio-end form-control mr-sm-2",onChange:a})]})};function $i(){return window.devicePixelRatio}var Ou=S.createContext($i()),P0=({children:s})=>{const[e,t]=S.useState($i());return matchMedia(`(resolution: ${$i()}dppx)`).addEventListener("change",()=>{t($i())},{once:!0}),E.jsx(Ou.Provider,{value:Math.ceil(e),children:s})},Nu=()=>S.useContext(Ou),qa=S.createContext({sampleRate:48e3,samplesPerPixel:1e3,zoomLevels:[1e3,1500,2e3,2500],waveHeight:80,timeScaleHeight:15,controls:{show:!1,width:150},duration:3e4,barWidth:1,barGap:0}),Gr=()=>S.useContext(qa),ja=()=>S.useContext(P.ThemeContext),Fu=S.createContext(E.jsx(S.Fragment,{})),W0=()=>S.useContext(Fu),B0=0,$0=!1,q0=0,j0=0,L0={progress:B0,isPlaying:$0,selectionStart:q0,selectionEnd:j0};S.createContext(L0);S.createContext({setIsPlaying:()=>{},setProgress:()=>{},setSelection:()=>{}});var z0=({isSelected:s,transparentBackground:e,...t})=>{const n=ja(),{waveHeight:i,barWidth:r,barGap:o}=Gr(),a=Nu(),c=s&&n?n.selectedWaveOutlineColor:n?.waveOutlineColor,l=s&&n?n.selectedWaveFillColor:n?.waveFillColor,u=n?.waveformDrawMode||"inverted";return E.jsx(f0,{...t,...n,waveOutlineColor:c,waveFillColor:l,waveHeight:i,devicePixelRatio:a,barWidth:r,barGap:o,transparentBackground:e,drawMode:u})};function Z0(s,e,t){return Math.ceil(s*t/e)}function G0(s){const e=Math.floor(s/1e3),t=e%60;return`${(e-t)/60}:${String(t).padStart(2,"0")}`}var X0=P.div.attrs(s=>({style:{width:`${s.$cssWidth}px`,marginLeft:`${s.$controlWidth}px`,height:`${s.$timeScaleHeight}px`}}))`
450
+ `,po=({startPosition:e,endPosition:t,color:n="#00ff00"})=>{const r=Math.max(0,t-e);return r<=0?null:E.jsx(mo,{$left:e,$width:r,$color:n,"data-selection":!0})};function bt(e,t){const n=Math.floor(e/3600)%24,r=Math.floor(e/60)%60,a=(e%60).toFixed(t);return String(n).padStart(2,"0")+":"+String(r).padStart(2,"0")+":"+a.padStart(t+3,"0")}function lt(e,t){switch(t){case"seconds":return e.toFixed(0);case"thousandths":return e.toFixed(3);case"hh:mm:ss":return bt(e,0);case"hh:mm:ss.u":return bt(e,1);case"hh:mm:ss.uu":return bt(e,2);case"hh:mm:ss.uuu":return bt(e,3);default:return bt(e,3)}}function jr(e,t){if(!e)return 0;switch(t){case"seconds":case"thousandths":return parseFloat(e)||0;case"hh:mm:ss":case"hh:mm:ss.u":case"hh:mm:ss.uu":case"hh:mm:ss.uuu":{const n=e.split(":");if(n.length!==3)return 0;const r=parseInt(n[0],10)||0,a=parseInt(n[1],10)||0,s=parseFloat(n[2])||0;return r*3600+a*60+s}default:return 0}}var Un=({id:e,label:t,value:n,format:r,className:a,onChange:s,readOnly:o=!1})=>{const[i,l]=c.useState("");c.useEffect(()=>{const p=lt(n,r);l(p)},[n,r,e]);const u=p=>{const f=p.target.value;l(f)},d=()=>{if(s){const p=jr(i,r);s(p)}l(lt(n,r))},b=p=>{p.key==="Enter"&&p.currentTarget.blur()};return E.jsxs(E.Fragment,{children:[E.jsx(ja,{as:"label",htmlFor:e,children:t}),E.jsx(_r,{type:"text",className:a,id:e,value:i,onChange:u,onBlur:d,onKeyDown:b,readOnly:o})]})},go=({selectionStart:e,selectionEnd:t,onSelectionChange:n,className:r})=>{const[a,s]=c.useState("hh:mm:ss.uuu");c.useEffect(()=>{const l=document.querySelector(".time-format"),u=()=>{l&&s(l.value)};return l&&(s(l.value),l.addEventListener("change",u)),()=>{l?.removeEventListener("change",u)}},[]);const o=l=>{n&&n(l,t)},i=l=>{n&&n(e,l)};return E.jsxs(E.Fragment,{children:[E.jsx(Un,{id:"audio_start",label:"Start of audio selection",value:e,format:a,className:"audio-start form-control mr-sm-2",onChange:o}),E.jsx(Un,{id:"audio_end",label:"End of audio selection",value:t,format:a,className:"audio-end form-control mr-sm-2",onChange:i})]})};function Bt(){return window.devicePixelRatio}var zr=c.createContext(Bt()),bo=({children:e})=>{const[t,n]=c.useState(Bt());return matchMedia(`(resolution: ${Bt()}dppx)`).addEventListener("change",()=>{n(Bt())},{once:!0}),E.jsx(zr.Provider,{value:Math.ceil(t),children:e})},Or=()=>c.useContext(zr),In=c.createContext({sampleRate:48e3,samplesPerPixel:1e3,zoomLevels:[1e3,1500,2e3,2500],waveHeight:80,timeScaleHeight:15,controls:{show:!1,width:150},duration:3e4,barWidth:1,barGap:0}),Nt=()=>c.useContext(In),An=()=>c.useContext(k.ThemeContext),Nr=c.createContext(E.jsx(c.Fragment,{})),vo=()=>c.useContext(Nr),Co=0,xo=!1,wo=0,yo=0,Io={progress:Co,isPlaying:xo,selectionStart:wo,selectionEnd:yo};c.createContext(Io);c.createContext({setIsPlaying:()=>{},setProgress:()=>{},setSelection:()=>{}});var Ao=({isSelected:e,transparentBackground:t,...n})=>{const r=An(),{waveHeight:a,barWidth:s,barGap:o}=Nt(),i=Or(),l=e&&r?r.selectedWaveOutlineColor:r?.waveOutlineColor,u=e&&r?r.selectedWaveFillColor:r?.waveFillColor,d=r?.waveformDrawMode||"inverted";return E.jsx(Ya,{...n,...r,waveOutlineColor:l,waveFillColor:u,waveHeight:a,devicePixelRatio:i,barWidth:s,barGap:o,transparentBackground:t,drawMode:d})};function So(e,t,n){return Math.ceil(e*n/t)}function ko(e){const t=Math.floor(e/1e3),n=t%60;return`${(t-n)/60}:${String(n).padStart(2,"0")}`}var Ro=k.div.attrs(e=>({style:{width:`${e.$cssWidth}px`,marginLeft:`${e.$controlWidth}px`,height:`${e.$timeScaleHeight}px`}}))`
654
451
  position: relative;
655
452
  overflow: visible; /* Allow time labels to render above the container */
656
- border-bottom: 1px solid ${s=>s.theme.timeColor};
453
+ border-bottom: 1px solid ${e=>e.theme.timeColor};
657
454
  box-sizing: border-box;
658
- `,H0=P.canvas.attrs(s=>({style:{width:`${s.$cssWidth}px`,height:`${s.$timeScaleHeight}px`}}))`
455
+ `,$o=k.canvas.attrs(e=>({style:{width:`${e.$cssWidth}px`,height:`${e.$timeScaleHeight}px`}}))`
659
456
  position: absolute;
660
457
  left: 0;
661
458
  right: 0;
662
459
  bottom: 0;
663
- `,Y0=P.div.attrs(s=>({style:{left:`${s.$left+4}px`}}))`
460
+ `,Eo=k.div.attrs(e=>({style:{left:`${e.$left+4}px`}}))`
664
461
  position: absolute;
665
462
  font-size: 0.75rem; /* Smaller font to prevent overflow */
666
463
  white-space: nowrap; /* Prevent text wrapping */
667
- color: ${s=>s.theme.timeColor}; /* Use theme color instead of inheriting */
668
- `,U0=s=>{const{theme:{timeColor:e},duration:t,marker:n,bigStep:i,secondStep:r,renderTimestamp:o}=s,a=new Map,c=[],l=S.useRef(null),{sampleRate:u,samplesPerPixel:h,timeScaleHeight:p,controls:{show:d,width:f}}=S.useContext(qa),_=Nu();S.useEffect(()=>{if(l.current!==null){const x=l.current,b=x.getContext("2d");if(b){b.resetTransform(),b.clearRect(0,0,x.width,x.height),b.imageSmoothingEnabled=!1,b.fillStyle=e,b.scale(_,_);for(const[v,w]of a.entries()){const k=p-w;b.fillRect(v,k,1,w)}}}},[t,_,e,p,i,r,n,a]);const g=Z0(t/1e3,h,u),m=u/h;let y=0;for(let x=0;x<g;x+=m*r/1e3){const b=Math.floor(x);if(y%n===0){const v=y,w=G0(v),k=o?E.jsx(S.Fragment,{children:o(v,b)},`timestamp-${y}`):E.jsx(Y0,{$left:b,children:w},w);c.push(k),a.set(b,p)}else y%i===0?a.set(b,Math.floor(p/2)):y%r===0&&a.set(b,Math.floor(p/5));y+=r}return E.jsxs(X0,{$cssWidth:g,$controlWidth:d?f:0,$timeScaleHeight:p,children:[c,E.jsx(H0,{$cssWidth:g,$timeScaleHeight:p,width:g*_,height:p*_,ref:l})]})},K0=P.withTheme(U0),Q0=P.div`
464
+ color: ${e=>e.theme.timeColor}; /* Use theme color instead of inheriting */
465
+ `,To=e=>{const{theme:{timeColor:t},duration:n,marker:r,bigStep:a,secondStep:s,renderTimestamp:o}=e,i=new Map,l=[],u=c.useRef(null),{sampleRate:d,samplesPerPixel:b,timeScaleHeight:p,controls:{show:f,width:x}}=c.useContext(In),y=Or();c.useEffect(()=>{if(u.current!==null){const w=u.current,g=w.getContext("2d");if(g){g.resetTransform(),g.clearRect(0,0,w.width,w.height),g.imageSmoothingEnabled=!1,g.fillStyle=t,g.scale(y,y);for(const[A,I]of i.entries()){const D=p-I;g.fillRect(A,D,1,I)}}}},[n,y,t,p,a,s,r,i]);const v=So(n/1e3,b,d),m=d/b;let C=0;for(let w=0;w<v;w+=m*s/1e3){const g=Math.floor(w);if(C%r===0){const A=C,I=ko(A),D=o?E.jsx(c.Fragment,{children:o(A,g)},`timestamp-${C}`):E.jsx(Eo,{$left:g,children:I},I);l.push(D),i.set(g,p)}else C%a===0?i.set(g,Math.floor(p/2)):C%s===0&&i.set(g,Math.floor(p/5));C+=s}return E.jsxs(Ro,{$cssWidth:v,$controlWidth:f?x:0,$timeScaleHeight:p,children:[l,E.jsx($o,{$cssWidth:v,$timeScaleHeight:p,width:v*y,height:p*y,ref:u})]})},Do=k.withTheme(To),_o=k.div`
669
466
  display: inline-flex;
670
467
  align-items: center;
671
468
  gap: 0.5rem;
672
- `,J0=[{value:"seconds",label:"seconds"},{value:"thousandths",label:"thousandths"},{value:"hh:mm:ss",label:"hh:mm:ss"},{value:"hh:mm:ss.u",label:"hh:mm:ss + tenths"},{value:"hh:mm:ss.uu",label:"hh:mm:ss + hundredths"},{value:"hh:mm:ss.uuu",label:"hh:mm:ss + milliseconds"}],ev=({value:s,onChange:e,disabled:t=!1,className:n})=>{const i=r=>{e(r.target.value)};return E.jsx(Q0,{className:n,children:E.jsx($a,{className:"time-format",value:s,onChange:i,disabled:t,"aria-label":"Time format selection",children:J0.map(r=>E.jsx("option",{value:r.value,children:r.label},r.value))})})},tv=P.div.attrs(s=>({style:{height:`${s.$waveHeight*s.$numChannels+(s.$hasClipHeaders?Iu:0)}px`}}))`
469
+ `,Mo=[{value:"seconds",label:"seconds"},{value:"thousandths",label:"thousandths"},{value:"hh:mm:ss",label:"hh:mm:ss"},{value:"hh:mm:ss.u",label:"hh:mm:ss + tenths"},{value:"hh:mm:ss.uu",label:"hh:mm:ss + hundredths"},{value:"hh:mm:ss.uuu",label:"hh:mm:ss + milliseconds"}],Bo=({value:e,onChange:t,disabled:n=!1,className:r})=>{const a=s=>{t(s.target.value)};return E.jsx(_o,{className:r,children:E.jsx(yn,{className:"time-format",value:e,onChange:a,disabled:n,"aria-label":"Time format selection",children:Mo.map(s=>E.jsx("option",{value:s.value,children:s.label},s.value))})})},Wo=k.div.attrs(e=>({style:{height:`${e.$waveHeight*e.$numChannels+(e.$hasClipHeaders?Fr:0)}px`}}))`
673
470
  position: relative;
674
471
  display: flex;
675
- ${s=>s.$width!==void 0&&`width: ${s.$width}px;`}
676
- `,sv=P.div.attrs(s=>({style:{paddingLeft:`${s.$offset||0}px`}}))`
472
+ ${e=>e.$width!==void 0&&`width: ${e.$width}px;`}
473
+ `,Fo=k.div.attrs(e=>({style:{paddingLeft:`${e.$offset||0}px`}}))`
677
474
  position: relative;
678
- background: ${s=>s.$backgroundColor||"transparent"};
475
+ background: ${e=>e.$backgroundColor||"transparent"};
679
476
  flex: 1;
680
- `,nv=P.div.attrs(s=>({style:{width:`${s.$controlWidth}px`}}))`
477
+ `,Po=k.div.attrs(e=>({style:{width:`${e.$controlWidth}px`}}))`
681
478
  position: sticky;
682
479
  z-index: 101; /* Above waveform content, below Docusaurus navbar (z-index: 200) */
683
480
  left: 0;
684
481
  height: 100%;
685
482
  flex-shrink: 0;
686
483
  pointer-events: auto;
687
- background: ${s=>s.theme.surfaceColor};
484
+ background: ${e=>e.theme.surfaceColor};
688
485
  transition: background 0.15s ease-in-out;
689
486
 
690
487
  /* Selected track: highlighted background */
691
- ${s=>s.$isSelected&&`
692
- background: ${s.theme.selectedTrackControlsBackground};
488
+ ${e=>e.$isSelected&&`
489
+ background: ${e.theme.selectedTrackControlsBackground};
693
490
  `}
694
- `,iv=({numChannels:s,children:e,className:t,backgroundColor:n,offset:i=0,width:r,hasClipHeaders:o=!1,onClick:a,trackId:c,isSelected:l=!1})=>{const{waveHeight:u,controls:{show:h,width:p}}=Gr(),d=W0();return E.jsxs(tv,{$numChannels:s,className:t,$waveHeight:u,$controlWidth:h?p:0,$width:r,$hasClipHeaders:o,$isSelected:l,children:[E.jsx(nv,{$controlWidth:h?p:0,$isSelected:l,children:d}),E.jsx(sv,{$controlWidth:h?p:0,$backgroundColor:n,$offset:i,onClick:a,"data-track-id":c,children:e})]})},Bc=P.button.attrs({type:"button"})`
491
+ `,Zo=({numChannels:e,children:t,className:n,backgroundColor:r,offset:a=0,width:s,hasClipHeaders:o=!1,onClick:i,trackId:l,isSelected:u=!1})=>{const{waveHeight:d,controls:{show:b,width:p}}=Nt(),f=vo();return E.jsxs(Wo,{$numChannels:e,className:n,$waveHeight:d,$controlWidth:b?p:0,$width:s,$hasClipHeaders:o,$isSelected:u,children:[E.jsx(Po,{$controlWidth:b?p:0,$isSelected:u,children:f}),E.jsx(Fo,{$controlWidth:b?p:0,$backgroundColor:r,$offset:a,onClick:i,"data-track-id":l,children:t})]})},Jn=k.button.attrs({type:"button"})`
695
492
  display: inline-block;
696
- font-family: ${s=>s.theme.fontFamily};
493
+ font-family: ${e=>e.theme.fontFamily};
697
494
  font-weight: 500;
698
495
  text-align: center;
699
496
  vertical-align: middle;
700
497
  user-select: none;
701
498
  padding: 0.25rem 0.4rem;
702
- font-size: ${s=>s.theme.fontSizeSmall};
499
+ font-size: ${e=>e.theme.fontSizeSmall};
703
500
  line-height: 1;
704
- border-radius: ${s=>s.theme.borderRadius};
501
+ border-radius: ${e=>e.theme.borderRadius};
705
502
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
706
503
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
707
504
  cursor: pointer;
708
505
 
709
- ${s=>s.$variant==="danger"?`
506
+ ${e=>e.$variant==="danger"?`
710
507
  color: #fff;
711
508
  background-color: #dc3545;
712
509
  border: 1px solid #dc3545;
@@ -720,7 +517,7 @@ React keys must be passed directly to JSX without using spread:
720
517
  outline: none;
721
518
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
722
519
  }
723
- `:s.$variant==="info"?`
520
+ `:e.$variant==="info"?`
724
521
  color: #fff;
725
522
  background-color: #17a2b8;
726
523
  border: 1px solid #17a2b8;
@@ -735,22 +532,22 @@ React keys must be passed directly to JSX without using spread:
735
532
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
736
533
  }
737
534
  `:`
738
- color: ${s.theme.textColor};
535
+ color: ${e.theme.textColor};
739
536
  background-color: transparent;
740
- border: 1px solid ${s.theme.borderColor};
537
+ border: 1px solid ${e.theme.borderColor};
741
538
 
742
539
  &:hover {
743
540
  color: #fff;
744
- background-color: ${s.theme.textColor};
745
- border-color: ${s.theme.textColor};
541
+ background-color: ${e.theme.textColor};
542
+ border-color: ${e.theme.textColor};
746
543
  }
747
544
 
748
545
  &:focus {
749
546
  outline: none;
750
- box-shadow: 0 0 0 0.2rem ${s.theme.inputFocusBorder}33;
547
+ box-shadow: 0 0 0 0.2rem ${e.theme.inputFocusBorder}33;
751
548
  }
752
549
  `}
753
- `,rv=P.div`
550
+ `,Vo=k.div`
754
551
  margin-bottom: 0.3rem;
755
552
 
756
553
  button:not(:first-child) {
@@ -762,7 +559,7 @@ React keys must be passed directly to JSX without using spread:
762
559
  border-top-right-radius: 0;
763
560
  border-bottom-right-radius: 0;
764
561
  }
765
- `,ov=P.div`
562
+ `,jo=k.div`
766
563
  background: transparent;
767
564
  width: 100%;
768
565
  height: 100%;
@@ -773,9 +570,9 @@ React keys must be passed directly to JSX without using spread:
773
570
  overflow: hidden;
774
571
  box-sizing: border-box;
775
572
  text-align: center;
776
- border: 1px solid ${s=>s.theme.borderColor};
777
- border-radius: ${s=>s.theme.borderRadius};
778
- `,av=P.header`
573
+ border: 1px solid ${e=>e.theme.borderColor};
574
+ border-radius: ${e=>e.theme.borderRadius};
575
+ `,zo=k.header`
779
576
  overflow: hidden;
780
577
  height: 26px;
781
578
  width: 100%;
@@ -783,18 +580,18 @@ React keys must be passed directly to JSX without using spread:
783
580
  align-items: center;
784
581
  justify-content: space-between;
785
582
  padding: 0 0.2rem;
786
- font-size: ${s=>s.theme.fontSizeSmall};
787
- color: ${s=>s.theme.textColor};
583
+ font-size: ${e=>e.theme.fontSizeSmall};
584
+ color: ${e=>e.theme.textColor};
788
585
  background-color: transparent;
789
- `,cv=s=>E.jsx(Cu,{weight:"light",...s}),lv=s=>E.jsx(xu,{weight:"light",...s}),$c=P(ku)`
586
+ `,Oo=e=>E.jsx(Dr,{weight:"light",...e}),No=e=>E.jsx(Tr,{weight:"light",...e}),qn=k(Br)`
790
587
  width: 75%;
791
588
  height: 5px;
792
- background: ${s=>s.theme.sliderTrackColor};
589
+ background: ${e=>e.theme.sliderTrackColor};
793
590
 
794
591
  &::-webkit-slider-thumb {
795
592
  width: 12px;
796
593
  height: 12px;
797
- background: ${s=>s.theme.sliderThumbColor};
594
+ background: ${e=>e.theme.sliderThumbColor};
798
595
  border: none;
799
596
  margin-top: -4px;
800
597
  cursor: ew-resize;
@@ -803,39 +600,39 @@ React keys must be passed directly to JSX without using spread:
803
600
  &::-moz-range-thumb {
804
601
  width: 12px;
805
602
  height: 12px;
806
- background: ${s=>s.theme.sliderThumbColor};
603
+ background: ${e=>e.theme.sliderThumbColor};
807
604
  border: none;
808
605
  cursor: ew-resize;
809
606
  }
810
607
 
811
608
  &::-webkit-slider-runnable-track {
812
609
  height: 5px;
813
- background: ${s=>s.theme.sliderTrackColor};
610
+ background: ${e=>e.theme.sliderTrackColor};
814
611
  border-radius: 3px;
815
612
  }
816
613
 
817
614
  &::-moz-range-track {
818
615
  height: 5px;
819
- background: ${s=>s.theme.sliderTrackColor};
616
+ background: ${e=>e.theme.sliderTrackColor};
820
617
  border-radius: 3px;
821
618
  }
822
619
 
823
620
  &:focus::-webkit-slider-runnable-track {
824
- background: ${s=>s.theme.inputBorder};
621
+ background: ${e=>e.theme.inputBorder};
825
622
  }
826
623
 
827
624
  &:focus::-moz-range-track {
828
- background: ${s=>s.theme.inputBorder};
625
+ background: ${e=>e.theme.inputBorder};
829
626
  }
830
627
 
831
628
  &:focus::-webkit-slider-thumb {
832
- border: 2px solid ${s=>s.theme.textColor};
629
+ border: 2px solid ${e=>e.theme.textColor};
833
630
  }
834
631
 
835
632
  &:focus::-moz-range-thumb {
836
- border: 2px solid ${s=>s.theme.textColor};
633
+ border: 2px solid ${e=>e.theme.textColor};
837
634
  }
838
- `,qc=P.label`
635
+ `,Qn=k.label`
839
636
  width: 100%;
840
637
  display: flex;
841
638
  justify-content: space-between;
@@ -843,12 +640,12 @@ React keys must be passed directly to JSX without using spread:
843
640
  padding: 0 1rem;
844
641
  margin-bottom: 0.2rem;
845
642
  font-size: 14px;
846
- `;P.div`
643
+ `;k.div`
847
644
  display: flex;
848
645
  align-items: center;
849
646
  gap: 0.25rem;
850
647
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
851
- `;P.span`
648
+ `;k.span`
852
649
  flex: 1;
853
650
  font-weight: 600;
854
651
  font-size: 0.875rem;
@@ -856,7 +653,7 @@ React keys must be passed directly to JSX without using spread:
856
653
  text-overflow: ellipsis;
857
654
  white-space: nowrap;
858
655
  margin: 0 0.25rem;
859
- `;P.button`
656
+ `;k.button`
860
657
  display: flex;
861
658
  align-items: center;
862
659
  justify-content: center;
@@ -881,23 +678,23 @@ React keys must be passed directly to JSX without using spread:
881
678
  &:active {
882
679
  transform: scale(0.9);
883
680
  }
884
- `;function uv(s){let e=1/0,t=-1/0;for(let n=0;n<s.length;n++){const i=s[n];e>i&&(e=i),t<i&&(t=i)}return{min:e,max:t}}function jc(s,e){const t=Math.pow(2,e-1),n=s<0?s*t:s*(t-1);return Math.max(-t,Math.min(t-1,n))}function Vu(s,e){switch(s){case 8:return new Int8Array(e);case 16:return new Int16Array(e)}}function Lc(s,e,t){const n=s.length,i=Math.ceil(n/e),r=Vu(t,i*2);for(let o=0;o<i;o++){const a=o*e,c=Math.min((o+1)*e,n),l=s.subarray(a,c),u=uv(l),h=jc(u.min,t),p=jc(u.max,t);r[o*2]=h,r[o*2+1]=p}return r}function hv(s,e){const t=s.length,n=1/t,i=s[0].length/2,r=Vu(e,i*2);for(let o=0;o<i;o++){let a=0,c=0;for(let l=0;l<t;l++)a+=n*s[l][o*2],c+=n*s[l][o*2+1];r[o*2]=a,r[o*2+1]=c}return[r]}function dv(s,e=1e3,t=!0,n=0,i,r=16){if(r!==8&&r!==16)throw new Error("Invalid number of bits specified for peaks. Must be 8 or 16.");let o=[];if("getChannelData"in s){const c=s.numberOfChannels,l=i??s.length;for(let u=0;u<c;u++){const p=s.getChannelData(u).subarray(n,l);o.push(Lc(p,e,r))}}else{const c=i??s.length,l=s.subarray(n,c);o.push(Lc(l,e,r))}return t&&o.length>1&&(o=hv(o,r)),{length:o[0].length/2,data:o,bits:r}}function pv(s,e=1e3,t=!0,n=8,i=0,r){const o=s.sampleRate,a=Math.floor(i*o),c=r!==void 0?Math.floor((i+r)*o):void 0;return dv(s,e,t,a,c,n)}var zc;(function(s){s.DragStart="dragStart",s.DragMove="dragMove",s.DragEnd="dragEnd",s.DragCancel="dragCancel",s.DragOver="dragOver",s.RegisterDroppable="registerDroppable",s.SetDroppableDisabled="setDroppableDisabled",s.UnregisterDroppable="unregisterDroppable"})(zc||(zc={}));function Zc(){}const fv=Object.freeze({x:0,y:0});var rn;(function(s){s[s.Forward=1]="Forward",s[s.Backward=-1]="Backward"})(rn||(rn={}));var Gc;(function(s){s.Click="click",s.DragStart="dragstart",s.Keydown="keydown",s.ContextMenu="contextmenu",s.Resize="resize",s.SelectionChange="selectionchange",s.VisibilityChange="visibilitychange"})(Gc||(Gc={}));var xs;(function(s){s.Space="Space",s.Down="ArrowDown",s.Right="ArrowRight",s.Left="ArrowLeft",s.Up="ArrowUp",s.Esc="Escape",s.Enter="Enter",s.Tab="Tab"})(xs||(xs={}));xs.Space,xs.Enter,xs.Esc,xs.Space,xs.Enter,xs.Tab;var Xc;(function(s){s[s.RightClick=2]="RightClick"})(Xc||(Xc={}));var Hc;(function(s){s[s.Pointer=0]="Pointer",s[s.DraggableRect=1]="DraggableRect"})(Hc||(Hc={}));var Yc;(function(s){s[s.TreeOrder=0]="TreeOrder",s[s.ReversedTreeOrder=1]="ReversedTreeOrder"})(Yc||(Yc={}));rn.Backward+"",rn.Forward+"",rn.Backward+"",rn.Forward+"";var Do;(function(s){s[s.Always=0]="Always",s[s.BeforeDragging=1]="BeforeDragging",s[s.WhileDragging=2]="WhileDragging"})(Do||(Do={}));var Ro;(function(s){s.Optimized="optimized"})(Ro||(Ro={}));function mv(s,e){return S.useMemo(()=>s.reduce((t,n)=>{let{eventName:i,handler:r}=n;return t[i]=o=>{r(o,e)},t},{}),[s,e])}Do.WhileDragging,Ro.Optimized;const gv={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:Zc,draggableNodes:new Map,over:null,measureDroppableContainers:Zc},_v=S.createContext(gv),vv=S.createContext({...fv,scaleX:1,scaleY:1});var Uc;(function(s){s[s.Uninitialized=0]="Uninitialized",s[s.Initializing=1]="Initializing",s[s.Initialized=2]="Initialized"})(Uc||(Uc={}));const yv=S.createContext(null),Kc="button",bv="Draggable";function Qc(s){let{id:e,data:t,disabled:n=!1,attributes:i}=s;const r=vu(bv),{activators:o,activatorEvent:a,active:c,activeNodeRect:l,ariaDescribedById:u,draggableNodes:h,over:p}=S.useContext(_v),{role:d=Kc,roleDescription:f="draggable",tabIndex:_=0}=i??{},g=c?.id===e,m=S.useContext(g?vv:yv),[y,x]=er(),[b,v]=er(),w=mv(o,e),k=_u(t);jr(()=>(h.set(e,{id:e,key:r,node:y,activatorNode:b,data:k}),()=>{const D=h.get(e);D&&D.key===r&&h.delete(e)}),[h,e]);const T=S.useMemo(()=>({role:d,tabIndex:_,"aria-disabled":n,"aria-pressed":g&&d===Kc?!0:void 0,"aria-roledescription":f,"aria-describedby":u.draggable}),[n,d,_,g,f,u.draggable]);return{active:c,activatorEvent:a,activeNodeRect:l,attributes:T,isDragging:g,listeners:n?void 0:w,node:y,over:p,setNodeRef:x,setActivatorNodeRef:v,transform:m}}function wv(s){return{id:s.id,start:parseFloat(s.begin),end:parseFloat(s.end),lines:s.lines,lang:s.language}}function xv(s){return{id:s.id,begin:s.start.toFixed(3),end:s.end.toFixed(3),lines:s.lines,language:s.lang||"en"}}P.div.attrs(s=>({style:{left:`${s.$left}px`,width:`${s.$width}px`}}))`
681
+ `;function Ho(e){let t=1/0,n=-1/0;for(let r=0;r<e.length;r++){const a=e[r];t>a&&(t=a),n<a&&(n=a)}return{min:t,max:n}}function er(e,t){const n=Math.pow(2,t-1),r=e<0?e*n:e*(n-1);return Math.max(-n,Math.min(n-1,r))}function Hr(e,t){switch(e){case 8:return new Int8Array(t);case 16:return new Int16Array(t)}}function tr(e,t,n){const r=e.length,a=Math.ceil(r/t),s=Hr(n,a*2);for(let o=0;o<a;o++){const i=o*t,l=Math.min((o+1)*t,r),u=e.subarray(i,l),d=Ho(u),b=er(d.min,n),p=er(d.max,n);s[o*2]=b,s[o*2+1]=p}return s}function Go(e,t){const n=e.length,r=1/n,a=e[0].length/2,s=Hr(t,a*2);for(let o=0;o<a;o++){let i=0,l=0;for(let u=0;u<n;u++)i+=r*e[u][o*2],l+=r*e[u][o*2+1];s[o*2]=i,s[o*2+1]=l}return[s]}function Xo(e,t=1e3,n=!0,r=0,a,s=16){if(s!==8&&s!==16)throw new Error("Invalid number of bits specified for peaks. Must be 8 or 16.");let o=[];if("getChannelData"in e){const l=e.numberOfChannels,u=a??e.length;for(let d=0;d<l;d++){const p=e.getChannelData(d).subarray(r,u);o.push(tr(p,t,s))}}else{const l=a??e.length,u=e.subarray(r,l);o.push(tr(u,t,s))}return n&&o.length>1&&(o=Go(o,s)),{length:o[0].length/2,data:o,bits:s}}function Yo(e,t=1e3,n=!0,r=8,a=0,s){const o=e.sampleRate,i=Math.floor(a*o),l=s!==void 0?Math.floor((a+s)*o):void 0;return Xo(e,t,n,i,l,r)}var nr;(function(e){e.DragStart="dragStart",e.DragMove="dragMove",e.DragEnd="dragEnd",e.DragCancel="dragCancel",e.DragOver="dragOver",e.RegisterDroppable="registerDroppable",e.SetDroppableDisabled="setDroppableDisabled",e.UnregisterDroppable="unregisterDroppable"})(nr||(nr={}));function rr(){}const Lo=Object.freeze({x:0,y:0});var st;(function(e){e[e.Forward=1]="Forward",e[e.Backward=-1]="Backward"})(st||(st={}));var ar;(function(e){e.Click="click",e.DragStart="dragstart",e.Keydown="keydown",e.ContextMenu="contextmenu",e.Resize="resize",e.SelectionChange="selectionchange",e.VisibilityChange="visibilitychange"})(ar||(ar={}));var Ue;(function(e){e.Space="Space",e.Down="ArrowDown",e.Right="ArrowRight",e.Left="ArrowLeft",e.Up="ArrowUp",e.Esc="Escape",e.Enter="Enter",e.Tab="Tab"})(Ue||(Ue={}));Ue.Space,Ue.Enter,Ue.Esc,Ue.Space,Ue.Enter,Ue.Tab;var or;(function(e){e[e.RightClick=2]="RightClick"})(or||(or={}));var sr;(function(e){e[e.Pointer=0]="Pointer",e[e.DraggableRect=1]="DraggableRect"})(sr||(sr={}));var ir;(function(e){e[e.TreeOrder=0]="TreeOrder",e[e.ReversedTreeOrder=1]="ReversedTreeOrder"})(ir||(ir={}));st.Backward+"",st.Forward+"",st.Backward+"",st.Forward+"";var hn;(function(e){e[e.Always=0]="Always",e[e.BeforeDragging=1]="BeforeDragging",e[e.WhileDragging=2]="WhileDragging"})(hn||(hn={}));var mn;(function(e){e.Optimized="optimized"})(mn||(mn={}));function Ko(e,t){return c.useMemo(()=>e.reduce((n,r)=>{let{eventName:a,handler:s}=r;return n[a]=o=>{s(o,t)},n},{}),[e,t])}hn.WhileDragging,mn.Optimized;const Uo={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:rr,draggableNodes:new Map,over:null,measureDroppableContainers:rr},Jo=c.createContext(Uo),qo=c.createContext({...Lo,scaleX:1,scaleY:1});var lr;(function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Initialized=2]="Initialized"})(lr||(lr={}));const Qo=c.createContext(null),cr="button",es="Draggable";function ur(e){let{id:t,data:n,disabled:r=!1,attributes:a}=e;const s=Er(es),{activators:o,activatorEvent:i,active:l,activeNodeRect:u,ariaDescribedById:d,draggableNodes:b,over:p}=c.useContext(Jo),{role:f=cr,roleDescription:x="draggable",tabIndex:y=0}=a??{},v=l?.id===t,m=c.useContext(v?qo:Qo),[C,w]=Wt(),[g,A]=Wt(),I=Ko(o,t),D=$r(n);Vt(()=>(b.set(t,{id:t,key:s,node:C,activatorNode:g,data:D}),()=>{const _=b.get(t);_&&_.key===s&&b.delete(t)}),[b,t]);const F=c.useMemo(()=>({role:f,tabIndex:y,"aria-disabled":r,"aria-pressed":v&&f===cr?!0:void 0,"aria-roledescription":x,"aria-describedby":d.draggable}),[r,f,y,v,x,d.draggable]);return{active:l,activatorEvent:i,activeNodeRect:u,attributes:F,isDragging:v,listeners:r?void 0:I,node:C,over:p,setNodeRef:w,setActivatorNodeRef:A,transform:m}}function ts(e){return{id:e.id,start:parseFloat(e.begin),end:parseFloat(e.end),lines:e.lines,lang:e.language}}function ns(e){return{id:e.id,begin:e.start.toFixed(3),end:e.end.toFixed(3),lines:e.lines,language:e.lang||"en"}}k.div.attrs(e=>({style:{left:`${e.$left}px`,width:`${e.$width}px`}}))`
885
682
  position: absolute;
886
683
  top: 0;
887
- background: ${s=>s.$color};
684
+ background: ${e=>e.$color};
888
685
  height: 100%;
889
686
  z-index: 10;
890
687
  pointer-events: auto;
891
688
  opacity: 0.3;
892
- border: 2px solid ${s=>s.$color};
689
+ border: 2px solid ${e=>e.$color};
893
690
  border-radius: 4px;
894
691
  cursor: pointer;
895
692
 
896
693
  &:hover {
897
694
  opacity: 0.5;
898
- border-color: ${s=>s.$color};
695
+ border-color: ${e=>e.$color};
899
696
  }
900
- `;P.div`
697
+ `;k.div`
901
698
  position: absolute;
902
699
  bottom: 0;
903
700
  left: 0;
@@ -913,7 +710,7 @@ React keys must be passed directly to JSX without using spread:
913
710
  pointer-events: none;
914
711
  white-space: pre-wrap;
915
712
  word-break: break-word;
916
- `;P.textarea`
713
+ `;k.textarea`
917
714
  position: absolute;
918
715
  bottom: 0;
919
716
  left: 0;
@@ -933,7 +730,7 @@ React keys must be passed directly to JSX without using spread:
933
730
  outline: none;
934
731
  border-color: #4CAF50;
935
732
  }
936
- `;P.div`
733
+ `;k.div`
937
734
  position: absolute;
938
735
  top: 0;
939
736
  left: 0;
@@ -944,7 +741,7 @@ React keys must be passed directly to JSX without using spread:
944
741
  padding: 4px;
945
742
  justify-content: flex-start;
946
743
  align-items: center;
947
- `;P.button`
744
+ `;k.button`
948
745
  background: transparent;
949
746
  border: 1px solid rgba(255, 255, 255, 0.5);
950
747
  color: white;
@@ -966,19 +763,19 @@ React keys must be passed directly to JSX without using spread:
966
763
  &:active {
967
764
  background: rgba(255, 255, 255, 0.3);
968
765
  }
969
- `;var Cv=P.div.attrs(s=>({style:{left:`${s.$left}px`,width:`${s.$width}px`}}))`
766
+ `;var rs=k.div.attrs(e=>({style:{left:`${e.$left}px`,width:`${e.$width}px`}}))`
970
767
  position: absolute;
971
768
  top: 0;
972
769
  height: 100%;
973
770
  pointer-events: none; /* Let events pass through to children */
974
- `,Sv=P.div`
771
+ `,as=k.div`
975
772
  position: absolute;
976
773
  top: 0;
977
774
  left: 0;
978
775
  right: 0;
979
776
  height: 100%;
980
- background: ${s=>s.$isActive?s.theme?.annotationBoxActiveBackground||"rgba(255, 200, 100, 0.95)":s.theme?.annotationBoxBackground||"rgba(255, 255, 255, 0.85)"};
981
- border: ${s=>s.$isActive?"3px":"2px"} solid ${s=>s.$isActive?s.theme?.annotationBoxActiveBorder||"#ff9800":s.$color};
777
+ background: ${e=>e.$isActive?e.theme?.annotationBoxActiveBackground||"rgba(255, 200, 100, 0.95)":e.theme?.annotationBoxBackground||"rgba(255, 255, 255, 0.85)"};
778
+ border: ${e=>e.$isActive?"3px":"2px"} solid ${e=>e.$isActive?e.theme?.annotationBoxActiveBorder||"#ff9800":e.$color};
982
779
  border-radius: 4px;
983
780
  cursor: pointer;
984
781
  pointer-events: auto;
@@ -987,33 +784,33 @@ React keys must be passed directly to JSX without using spread:
987
784
  justify-content: center;
988
785
  overflow: hidden;
989
786
  transition: all 0.2s ease;
990
- box-shadow: ${s=>s.$isActive?"0 2px 8px rgba(255, 152, 0, 0.4), inset 0 0 0 1px rgba(255, 152, 0, 0.2)":"0 1px 3px rgba(0, 0, 0, 0.1)"};
787
+ box-shadow: ${e=>e.$isActive?"0 2px 8px rgba(255, 152, 0, 0.4), inset 0 0 0 1px rgba(255, 152, 0, 0.2)":"0 1px 3px rgba(0, 0, 0, 0.1)"};
991
788
 
992
789
  &:hover {
993
- background: ${s=>s.theme?.annotationBoxHoverBackground||"rgba(255, 255, 255, 0.98)"};
994
- border-color: ${s=>s.theme?.annotationBoxActiveBorder||"#ff9800"};
790
+ background: ${e=>e.theme?.annotationBoxHoverBackground||"rgba(255, 255, 255, 0.98)"};
791
+ border-color: ${e=>e.theme?.annotationBoxActiveBorder||"#ff9800"};
995
792
  border-width: 3px;
996
793
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
997
794
  }
998
- `,Tv=P.span`
795
+ `,os=k.span`
999
796
  font-size: 12px;
1000
797
  font-weight: 600;
1001
- color: ${s=>s.theme?.annotationLabelColor||"#2a2a2a"};
798
+ color: ${e=>e.theme?.annotationLabelColor||"#2a2a2a"};
1002
799
  white-space: nowrap;
1003
800
  overflow: hidden;
1004
801
  text-overflow: ellipsis;
1005
802
  padding: 0 6px;
1006
803
  letter-spacing: 0.3px;
1007
804
  user-select: none;
1008
- `,Jc=P.div`
805
+ `,dr=k.div`
1009
806
  position: absolute;
1010
807
  top: 0;
1011
- ${s=>s.$position==="left"?"left: -8px":"right: -8px"};
808
+ ${e=>e.$position==="left"?"left: -8px":"right: -8px"};
1012
809
  width: 16px;
1013
810
  height: 100%;
1014
811
  cursor: ew-resize;
1015
812
  z-index: 120; /* Above ClickOverlay (z-index: 100) and AnnotationBoxesWrapper (z-index: 110) */
1016
- background: ${s=>s.$isDragging?s.theme?.annotationResizeHandleColor||"rgba(0, 0, 0, 0.2)":"transparent"};
813
+ background: ${e=>e.$isDragging?e.theme?.annotationResizeHandleColor||"rgba(0, 0, 0, 0.2)":"transparent"};
1017
814
  border-radius: 4px;
1018
815
  touch-action: none; /* Important for @dnd-kit on touch devices */
1019
816
  pointer-events: auto;
@@ -1026,121 +823,121 @@ React keys must be passed directly to JSX without using spread:
1026
823
  transform: translate(-50%, -50%);
1027
824
  width: 4px;
1028
825
  height: 60%;
1029
- background: ${s=>s.$isDragging?s.theme?.annotationResizeHandleActiveColor||"rgba(0, 0, 0, 0.8)":s.theme?.annotationResizeHandleColor||"rgba(0, 0, 0, 0.4)"};
826
+ background: ${e=>e.$isDragging?e.theme?.annotationResizeHandleActiveColor||"rgba(0, 0, 0, 0.8)":e.theme?.annotationResizeHandleColor||"rgba(0, 0, 0, 0.4)"};
1030
827
  border-radius: 2px;
1031
- opacity: ${s=>s.$isDragging?1:.6};
828
+ opacity: ${e=>e.$isDragging?1:.6};
1032
829
  transition: opacity 0.2s, background 0.2s;
1033
830
  }
1034
831
 
1035
832
  &:hover {
1036
- background: ${s=>s.theme?.annotationResizeHandleColor||"rgba(0, 0, 0, 0.1)"};
833
+ background: ${e=>e.theme?.annotationResizeHandleColor||"rgba(0, 0, 0, 0.1)"};
1037
834
  }
1038
835
 
1039
836
  &:hover::before {
1040
837
  opacity: 1;
1041
- background: ${s=>s.theme?.annotationResizeHandleActiveColor||"rgba(0, 0, 0, 0.7)"};
838
+ background: ${e=>e.theme?.annotationResizeHandleActiveColor||"rgba(0, 0, 0, 0.7)"};
1042
839
  }
1043
- `,kv=({annotationId:s,annotationIndex:e,startPosition:t,endPosition:n,label:i,color:r="#ff9800",isActive:o=!1,onClick:a,editable:c=!0})=>{const l=Math.max(0,n-t),u=`annotation-boundary-start-${e}`,{attributes:h,listeners:p,setActivatorNodeRef:d,isDragging:f}=Qc({id:u,data:{annotationId:s,annotationIndex:e,edge:"start"},disabled:!c}),_=`annotation-boundary-end-${e}`,{attributes:g,listeners:m,setActivatorNodeRef:y,isDragging:x}=Qc({id:_,data:{annotationId:s,annotationIndex:e,edge:"end"},disabled:!c});if(l<=0)return null;const b=w=>k=>{k.stopPropagation(),w?.(k)},v=w=>{w.stopPropagation()};return E.jsxs(Cv,{$left:t,$width:l,children:[E.jsx(Sv,{$color:r,$isActive:o,onClick:a,children:i&&E.jsx(Tv,{children:i})}),c&&E.jsx(Jc,{ref:d,$position:"left",$isDragging:f,onClick:v,...p,onPointerDown:b(p?.onPointerDown),...h}),c&&E.jsx(Jc,{ref:y,$position:"right",$isDragging:x,onClick:v,...m,onPointerDown:b(m?.onPointerDown),...g})]})},Av=P.div.attrs(s=>({style:{height:`${s.$height}px`}}))`
840
+ `,ss=({annotationId:e,annotationIndex:t,startPosition:n,endPosition:r,label:a,color:s="#ff9800",isActive:o=!1,onClick:i,editable:l=!0})=>{const u=Math.max(0,r-n),d=`annotation-boundary-start-${t}`,{attributes:b,listeners:p,setActivatorNodeRef:f,isDragging:x}=ur({id:d,data:{annotationId:e,annotationIndex:t,edge:"start"},disabled:!l}),y=`annotation-boundary-end-${t}`,{attributes:v,listeners:m,setActivatorNodeRef:C,isDragging:w}=ur({id:y,data:{annotationId:e,annotationIndex:t,edge:"end"},disabled:!l});if(u<=0)return null;const g=I=>D=>{D.stopPropagation(),I?.(D)},A=I=>{I.stopPropagation()};return E.jsxs(rs,{$left:n,$width:u,children:[E.jsx(as,{$color:s,$isActive:o,onClick:i,children:a&&E.jsx(os,{children:a})}),l&&E.jsx(dr,{ref:f,$position:"left",$isDragging:x,onClick:A,...p,onPointerDown:g(p?.onPointerDown),...b}),l&&E.jsx(dr,{ref:C,$position:"right",$isDragging:w,onClick:A,...m,onPointerDown:g(m?.onPointerDown),...v})]})},is=k.div.attrs(e=>({style:{height:`${e.$height}px`}}))`
1044
841
  position: relative;
1045
842
  display: flex;
1046
- ${s=>s.$width!==void 0&&`width: ${s.$width}px;`}
843
+ ${e=>e.$width!==void 0&&`width: ${e.$width}px;`}
1047
844
  background: transparent;
1048
845
  z-index: 110;
1049
- `,Iv=P.div`
846
+ `,ls=k.div`
1050
847
  position: sticky;
1051
848
  z-index: 200;
1052
849
  left: 0;
1053
850
  height: 100%;
1054
- width: ${s=>s.$controlWidth}px;
851
+ width: ${e=>e.$controlWidth}px;
1055
852
  flex-shrink: 0;
1056
853
  background: transparent;
1057
- `,Dv=P.div`
854
+ `,cs=k.div`
1058
855
  position: relative;
1059
856
  flex: 1;
1060
- padding-left: ${s=>s.$offset||0}px;
1061
- `,Rv=({children:s,className:e,height:t=30,offset:n=0,width:i})=>{const{controls:{show:r,width:o}}=Gr();return E.jsxs(Av,{className:e,$height:t,$controlWidth:r?o:0,$width:i,children:[E.jsx(Iv,{$controlWidth:r?o:0}),E.jsx(Dv,{$offset:n,children:s})]})};P.div.attrs(s=>({style:{height:`${s.$height}px`}}))`
857
+ padding-left: ${e=>e.$offset||0}px;
858
+ `,us=({children:e,className:t,height:n=30,offset:r=0,width:a})=>{const{controls:{show:s,width:o}}=Nt();return E.jsxs(is,{className:t,$height:n,$controlWidth:s?o:0,$width:a,children:[E.jsx(ls,{$controlWidth:s?o:0}),E.jsx(cs,{$offset:r,children:e})]})};k.div.attrs(e=>({style:{height:`${e.$height}px`}}))`
1062
859
  position: relative;
1063
860
  display: flex;
1064
- ${s=>s.$width!==void 0&&`width: ${s.$width}px;`}
861
+ ${e=>e.$width!==void 0&&`width: ${e.$width}px;`}
1065
862
  background: transparent;
1066
- `;P.div`
863
+ `;k.div`
1067
864
  position: sticky;
1068
865
  z-index: 200;
1069
866
  left: 0;
1070
867
  height: 100%;
1071
- width: ${s=>s.$controlWidth}px;
868
+ width: ${e=>e.$controlWidth}px;
1072
869
  flex-shrink: 0;
1073
870
  background: transparent;
1074
871
  display: flex;
1075
872
  align-items: center;
1076
873
  justify-content: center;
1077
874
  font-size: 12px;
1078
- color: ${s=>s.theme?.textColorMuted||"#666"};
875
+ color: ${e=>e.theme?.textColorMuted||"#666"};
1079
876
  font-weight: bold;
1080
- `;P.div`
877
+ `;k.div`
1081
878
  position: relative;
1082
879
  flex: 1;
1083
- padding-left: ${s=>s.$offset||0}px;
1084
- `;var Ev=P.div`
1085
- background: ${s=>s.theme?.backgroundColor||"#fff"};
1086
- ${s=>s.$height?`height: ${s.$height}px;`:"max-height: 200px;"}
880
+ padding-left: ${e=>e.$offset||0}px;
881
+ `;var ds=k.div`
882
+ background: ${e=>e.theme?.backgroundColor||"#fff"};
883
+ ${e=>e.$height?`height: ${e.$height}px;`:"max-height: 200px;"}
1087
884
  overflow-y: auto;
1088
885
  padding: 8px;
1089
- `,Mv=P.div`
886
+ `,fs=k.div`
1090
887
  padding: 12px;
1091
888
  margin-bottom: 6px;
1092
- border-left: 4px solid ${s=>s.$isActive?"#ff9800":"transparent"};
1093
- background: ${s=>s.$isActive?"rgba(255, 152, 0, 0.15)":"transparent"};
889
+ border-left: 4px solid ${e=>e.$isActive?"#ff9800":"transparent"};
890
+ background: ${e=>e.$isActive?"rgba(255, 152, 0, 0.15)":"transparent"};
1094
891
  border-radius: 4px;
1095
892
  transition: all 0.2s;
1096
893
  cursor: pointer;
1097
- box-shadow: ${s=>s.$isActive?"0 2px 8px rgba(255, 152, 0, 0.25), inset 0 0 0 1px rgba(255, 152, 0, 0.3)":"none"};
894
+ box-shadow: ${e=>e.$isActive?"0 2px 8px rgba(255, 152, 0, 0.25), inset 0 0 0 1px rgba(255, 152, 0, 0.3)":"none"};
1098
895
 
1099
896
  &:hover {
1100
- background: ${s=>s.$isActive?"rgba(255, 152, 0, 0.2)":s.theme?.annotationTextItemHoverBackground||"rgba(0, 0, 0, 0.05)"};
1101
- border-left-color: ${s=>s.$isActive?"#ff9800":s.theme?.borderColor||"#ddd"};
897
+ background: ${e=>e.$isActive?"rgba(255, 152, 0, 0.2)":e.theme?.annotationTextItemHoverBackground||"rgba(0, 0, 0, 0.05)"};
898
+ border-left-color: ${e=>e.$isActive?"#ff9800":e.theme?.borderColor||"#ddd"};
1102
899
  }
1103
900
 
1104
901
  &:focus-visible {
1105
902
  outline: 2px solid #ff9800;
1106
903
  outline-offset: 2px;
1107
904
  }
1108
- `,Ov=P.div`
905
+ `,hs=k.div`
1109
906
  display: flex;
1110
907
  justify-content: space-between;
1111
908
  align-items: center;
1112
909
  margin-bottom: 6px;
1113
- `,Nv=P.div`
910
+ `,ms=k.div`
1114
911
  display: flex;
1115
912
  align-items: center;
1116
913
  gap: 8px;
1117
- `,Fv=P.span`
914
+ `,ps=k.span`
1118
915
  font-size: 11px;
1119
916
  font-weight: 600;
1120
- color: ${s=>s.theme?.textColorMuted||"#666"};
917
+ color: ${e=>e.theme?.textColorMuted||"#666"};
1121
918
  background: transparent;
1122
919
  padding: 2px 6px;
1123
920
  border-radius: 3px;
1124
921
  min-width: 20px;
1125
- outline: ${s=>s.$isEditable?`1px dashed ${s.theme?.borderColor||"#ddd"}`:"none"};
922
+ outline: ${e=>e.$isEditable?`1px dashed ${e.theme?.borderColor||"#ddd"}`:"none"};
1126
923
 
1127
924
  &[contenteditable='true']:focus {
1128
925
  outline: 2px solid #ff9800;
1129
926
  background: rgba(255, 152, 0, 0.1);
1130
927
  }
1131
- `,Vv=P.span`
928
+ `,gs=k.span`
1132
929
  font-size: 12px;
1133
930
  font-weight: 500;
1134
- color: ${s=>s.theme?.textColorMuted||"#555"};
931
+ color: ${e=>e.theme?.textColorMuted||"#555"};
1135
932
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
1136
933
  letter-spacing: 0.5px;
1137
- `,Pv=P.div`
934
+ `,bs=k.div`
1138
935
  display: flex;
1139
936
  gap: 6px;
1140
- `,Wv=P.button`
1141
- background: ${s=>s.theme?.surfaceColor||"#f5f5f5"};
1142
- border: 1px solid ${s=>s.theme?.borderColor||"#ccc"};
1143
- color: ${s=>s.theme?.textColor||"#333"};
937
+ `,vs=k.button`
938
+ background: ${e=>e.theme?.surfaceColor||"#f5f5f5"};
939
+ border: 1px solid ${e=>e.theme?.borderColor||"#ccc"};
940
+ color: ${e=>e.theme?.textColor||"#333"};
1144
941
  padding: 4px 8px;
1145
942
  font-size: 14px;
1146
943
  cursor: pointer;
@@ -1148,22 +945,22 @@ React keys must be passed directly to JSX without using spread:
1148
945
  transition: all 0.15s ease;
1149
946
 
1150
947
  &:hover {
1151
- background: ${s=>s.theme?.inputBackground||"#3d3d3d"};
1152
- border-color: ${s=>s.theme?.textColorMuted||"#999"};
948
+ background: ${e=>e.theme?.inputBackground||"#3d3d3d"};
949
+ border-color: ${e=>e.theme?.textColorMuted||"#999"};
1153
950
  transform: scale(1.05);
1154
951
  }
1155
952
 
1156
953
  &:active {
1157
954
  transform: scale(0.95);
1158
955
  }
1159
- `,Bv=P.div`
956
+ `,Cs=k.div`
1160
957
  font-size: 14px;
1161
958
  line-height: 1.6;
1162
- color: ${s=>s.theme?.textColor||"#2a2a2a"};
959
+ color: ${e=>e.theme?.textColor||"#2a2a2a"};
1163
960
  white-space: pre-wrap;
1164
961
  word-break: break-word;
1165
- outline: ${s=>s.$isEditable?`1px dashed ${s.theme?.borderColor||"#ddd"}`:"none"};
1166
- padding: ${s=>s.$isEditable?"6px":"0"};
962
+ outline: ${e=>e.$isEditable?`1px dashed ${e.theme?.borderColor||"#ddd"}`:"none"};
963
+ padding: ${e=>e.$isEditable?"6px":"0"};
1167
964
  border-radius: 3px;
1168
965
  min-height: 20px;
1169
966
 
@@ -1171,35 +968,35 @@ React keys must be passed directly to JSX without using spread:
1171
968
  outline: 2px solid #ff9800;
1172
969
  background: rgba(255, 152, 0, 0.1);
1173
970
  }
1174
- `,$v=({annotations:s,activeAnnotationId:e,shouldScrollToActive:t=!1,editable:n=!1,controls:i=[],annotationListConfig:r,height:o,onAnnotationClick:a,onAnnotationUpdate:c})=>{const l=S.useRef(null),u=S.useRef(null),h=S.useRef(void 0);S.useEffect(()=>{}),S.useEffect(()=>{const m=u.current;if(!m)return;const y=()=>{};return m.addEventListener("scroll",y),()=>m.removeEventListener("scroll",y)},[]),S.useEffect(()=>{e&&l.current&&t&&l.current.scrollIntoView({behavior:"smooth",block:"nearest"}),h.current=e},[e,t]);const p=m=>{if(isNaN(m)||!isFinite(m))return"0:00.000";const y=Math.floor(m/60),x=(m%60).toFixed(3);return`${y}:${x.padStart(6,"0")}`},d=(m,y)=>{if(!n||!c)return;const x=[...s];x[m]={...x[m],lines:y.split(`
1175
- `)},c(x)},f=(m,y)=>{if(!n||!c)return;const x=y.trim();if(!x)return;const b=[...s];b[m]={...b[m],id:x},c(b)},_=(m,y,x)=>{if(!c)return;const b=[...s];m.action(b[x],x,b,r||{}),c(b)},g=m=>m.replace(/\./g," ");return E.jsx(Ev,{ref:u,$height:o,children:s.map((m,y)=>{const x=m.id===e;return E.jsxs(Mv,{ref:x?l:null,$isActive:x,onClick:()=>a?.(m),children:[E.jsxs(Ov,{children:[E.jsxs(Nv,{children:[E.jsx(Fv,{$isEditable:n,contentEditable:n,suppressContentEditableWarning:!0,onBlur:b=>f(y,b.currentTarget.textContent||""),children:m.id}),E.jsxs(Vv,{children:[p(m.start)," - ",p(m.end)]})]}),i.length>0&&E.jsx(Pv,{onClick:b=>b.stopPropagation(),children:i.map((b,v)=>E.jsx(Wv,{title:b.title,onClick:()=>_(b,m,y),children:b.text?b.text:E.jsx("i",{className:g(b.class||"")})},v))})]}),E.jsx(Bv,{$isEditable:n,contentEditable:n,suppressContentEditableWarning:!0,onBlur:b=>d(y,b.currentTarget.textContent||""),children:m.lines.join(`
1176
- `)})]},m.id)})})},qv=S.memo($v),jv=({checked:s,onChange:e,disabled:t=!1,className:n})=>{const i=r=>{e(r.target.checked)};return E.jsxs(Lr,{className:n,children:[E.jsx(zr,{type:"checkbox",id:"continuous-play",className:"continuous-play",checked:s,onChange:i,disabled:t}),E.jsx(Zr,{htmlFor:"continuous-play",children:"Continuous Play"})]})},Lv=({checked:s,onChange:e,disabled:t=!1,className:n})=>{const i=r=>{e(r.target.checked)};return E.jsxs(Lr,{className:n,children:[E.jsx(zr,{type:"checkbox",id:"link-endpoints",className:"link-endpoints",checked:s,onChange:i,disabled:t}),E.jsx(Zr,{htmlFor:"link-endpoints",children:"Link Endpoints"})]})},zv=({checked:s,onChange:e,className:t})=>E.jsxs(Lr,{className:t,children:[E.jsx(zr,{type:"checkbox",id:"editable-annotations",checked:s,onChange:n=>e(n.target.checked)}),E.jsx(Zr,{htmlFor:"editable-annotations",children:"Editable Annotations"})]}),Zv=P.button`
971
+ `,xs=({annotations:e,activeAnnotationId:t,shouldScrollToActive:n=!1,editable:r=!1,controls:a=[],annotationListConfig:s,height:o,onAnnotationClick:i,onAnnotationUpdate:l})=>{const u=c.useRef(null),d=c.useRef(null),b=c.useRef(void 0);c.useEffect(()=>{}),c.useEffect(()=>{const m=d.current;if(!m)return;const C=()=>{};return m.addEventListener("scroll",C),()=>m.removeEventListener("scroll",C)},[]),c.useEffect(()=>{t&&u.current&&n&&u.current.scrollIntoView({behavior:"smooth",block:"nearest"}),b.current=t},[t,n]);const p=m=>{if(isNaN(m)||!isFinite(m))return"0:00.000";const C=Math.floor(m/60),w=(m%60).toFixed(3);return`${C}:${w.padStart(6,"0")}`},f=(m,C)=>{if(!r||!l)return;const w=[...e];w[m]={...w[m],lines:C.split(`
972
+ `)},l(w)},x=(m,C)=>{if(!r||!l)return;const w=C.trim();if(!w)return;const g=[...e];g[m]={...g[m],id:w},l(g)},y=(m,C,w)=>{if(!l)return;const g=[...e];m.action(g[w],w,g,s||{}),l(g)},v=m=>m.replace(/\./g," ");return E.jsx(ds,{ref:d,$height:o,children:e.map((m,C)=>{const w=m.id===t;return E.jsxs(fs,{ref:w?u:null,$isActive:w,onClick:()=>i?.(m),children:[E.jsxs(hs,{children:[E.jsxs(ms,{children:[E.jsx(ps,{$isEditable:r,contentEditable:r,suppressContentEditableWarning:!0,onBlur:g=>x(C,g.currentTarget.textContent||""),children:m.id}),E.jsxs(gs,{children:[p(m.start)," - ",p(m.end)]})]}),a.length>0&&E.jsx(bs,{onClick:g=>g.stopPropagation(),children:a.map((g,A)=>E.jsx(vs,{title:g.title,onClick:()=>y(g,m,C),children:g.text?g.text:E.jsx("i",{className:v(g.class||"")})},A))})]}),E.jsx(Cs,{$isEditable:r,contentEditable:r,suppressContentEditableWarning:!0,onBlur:g=>f(C,g.currentTarget.textContent||""),children:m.lines.join(`
973
+ `)})]},m.id)})})},ws=c.memo(xs),ys=({checked:e,onChange:t,disabled:n=!1,className:r})=>{const a=s=>{t(s.target.checked)};return E.jsxs(jt,{className:r,children:[E.jsx(zt,{type:"checkbox",id:"continuous-play",className:"continuous-play",checked:e,onChange:a,disabled:n}),E.jsx(Ot,{htmlFor:"continuous-play",children:"Continuous Play"})]})},Is=({checked:e,onChange:t,disabled:n=!1,className:r})=>{const a=s=>{t(s.target.checked)};return E.jsxs(jt,{className:r,children:[E.jsx(zt,{type:"checkbox",id:"link-endpoints",className:"link-endpoints",checked:e,onChange:a,disabled:n}),E.jsx(Ot,{htmlFor:"link-endpoints",children:"Link Endpoints"})]})},As=({checked:e,onChange:t,className:n})=>E.jsxs(jt,{className:n,children:[E.jsx(zt,{type:"checkbox",id:"editable-annotations",checked:e,onChange:r=>t(r.target.checked)}),E.jsx(Ot,{htmlFor:"editable-annotations",children:"Editable Annotations"})]}),Ss=k.button`
1177
974
  padding: 0.5rem 1rem;
1178
- background: ${s=>s.theme?.surfaceColor||"#f5f5f5"};
1179
- color: ${s=>s.theme?.textColor||"#333"};
1180
- border: 1px solid ${s=>s.theme?.borderColor||"#ccc"};
1181
- border-radius: ${s=>s.theme?.borderRadius||"4px"};
975
+ background: ${e=>e.theme?.surfaceColor||"#f5f5f5"};
976
+ color: ${e=>e.theme?.textColor||"#333"};
977
+ border: 1px solid ${e=>e.theme?.borderColor||"#ccc"};
978
+ border-radius: ${e=>e.theme?.borderRadius||"4px"};
1182
979
  cursor: pointer;
1183
- font-family: ${s=>s.theme?.fontFamily||"inherit"};
1184
- font-size: ${s=>s.theme?.fontSize||"14px"};
980
+ font-family: ${e=>e.theme?.fontFamily||"inherit"};
981
+ font-size: ${e=>e.theme?.fontSize||"14px"};
1185
982
  font-weight: 500;
1186
983
  transition: all 0.15s ease;
1187
984
 
1188
985
  &:hover:not(:disabled) {
1189
- background: ${s=>s.theme?.inputBackground||"#3d3d3d"};
1190
- border-color: ${s=>s.theme?.textColorMuted||"#999"};
986
+ background: ${e=>e.theme?.inputBackground||"#3d3d3d"};
987
+ border-color: ${e=>e.theme?.textColorMuted||"#999"};
1191
988
  }
1192
989
 
1193
990
  &:focus {
1194
991
  outline: none;
1195
- box-shadow: 0 0 0 2px ${s=>s.theme?.inputFocusBorder||"#007bff"}44;
992
+ box-shadow: 0 0 0 2px ${e=>e.theme?.inputFocusBorder||"#007bff"}44;
1196
993
  }
1197
994
 
1198
995
  &:disabled {
1199
996
  opacity: 0.6;
1200
997
  cursor: not-allowed;
1201
998
  }
1202
- `,Gv=({annotations:s,filename:e="annotations.json",disabled:t=!1,className:n,children:i="Download JSON"})=>{const r=()=>{if(s.length===0)return;const o=s.map(h=>xv(h)),a=JSON.stringify(o,null,2),c=new Blob([a],{type:"application/json"}),l=URL.createObjectURL(c),u=document.createElement("a");u.href=l,u.download=e,document.body.appendChild(u),u.click(),document.body.removeChild(u),URL.revokeObjectURL(l)};return E.jsx(Zv,{onClick:r,disabled:t||s.length===0,className:n,title:s.length===0?"No annotations to download":"Download the annotations as JSON",children:i})};function Pu(){const[s,e]=S.useState("hh:mm:ss.uuu");return{timeFormat:s,setTimeFormat:e,formatTime:i=>on(i,s),parseTime:i=>Mu(i,s)}}const Xv=[256,512,1024,2048,4096,8192];function Wu({initialSamplesPerPixel:s,zoomLevels:e=Xv}){const[t,n]=S.useState(()=>{const l=e.indexOf(s);return l!==-1?l:Math.floor(e.length/2)}),i=e[t],r=t>0,o=t<e.length-1,a=S.useCallback(()=>{n(l=>Math.max(0,l-1))},[]),c=S.useCallback(()=>{n(l=>Math.min(e.length-1,l+1))},[e.length]);return{samplesPerPixel:i,zoomIn:a,zoomOut:c,canZoomIn:r,canZoomOut:o}}function Bu({playoutRef:s,initialVolume:e=1,onVolumeChange:t}){const[n,i]=S.useState(e),r=S.useCallback(o=>{i(o),s.current&&s.current.setMasterGain(o),t?.(o)},[s,t]);return{masterVolume:n,setMasterVolume:r}}const Hv=(s=256)=>{const e=S.useRef(null),t=S.useCallback((n,i,r)=>{const o=new Us("fft",s);return n.connect(o),n.connect(i),e.current=o,function(){o.dispose(),e.current=null}},[s]);return{analyserRef:e,masterEffects:t}};function Eo(s){const{audioBuffer:e,startSample:t,durationSamples:n=e.length,offsetSamples:i=0,gain:r=1,name:o,color:a,fadeIn:c,fadeOut:l}=s;return{id:$u(),audioBuffer:e,startSample:t,durationSamples:n,offsetSamples:i,gain:r,name:o,color:a,fadeIn:c,fadeOut:l}}function Yv(s){const{audioBuffer:e,startTime:t,duration:n=e.duration,offset:i=0,gain:r=1,name:o,color:a,fadeIn:c,fadeOut:l}=s,u=e.sampleRate;return Eo({audioBuffer:e,startSample:Math.round(t*u),durationSamples:Math.round(n*u),offsetSamples:Math.round(i*u),gain:r,name:o,color:a,fadeIn:c,fadeOut:l})}function Uv(s){const{name:e,clips:t=[],muted:n=!1,soloed:i=!1,volume:r=1,pan:o=0,color:a,height:c}=s;return{id:$u(),name:e,clips:t,muted:n,soloed:i,volume:r,pan:o,color:a,height:c}}function $u(){return`${Date.now()}-${Math.random().toString(36).substr(2,9)}`}function Kv(s){const[e,t]=S.useState([]),[n,i]=S.useState(!0),[r,o]=S.useState(null);return S.useEffect(()=>{if(s.length===0){t([]),i(!1);return}let a=!1;return(async()=>{try{i(!0),o(null);const l=fe().rawContext,u=s.map(async(p,d)=>{const f=await fetch(p.src);if(!f.ok)throw new Error(`Failed to fetch ${p.src}: ${f.statusText}`);const _=await f.arrayBuffer(),g=await l.decodeAudioData(_);if(!g||!g.sampleRate||!g.duration)throw new Error(`Invalid audio buffer for ${p.src}`);const m=p.duration??g.duration,y=Yv({audioBuffer:g,startTime:p.startTime??0,duration:m,offset:p.offset??0,name:p.name||`Track ${d+1}`,fadeIn:p.fadeIn,fadeOut:p.fadeOut});if(isNaN(y.startSample)||isNaN(y.durationSamples)||isNaN(y.offsetSamples))throw console.error("Invalid clip values:",y),new Error(`Invalid clip values for ${p.src}`);return{...Uv({name:p.name||`Track ${d+1}`,clips:[y],muted:p.muted??!1,soloed:p.soloed??!1,volume:p.volume??1,pan:p.pan??0,color:p.color}),effects:p.effects}}),h=await Promise.all(u);a||(t(h),i(!1))}catch(l){if(!a){const u=l instanceof Error?l.message:"Unknown error loading audio";o(u),i(!1),console.error("Error loading audio tracks:",l)}}})(),()=>{a=!0}},[s]),{tracks:e,loading:n,error:r}}function Qv({tracks:s,onTracksChange:e,samplesPerPixel:t,sampleRate:n}){const i=S.useRef(null),r=S.useCallback(l=>{const{transform:u,active:h}=l;if(!h?.data?.current)return{...u,scaleX:1,scaleY:1};const{trackIndex:p,clipIndex:d,boundary:f}=h.data.current;if(f)return{...u,scaleX:1,scaleY:1};const _=s[p];if(!_)return{...u,scaleX:1,scaleY:1};const g=_.clips[d];if(!g)return{...u,scaleX:1,scaleY:1};const m=g.startSample/n,y=g.durationSamples/n,x=u.x*t/n;let b=m+x;const v=[..._.clips].sort((A,R)=>A.startSample-R.startSample),w=v.findIndex(A=>A===g);b=Math.max(0,b);const k=w>0?v[w-1]:null;if(k){const A=(k.startSample+k.durationSamples)/n;b=Math.max(b,A)}const T=w<v.length-1?v[w+1]:null;if(T){const A=b+y,R=T.startSample/n;A>R&&(b=R-y)}const I=(b-m)*n/t;return{...u,x:I,scaleX:1,scaleY:1}},[s,t,n]),o=S.useCallback(l=>{const{active:u}=l,{boundary:h}=u.data.current;if(!h){i.current=null;return}const{trackIndex:p,clipIndex:d}=u.data.current,_=s[p]?.clips[d];_&&(i.current={offsetSamples:_.offsetSamples,durationSamples:_.durationSamples,startSample:_.startSample})},[s]),a=S.useCallback(l=>{const{active:u,delta:h}=l,{boundary:p}=u.data.current;if(!p||!i.current)return;const{trackIndex:d,clipIndex:f}=u.data.current,_=h.x*t,g=Math.floor(.1*n),m=i.current,y=s.map((x,b)=>{if(b!==d)return x;const v=[...x.clips].sort((T,D)=>T.startSample-D.startSample),w=v.findIndex(T=>T===x.clips[f]),k=x.clips.map((T,D)=>{if(D!==f)return T;const I=Math.floor(T.audioBuffer.duration*n);if(p==="left"){let A=Math.floor(_);const R=-m.startSample;A<R&&(A=R);const O=-m.offsetSamples;A<O&&(A=O);const N=w>0?v[w-1]:null;if(N){const Z=N.startSample+N.durationSamples-m.startSample;A<Z&&(A=Z)}const B=m.durationSamples-g;A>B&&(A=B);const V=m.offsetSamples+A,j=m.durationSamples-A,X=m.startSample+A;return{...T,offsetSamples:V,durationSamples:j,startSample:X}}else{let A=Math.floor(m.durationSamples+_);A=Math.max(g,A),m.offsetSamples+A>I&&(A=I-m.offsetSamples);const R=w<v.length-1?v[w+1]:null;return R&&m.startSample+A>R.startSample&&(A=R.startSample-m.startSample,A=Math.max(g,A)),{...T,durationSamples:A}}});return{...x,clips:k}});e(y)},[s,e,t,n]),c=S.useCallback(l=>{const{active:u,delta:h}=l,{trackIndex:p,clipIndex:d,boundary:f}=u.data.current,_=h.x*t;if(f){i.current=null;return}const g=s.map((m,y)=>{if(y!==p)return m;const x=[...m.clips].sort((w,k)=>w.startSample-k.startSample),b=x.findIndex(w=>w===m.clips[d]),v=m.clips.map((w,k)=>{if(k!==d)return w;let T=Math.floor(w.startSample+_);T=Math.max(0,T);const D=b>0?x[b-1]:null;if(D){const A=D.startSample+D.durationSamples;T=Math.max(T,A)}const I=b<x.length-1?x[b+1]:null;return I&&T+w.durationSamples>I.startSample&&(T=I.startSample-w.durationSamples),{...w,startSample:T}});return{...m,clips:v}});e(g)},[s,e,t,n]);return{onDragStart:o,onDragMove:a,onDragEnd:c,collisionModifier:r}}const lo=.01;function Jv({annotations:s,onAnnotationsChange:e,samplesPerPixel:t,sampleRate:n,duration:i,linkEndpoints:r}){const o=S.useRef(null),a=S.useCallback(u=>{const{active:h}=u,p=h.data.current;if(!p||p.annotationIndex===void 0){o.current=null;return}const d=s[p.annotationIndex];d&&(o.current={start:d.start,end:d.end,annotationIndex:p.annotationIndex})},[s]),c=S.useCallback(u=>{const{active:h,delta:p}=u;if(!o.current)return;const d=h.data.current;if(!d)return;const{edge:f,annotationIndex:_}=d,g=o.current,m=p.x*t/n,y=f==="start"?g.start+m:g.end+m,x=ey({annotationIndex:_,newTime:y,isDraggingStart:f==="start",annotations:s,duration:i,linkEndpoints:r});e(x)},[s,e,t,n,i,r]),l=S.useCallback(()=>{o.current=null},[]);return{onDragStart:a,onDragMove:c,onDragEnd:l}}function ey({annotationIndex:s,newTime:e,isDraggingStart:t,annotations:n,duration:i,linkEndpoints:r}){const o=[...n],a=n[s];if(t){const c=Math.min(a.end-.1,Math.max(0,e)),l=c-a.start;if(o[s]={...a,start:c},r&&s>0){const u=o[s-1];Math.abs(u.end-a.start)<lo?o[s-1]={...u,end:Math.max(u.start+.1,u.end+l)}:c<=u.end&&(o[s]={...o[s],start:u.end})}else!r&&s>0&&c<o[s-1].end&&(o[s-1]={...o[s-1],end:c})}else{const c=Math.max(a.start+.1,Math.min(e,i)),l=c-a.end;if(o[s]={...a,end:c},r&&s<o.length-1){const u=o[s+1];if(Math.abs(u.start-a.end)<lo){const h=u.start+l;o[s+1]={...u,start:Math.min(u.end-.1,h)};let p=s+1;for(;p<o.length-1;){const d=o[p],f=o[p+1];if(Math.abs(f.start-d.end)<lo){const _=d.end-n[p].end;o[p+1]={...f,start:Math.min(f.end-.1,f.start+_)},p++}else break}}else c>=u.start&&(o[s]={...o[s],end:u.start})}else if(!r&&s<o.length-1&&c>o[s+1].start){const u=o[s+1];o[s+1]={...u,start:c};let h=s+1;for(;h<o.length-1;){const p=o[h],d=o[h+1];if(p.end>d.start)o[h+1]={...d,start:p.end},h++;else break}}}return o}function ty(s={}){const{touchOptimized:e=!1,touchDelay:t=250,touchTolerance:n=5,mouseDistance:i=1}=s,r=io(bu,{activationConstraint:{distance:i}}),o=io(wu,{activationConstraint:e?{delay:t,tolerance:n}:{distance:i}}),a=io(yu,{activationConstraint:{distance:i}});return X_(...e?[r,o]:[a])}const sy=s=>{const{tracks:e,onTracksChange:t,sampleRate:n}=s,{currentTimeRef:i}=At(),{selectedTrackId:r}=rs(),o=S.useCallback((c,l,u)=>{const{sampleRate:h,samplesPerPixel:p}=s,d=e[c];if(!d)return!1;const f=d.clips[l];if(!f)return!1;const _=f.startSample/h,g=(f.startSample+f.durationSamples)/h;if(u<=_||u>=g)return console.warn("Split time is outside clip bounds"),!1;const m=Math.round(u*h),y=Math.floor(m/p),x=f.startSample+f.durationSamples,b=y*p,v=f.startSample,w=b-v,k=b,T=x-k,D=b-f.startSample,I=Eo({audioBuffer:f.audioBuffer,startSample:v,durationSamples:w,offsetSamples:f.offsetSamples,gain:f.gain,name:f.name?`${f.name} (1)`:void 0,color:f.color,fadeIn:f.fadeIn}),A=Eo({audioBuffer:f.audioBuffer,startSample:k,durationSamples:T,offsetSamples:f.offsetSamples+D,gain:f.gain,name:f.name?`${f.name} (2)`:void 0,color:f.color,fadeOut:f.fadeOut}),R=[...d.clips];R.splice(l,1,I,A);const O=[...e];return O[c]={...d,clips:R},t(O),!0},[e,t,s]);return{splitClipAtPlayhead:S.useCallback(()=>{if(!r)return console.log("No track selected - click a clip to select a track first"),!1;const c=e.findIndex(h=>h.id===r);if(c===-1)return console.warn("Selected track not found"),!1;const l=e[c],u=i.current??0;for(let h=0;h<l.clips.length;h++){const p=l.clips[h],d=p.startSample/n,f=(p.startSample+p.durationSamples)/n;if(u>d&&u<f)return console.log(`Splitting clip on track "${l.name}" at ${u}s`),o(c,h,u)}return console.log(`No clip found at playhead position on track "${l.name}"`),!1},[e,i,r,o,n]),splitClipAt:o}},sr=s=>{const{shortcuts:e,enabled:t=!0}=s,n=S.useCallback(i=>{if(!t)return;const r=i.target;if(r.tagName==="INPUT"||r.tagName==="TEXTAREA"||r.isContentEditable)return;const o=e.find(a=>{const c=i.key.toLowerCase()===a.key.toLowerCase()||i.key===a.key,l=a.ctrlKey===void 0||i.ctrlKey===a.ctrlKey,u=a.shiftKey===void 0||i.shiftKey===a.shiftKey,h=a.metaKey===void 0||i.metaKey===a.metaKey,p=a.altKey===void 0||i.altKey===a.altKey;return c&&l&&u&&h&&p});o&&(o.preventDefault!==!1&&i.preventDefault(),o.action())},[e,t]);S.useEffect(()=>{if(t)return window.addEventListener("keydown",n),()=>{window.removeEventListener("keydown",n)}},[n,t])},ny=s=>{const e=[],t=typeof navigator<"u"&&navigator.platform.includes("Mac");return s.metaKey&&e.push(t?"Cmd":"Ctrl"),s.ctrlKey&&!s.metaKey&&e.push("Ctrl"),s.altKey&&e.push(t?"Option":"Alt"),s.shiftKey&&e.push("Shift"),e.push(s.key.toUpperCase()),e.join("+")},iy=(s={})=>{const{enabled:e=!0,additionalShortcuts:t=[],shortcuts:n}=s,{isPlaying:i}=At(),{setCurrentTime:r,play:o,pause:a,stop:c}=Qe(),{playoutRef:l}=xt(),u=S.useCallback(()=>{i?a():o()},[i,o,a]),h=S.useCallback(()=>{c()},[c]),p=S.useCallback(()=>{i&&l.current?(l.current.stop(),r(0),o(0)):r(0)},[i,l,r,o]),f=n??[...[{key:" ",action:u,description:"Play/Pause",preventDefault:!0},{key:"Escape",action:h,description:"Stop",preventDefault:!0},{key:"0",action:p,description:"Rewind to start",preventDefault:!0}],...t];return sr({shortcuts:f,enabled:e}),{rewindToStart:p,togglePlayPause:u,stopPlayback:h,shortcuts:f}},uo=.01,Vi=.01;function ry({annotations:s,activeAnnotationId:e,onAnnotationsChange:t,onActiveAnnotationChange:n,duration:i,linkEndpoints:r,continuousPlay:o=!1,enabled:a=!0,scrollContainerRef:c,samplesPerPixel:l,sampleRate:u,controlsWidth:h=0,onPlay:p}){const d=S.useMemo(()=>e?s.findIndex(D=>D.id===e):-1,[s,e]),f=S.useCallback(D=>{if(!c?.current||!l||!u)return;const I=s.find($=>$.id===D);if(!I)return;const A=c.current,R=A.clientWidth,O=I.start*u/l+h,N=I.end*u/l+h,B=(O+N)/2,V=A.scrollLeft,j=V,X=V+R;if(O<j||N>X){const $=Math.max(0,B-R/2);A.scrollTo({left:$,behavior:"smooth"})}},[s,c,l,u,h]);S.useEffect(()=>{e&&c?.current&&l&&u&&f(e)},[e,f,c,l,u]);const _=S.useCallback(D=>{if(d<0)return;const I=s[d],A=Math.max(0,Math.min(I.end-.1,I.start+D)),R=A-I.start,O=[...s];if(O[d]={...I,start:A},r&&d>0){const N=O[d-1];Math.abs(N.end-I.start)<uo&&(O[d-1]={...N,end:Math.max(N.start+.1,N.end+R)})}else if(!r&&d>0){const N=O[d-1];A<N.end&&(O[d-1]={...N,end:A})}t(O)},[s,d,r,t]),g=S.useCallback(D=>{if(d<0)return;const I=s[d],A=Math.max(I.start+.1,Math.min(i,I.end+D)),R=A-I.end,O=[...s];if(O[d]={...I,end:A},r&&d<s.length-1){const N=O[d+1];if(Math.abs(N.start-I.end)<uo){const B=Math.min(N.end-.1,N.start+R);O[d+1]={...N,start:B};let V=d+1;for(;V<O.length-1;){const j=O[V],X=O[V+1];if(Math.abs(X.start-s[V].end)<uo){const $=j.end-s[V].end;O[V+1]={...X,start:Math.min(X.end-.1,X.start+$)},V++}else break}}}else if(!r&&d<s.length-1){const N=O[d+1];if(A>N.start){O[d+1]={...N,start:A};let B=d+1;for(;B<O.length-1;){const V=O[B],j=O[B+1];if(V.end>j.start)O[B+1]={...j,start:V.end},B++;else break}}}t(O)},[s,d,i,r,t]),m=S.useCallback(()=>{!n||s.length===0||(d<=0?n(s[s.length-1].id):n(s[d-1].id))},[s,d,n]),y=S.useCallback(()=>{!n||s.length===0||(d<0||d>=s.length-1?n(s[0].id):n(s[d+1].id))},[s,d,n]),x=S.useCallback(()=>{!n||s.length===0||n(s[0].id)},[s,n]),b=S.useCallback(()=>{!n||s.length===0||n(s[s.length-1].id)},[s,n]),v=S.useCallback(()=>{n&&n(null)},[n]),w=S.useCallback(()=>{if(d<0||!p)return;const D=s[d],I=o?void 0:D.end-D.start;p(D.start,I)},[s,d,o,p]),k=S.useMemo(()=>[{key:"[",action:()=>_(-Vi),description:"Move annotation start earlier",preventDefault:!0},{key:"]",action:()=>_(Vi),description:"Move annotation start later",preventDefault:!0},{key:"{",shiftKey:!0,action:()=>g(-Vi),description:"Move annotation end earlier",preventDefault:!0},{key:"}",shiftKey:!0,action:()=>g(Vi),description:"Move annotation end later",preventDefault:!0},{key:"Enter",action:w,description:"Play selected annotation",preventDefault:!0}],[_,g,w]),T=S.useMemo(()=>[{key:"ArrowUp",action:m,description:"Select previous annotation",preventDefault:!0},{key:"ArrowLeft",action:m,description:"Select previous annotation",preventDefault:!0},{key:"ArrowDown",action:y,description:"Select next annotation",preventDefault:!0},{key:"ArrowRight",action:y,description:"Select next annotation",preventDefault:!0},{key:"Home",action:x,description:"Select first annotation",preventDefault:!0},{key:"End",action:b,description:"Select last annotation",preventDefault:!0},{key:"Escape",action:v,description:"Deselect annotation",preventDefault:!0}],[m,y,x,b,v]);return sr({shortcuts:k,enabled:a&&d>=0}),sr({shortcuts:T,enabled:a&&s.length>0&&!!n}),{moveStartBoundary:_,moveEndBoundary:g,selectPrevious:m,selectNext:y,selectFirst:x,selectLast:b,clearSelection:v,scrollToAnnotation:f,playActiveAnnotation:w}}function oy(s){const e=s.reduce((i,r)=>i+r.length,0),t=new Float32Array(e);let n=0;for(const i of s)t.set(i,n),n+=i.length;return t}function ay(s,e,t,n=1){const i=s.createBuffer(n,e.length,t),r=new Float32Array(e);return i.copyToChannel(r,0),i}function el(s,e,t=16){const n=Math.ceil(s.length/e),i=t===8?new Int8Array(n*2):new Int16Array(n*2),r=2**(t-1);for(let o=0;o<n;o++){const a=o*e,c=Math.min(a+e,s.length);let l=0,u=0;for(let h=a;h<c;h++){const p=s[h];p<l&&(l=p),p>u&&(u=p)}i[o*2]=Math.floor(l*r),i[o*2+1]=Math.floor(u*r)}return i}function cy(s,e,t,n,i=16){const r=2**(i-1),o=n%t;let a=0;if(o>0&&s.length>0){const u=t-o,h=Math.min(u,e.length);let p=s[s.length-2]/r,d=s[s.length-1]/r;for(let m=0;m<h;m++){const y=e[m];y<p&&(p=y),y>d&&(d=y)}const f=new(i===8?Int8Array:Int16Array)(s.length);f.set(s),f[s.length-2]=Math.floor(p*r),f[s.length-1]=Math.floor(d*r),a=h;const _=el(e.slice(a),t,i),g=new(i===8?Int8Array:Int16Array)(f.length+_.length);return g.set(f),g.set(_,f.length),g}const c=el(e.slice(a),t,i),l=new(i===8?Int8Array:Int16Array)(s.length+c.length);return l.set(s),l.set(c,s.length),l}function ly(s,e={}){const{channelCount:t=1,samplesPerPixel:n=1024}=e,[i,r]=S.useState(!1),[o,a]=S.useState(!1),[c,l]=S.useState(0),[u,h]=S.useState(new Int16Array(0)),[p,d]=S.useState(null),[f,_]=S.useState(null),[g,m]=S.useState(0),[y,x]=S.useState(0),b=16,v=S.useRef(!1),w=S.useRef(null),k=S.useRef(null),T=S.useRef([]),D=S.useRef(0),I=S.useRef(null),A=S.useRef(0),R=S.useRef(!1),O=S.useRef(!1),N=S.useCallback(async()=>{if(!v.current)try{const $=fe(),Z=new URL("data:text/javascript;base64,InVzZSBzdHJpY3QiOwoKLy8gc3JjL3dvcmtsZXQvcmVjb3JkaW5nLXByb2Nlc3Nvci53b3JrbGV0LnRzCnZhciBSZWNvcmRpbmdQcm9jZXNzb3IgPSBjbGFzcyBleHRlbmRzIEF1ZGlvV29ya2xldFByb2Nlc3NvciB7CiAgY29uc3RydWN0b3IoKSB7CiAgICBzdXBlcigpOwogICAgdGhpcy5idWZmZXJTaXplID0gMDsKICAgIHRoaXMuYnVmZmVycyA9IFtdOwogICAgdGhpcy5zYW1wbGVzQ29sbGVjdGVkID0gMDsKICAgIHRoaXMuaXNSZWNvcmRpbmcgPSBmYWxzZTsKICAgIHRoaXMuY2hhbm5lbENvdW50ID0gMTsKICAgIHRoaXMucG9ydC5vbm1lc3NhZ2UgPSAoZXZlbnQpID0+IHsKICAgICAgY29uc3QgeyBjb21tYW5kLCBzYW1wbGVSYXRlOiBzYW1wbGVSYXRlMiwgY2hhbm5lbENvdW50IH0gPSBldmVudC5kYXRhOwogICAgICBpZiAoY29tbWFuZCA9PT0gInN0YXJ0IikgewogICAgICAgIHRoaXMuaXNSZWNvcmRpbmcgPSB0cnVlOwogICAgICAgIHRoaXMuY2hhbm5lbENvdW50ID0gY2hhbm5lbENvdW50IHx8IDE7CiAgICAgICAgdGhpcy5idWZmZXJTaXplID0gTWF0aC5mbG9vcigoc2FtcGxlUmF0ZTIgfHwgNDhlMykgKiAwLjAxNik7CiAgICAgICAgdGhpcy5idWZmZXJzID0gW107CiAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCB0aGlzLmNoYW5uZWxDb3VudDsgaSsrKSB7CiAgICAgICAgICB0aGlzLmJ1ZmZlcnNbaV0gPSBuZXcgRmxvYXQzMkFycmF5KHRoaXMuYnVmZmVyU2l6ZSk7CiAgICAgICAgfQogICAgICAgIHRoaXMuc2FtcGxlc0NvbGxlY3RlZCA9IDA7CiAgICAgIH0gZWxzZSBpZiAoY29tbWFuZCA9PT0gInN0b3AiKSB7CiAgICAgICAgdGhpcy5pc1JlY29yZGluZyA9IGZhbHNlOwogICAgICAgIGlmICh0aGlzLnNhbXBsZXNDb2xsZWN0ZWQgPiAwKSB7CiAgICAgICAgICB0aGlzLmZsdXNoQnVmZmVycygpOwogICAgICAgIH0KICAgICAgfQogICAgfTsKICB9CiAgcHJvY2VzcyhpbnB1dHMsIG91dHB1dHMsIHBhcmFtZXRlcnMpIHsKICAgIGlmICghdGhpcy5pc1JlY29yZGluZykgewogICAgICByZXR1cm4gdHJ1ZTsKICAgIH0KICAgIGNvbnN0IGlucHV0ID0gaW5wdXRzWzBdOwogICAgaWYgKCFpbnB1dCB8fCBpbnB1dC5sZW5ndGggPT09IDApIHsKICAgICAgcmV0dXJuIHRydWU7CiAgICB9CiAgICBjb25zdCBmcmFtZUNvdW50ID0gaW5wdXRbMF0ubGVuZ3RoOwogICAgZm9yIChsZXQgY2hhbm5lbCA9IDA7IGNoYW5uZWwgPCBNYXRoLm1pbihpbnB1dC5sZW5ndGgsIHRoaXMuY2hhbm5lbENvdW50KTsgY2hhbm5lbCsrKSB7CiAgICAgIGNvbnN0IGlucHV0Q2hhbm5lbCA9IGlucHV0W2NoYW5uZWxdOwogICAgICBjb25zdCBidWZmZXIgPSB0aGlzLmJ1ZmZlcnNbY2hhbm5lbF07CiAgICAgIGZvciAobGV0IGkgPSAwOyBpIDwgZnJhbWVDb3VudDsgaSsrKSB7CiAgICAgICAgYnVmZmVyW3RoaXMuc2FtcGxlc0NvbGxlY3RlZCArIGldID0gaW5wdXRDaGFubmVsW2ldOwogICAgICB9CiAgICB9CiAgICB0aGlzLnNhbXBsZXNDb2xsZWN0ZWQgKz0gZnJhbWVDb3VudDsKICAgIGlmICh0aGlzLnNhbXBsZXNDb2xsZWN0ZWQgPj0gdGhpcy5idWZmZXJTaXplKSB7CiAgICAgIHRoaXMuZmx1c2hCdWZmZXJzKCk7CiAgICB9CiAgICByZXR1cm4gdHJ1ZTsKICB9CiAgZmx1c2hCdWZmZXJzKCkgewogICAgY29uc3Qgc2FtcGxlcyA9IHRoaXMuYnVmZmVyc1swXS5zbGljZSgwLCB0aGlzLnNhbXBsZXNDb2xsZWN0ZWQpOwogICAgdGhpcy5wb3J0LnBvc3RNZXNzYWdlKHsKICAgICAgc2FtcGxlcywKICAgICAgc2FtcGxlUmF0ZSwKICAgICAgY2hhbm5lbENvdW50OiB0aGlzLmNoYW5uZWxDb3VudAogICAgfSk7CiAgICB0aGlzLnNhbXBsZXNDb2xsZWN0ZWQgPSAwOwogIH0KfTsKcmVnaXN0ZXJQcm9jZXNzb3IoInJlY29yZGluZy1wcm9jZXNzb3IiLCBSZWNvcmRpbmdQcm9jZXNzb3IpOwovLyMgc291cmNlTWFwcGluZ1VSTD1yZWNvcmRpbmctcHJvY2Vzc29yLndvcmtsZXQuanMubWFw",typeof document>"u"?require("url").pathToFileURL(__filename).href:Jr&&Jr.tagName.toUpperCase()==="SCRIPT"&&Jr.src||new URL("index.js",document.baseURI).href).href;await $.addAudioWorkletModule(Z),v.current=!0}catch($){throw console.error("Failed to load AudioWorklet module:",$),new Error("Failed to load recording processor")}},[]),B=S.useCallback(async()=>{if(!s){_(new Error("No microphone stream available"));return}try{_(null);const $=fe();$.state==="suspended"&&await $.resume(),await N();const Z=$.createMediaStreamSource(s);k.current=Z;const G=$.createAudioWorkletNode("recording-processor");w.current=G,Z.connect(G),G.port.onmessage=ae=>{const{samples:me}=ae.data;T.current.push(me),D.current+=me.length,h(Y=>cy(Y,me,n,D.current-me.length,b))},G.port.postMessage({command:"start",sampleRate:$.sampleRate,channelCount:t}),T.current=[],D.current=0,h(new Int16Array(0)),d(null),m(0),x(0),R.current=!0,O.current=!1,r(!0),a(!1),A.current=performance.now();const ie=()=>{if(R.current&&!O.current){const ae=(performance.now()-A.current)/1e3;l(ae),I.current=requestAnimationFrame(ie)}};ie()}catch($){console.error("Failed to start recording:",$),_($ instanceof Error?$:new Error("Failed to start recording"))}},[s,t,n,N,i,o]),V=S.useCallback(async()=>{if(!i)return null;try{if(w.current){if(w.current.port.postMessage({command:"stop"}),k.current)try{k.current.disconnect(w.current)}catch{}w.current.disconnect()}I.current!==null&&(cancelAnimationFrame(I.current),I.current=null);const $=oy(T.current),G=fe().rawContext,ie=ay(G,$,G.sampleRate,t);return d(ie),l(ie.duration),R.current=!1,O.current=!1,r(!1),a(!1),m(0),ie}catch($){return console.error("Failed to stop recording:",$),_($ instanceof Error?$:new Error("Failed to stop recording")),null}},[i,t]),j=S.useCallback(()=>{i&&!o&&(I.current!==null&&(cancelAnimationFrame(I.current),I.current=null),O.current=!0,a(!0))},[i,o]),X=S.useCallback(()=>{if(i&&o){O.current=!1,a(!1),A.current=performance.now()-c*1e3;const $=()=>{if(R.current&&!O.current){const Z=(performance.now()-A.current)/1e3;l(Z),I.current=requestAnimationFrame($)}};$()}},[i,o,c]);return S.useEffect(()=>()=>{if(w.current){if(w.current.port.postMessage({command:"stop"}),k.current)try{k.current.disconnect(w.current)}catch{}w.current.disconnect()}I.current!==null&&cancelAnimationFrame(I.current)},[]),{isRecording:i,isPaused:o,duration:c,peaks:u,audioBuffer:p,level:g,peakLevel:y,startRecording:B,stopRecording:V,pauseRecording:j,resumeRecording:X,error:f}}function uy(){const[s,e]=S.useState(null),[t,n]=S.useState([]),[i,r]=S.useState(!1),[o,a]=S.useState(!1),[c,l]=S.useState(null),u=S.useCallback(async()=>{try{const f=(await navigator.mediaDevices.enumerateDevices()).filter(_=>_.kind==="audioinput").map(_=>({deviceId:_.deviceId,label:_.label||`Microphone ${_.deviceId.slice(0,8)}`,groupId:_.groupId}));n(f)}catch(d){console.error("Failed to enumerate devices:",d),l(d instanceof Error?d:new Error("Failed to enumerate devices"))}},[]),h=S.useCallback(async(d,f)=>{a(!0),l(null);try{s&&s.getTracks().forEach(y=>y.stop());const g={audio:{echoCancellation:!1,noiseSuppression:!1,autoGainControl:!1,latency:0,...f,...d&&{deviceId:{exact:d}}},video:!1},m=await navigator.mediaDevices.getUserMedia(g);e(m),r(!0),await u()}catch(_){console.error("Failed to access microphone:",_),l(_ instanceof Error?_:new Error("Failed to access microphone")),r(!1)}finally{a(!1)}},[s,u]),p=S.useCallback(()=>{s&&(s.getTracks().forEach(d=>d.stop()),e(null),r(!1))},[s]);return S.useEffect(()=>(u(),()=>{s&&s.getTracks().forEach(d=>d.stop())}),[]),{stream:s,devices:t,hasPermission:i,isLoading:o,requestAccess:h,stopStream:p,error:c}}function hy(s,e={}){const{updateRate:t=60,smoothingTimeConstant:n=.8}=e,[i,r]=S.useState(0),[o,a]=S.useState(0),c=S.useRef(null),l=S.useRef(null),u=S.useRef(null),h=()=>a(0);return S.useEffect(()=>{if(!s){r(0),a(0);return}let p=!0;return(async()=>{if(!p)return;const f=fe();if(f.state==="suspended"&&await f.resume(),!p)return;const _=new Vr({smoothing:n,context:f});c.current=_;const g=f.createMediaStreamSource(s);l.current=g,pt(g,_);const m=1e3/t;let y=0;const x=b=>{if(!(!p||!c.current)){if(b-y>=m){y=b;const v=c.current.getValue(),w=typeof v=="number"?v:v[0],k=Math.max(0,Math.min(1,(w+100)/100));r(k),a(T=>Math.max(T,k))}u.current=requestAnimationFrame(x)}};u.current=requestAnimationFrame(x)})(),()=>{if(p=!1,u.current&&(cancelAnimationFrame(u.current),u.current=null),l.current){try{l.current.disconnect()}catch{}l.current=null}c.current&&(c.current.dispose(),c.current=null)}},[s,n,t]),{level:i,peakLevel:o,resetPeak:h}}P.button`
999
+ `,ks=({annotations:e,filename:t="annotations.json",disabled:n=!1,className:r,children:a="Download JSON"})=>{const s=()=>{if(e.length===0)return;const o=e.map(b=>ns(b)),i=JSON.stringify(o,null,2),l=new Blob([i],{type:"application/json"}),u=URL.createObjectURL(l),d=document.createElement("a");d.href=u,d.download=t,document.body.appendChild(d),d.click(),document.body.removeChild(d),URL.revokeObjectURL(u)};return E.jsx(Ss,{onClick:s,disabled:n||e.length===0,className:r,title:e.length===0?"No annotations to download":"Download the annotations as JSON",children:a})};function Gr(){const[e,t]=c.useState("hh:mm:ss.uuu");return{timeFormat:e,setTimeFormat:t,formatTime:a=>lt(a,e),parseTime:a=>jr(a,e)}}const Rs=[256,512,1024,2048,4096,8192];function Xr({initialSamplesPerPixel:e,zoomLevels:t=Rs}){const[n,r]=c.useState(()=>{const u=t.indexOf(e);return u!==-1?u:Math.floor(t.length/2)}),a=t[n],s=n>0,o=n<t.length-1,i=c.useCallback(()=>{r(u=>Math.max(0,u-1))},[]),l=c.useCallback(()=>{r(u=>Math.min(t.length-1,u+1))},[t.length]);return{samplesPerPixel:a,zoomIn:i,zoomOut:l,canZoomIn:s,canZoomOut:o}}function Yr({playoutRef:e,initialVolume:t=1,onVolumeChange:n}){const[r,a]=c.useState(t),s=c.useCallback(o=>{a(o),e.current&&e.current.setMasterGain(o),n?.(o)},[e,n]);return{masterVolume:r,setMasterVolume:s}}const $s=(e=256)=>{const t=c.useRef(null),n=c.useCallback((r,a,s)=>{const o=new V.Analyser("fft",e);return r.connect(o),r.connect(a),t.current=o,function(){o.dispose(),t.current=null}},[e]);return{analyserRef:t,masterEffects:n}};function pn(e){const{audioBuffer:t,startSample:n,durationSamples:r=t.length,offsetSamples:a=0,gain:s=1,name:o,color:i,fadeIn:l,fadeOut:u}=e;return{id:Lr(),audioBuffer:t,startSample:n,durationSamples:r,offsetSamples:a,gain:s,name:o,color:i,fadeIn:l,fadeOut:u}}function Es(e){const{audioBuffer:t,startTime:n,duration:r=t.duration,offset:a=0,gain:s=1,name:o,color:i,fadeIn:l,fadeOut:u}=e,d=t.sampleRate;return pn({audioBuffer:t,startSample:Math.round(n*d),durationSamples:Math.round(r*d),offsetSamples:Math.round(a*d),gain:s,name:o,color:i,fadeIn:l,fadeOut:u})}function Ts(e){const{name:t,clips:n=[],muted:r=!1,soloed:a=!1,volume:s=1,pan:o=0,color:i,height:l}=e;return{id:Lr(),name:t,clips:n,muted:r,soloed:a,volume:s,pan:o,color:i,height:l}}function Lr(){return`${Date.now()}-${Math.random().toString(36).substr(2,9)}`}function Ds(e){const[t,n]=c.useState([]),[r,a]=c.useState(!0),[s,o]=c.useState(null);return c.useEffect(()=>{if(e.length===0){n([]),a(!1);return}let i=!1;return(async()=>{try{a(!0),o(null);const u=kr.getContext().rawContext,d=e.map(async(p,f)=>{const x=await fetch(p.src);if(!x.ok)throw new Error(`Failed to fetch ${p.src}: ${x.statusText}`);const y=await x.arrayBuffer(),v=await u.decodeAudioData(y);if(!v||!v.sampleRate||!v.duration)throw new Error(`Invalid audio buffer for ${p.src}`);const m=p.duration??v.duration,C=Es({audioBuffer:v,startTime:p.startTime??0,duration:m,offset:p.offset??0,name:p.name||`Track ${f+1}`,fadeIn:p.fadeIn,fadeOut:p.fadeOut});if(isNaN(C.startSample)||isNaN(C.durationSamples)||isNaN(C.offsetSamples))throw console.error("Invalid clip values:",C),new Error(`Invalid clip values for ${p.src}`);return{...Ts({name:p.name||`Track ${f+1}`,clips:[C],muted:p.muted??!1,soloed:p.soloed??!1,volume:p.volume??1,pan:p.pan??0,color:p.color}),effects:p.effects}}),b=await Promise.all(d);i||(n(b),a(!1))}catch(u){if(!i){const d=u instanceof Error?u.message:"Unknown error loading audio";o(d),a(!1),console.error("Error loading audio tracks:",u)}}})(),()=>{i=!0}},[e]),{tracks:t,loading:r,error:s}}function _s({tracks:e,onTracksChange:t,samplesPerPixel:n,sampleRate:r}){const a=c.useRef(null),s=c.useCallback(u=>{const{transform:d,active:b}=u;if(!b?.data?.current)return{...d,scaleX:1,scaleY:1};const{trackIndex:p,clipIndex:f,boundary:x}=b.data.current;if(x)return{...d,scaleX:1,scaleY:1};const y=e[p];if(!y)return{...d,scaleX:1,scaleY:1};const v=y.clips[f];if(!v)return{...d,scaleX:1,scaleY:1};const m=v.startSample/r,C=v.durationSamples/r,w=d.x*n/r;let g=m+w;const A=[...y.clips].sort(($,j)=>$.startSample-j.startSample),I=A.findIndex($=>$===v);g=Math.max(0,g);const D=I>0?A[I-1]:null;if(D){const $=(D.startSample+D.durationSamples)/r;g=Math.max(g,$)}const F=I<A.length-1?A[I+1]:null;if(F){const $=g+C,j=F.startSample/r;$>j&&(g=j-C)}const M=(g-m)*r/n;return{...d,x:M,scaleX:1,scaleY:1}},[e,n,r]),o=c.useCallback(u=>{const{active:d}=u,{boundary:b}=d.data.current;if(!b){a.current=null;return}const{trackIndex:p,clipIndex:f}=d.data.current,y=e[p]?.clips[f];y&&(a.current={offsetSamples:y.offsetSamples,durationSamples:y.durationSamples,startSample:y.startSample})},[e]),i=c.useCallback(u=>{const{active:d,delta:b}=u,{boundary:p}=d.data.current;if(!p||!a.current)return;const{trackIndex:f,clipIndex:x}=d.data.current,y=b.x*n,v=Math.floor(.1*r),m=a.current,C=e.map((w,g)=>{if(g!==f)return w;const A=[...w.clips].sort((F,_)=>F.startSample-_.startSample),I=A.findIndex(F=>F===w.clips[x]),D=w.clips.map((F,_)=>{if(_!==x)return F;const M=Math.floor(F.audioBuffer.duration*r);if(p==="left"){let $=Math.floor(y);const j=-m.startSample;$<j&&($=j);const Z=-m.offsetSamples;$<Z&&($=Z);const X=I>0?A[I-1]:null;if(X){const oe=X.startSample+X.durationSamples-m.startSample;$<oe&&($=oe)}const Y=m.durationSamples-v;$>Y&&($=Y);const K=m.offsetSamples+$,te=m.durationSamples-$,re=m.startSample+$;return{...F,offsetSamples:K,durationSamples:te,startSample:re}}else{let $=Math.floor(m.durationSamples+y);$=Math.max(v,$),m.offsetSamples+$>M&&($=M-m.offsetSamples);const j=I<A.length-1?A[I+1]:null;return j&&m.startSample+$>j.startSample&&($=j.startSample-m.startSample,$=Math.max(v,$)),{...F,durationSamples:$}}});return{...w,clips:D}});t(C)},[e,t,n,r]),l=c.useCallback(u=>{const{active:d,delta:b}=u,{trackIndex:p,clipIndex:f,boundary:x}=d.data.current,y=b.x*n;if(x){a.current=null;return}const v=e.map((m,C)=>{if(C!==p)return m;const w=[...m.clips].sort((I,D)=>I.startSample-D.startSample),g=w.findIndex(I=>I===m.clips[f]),A=m.clips.map((I,D)=>{if(D!==f)return I;let F=Math.floor(I.startSample+y);F=Math.max(0,F);const _=g>0?w[g-1]:null;if(_){const $=_.startSample+_.durationSamples;F=Math.max(F,$)}const M=g<w.length-1?w[g+1]:null;return M&&F+I.durationSamples>M.startSample&&(F=M.startSample-I.durationSamples),{...I,startSample:F}});return{...m,clips:A}});t(v)},[e,t,n,r]);return{onDragStart:o,onDragMove:i,onDragEnd:l,collisionModifier:s}}const rn=.01;function Ms({annotations:e,onAnnotationsChange:t,samplesPerPixel:n,sampleRate:r,duration:a,linkEndpoints:s}){const o=c.useRef(null),i=c.useCallback(d=>{const{active:b}=d,p=b.data.current;if(!p||p.annotationIndex===void 0){o.current=null;return}const f=e[p.annotationIndex];f&&(o.current={start:f.start,end:f.end,annotationIndex:p.annotationIndex})},[e]),l=c.useCallback(d=>{const{active:b,delta:p}=d;if(!o.current)return;const f=b.data.current;if(!f)return;const{edge:x,annotationIndex:y}=f,v=o.current,m=p.x*n/r,C=x==="start"?v.start+m:v.end+m,w=Bs({annotationIndex:y,newTime:C,isDraggingStart:x==="start",annotations:e,duration:a,linkEndpoints:s});t(w)},[e,t,n,r,a,s]),u=c.useCallback(()=>{o.current=null},[]);return{onDragStart:i,onDragMove:l,onDragEnd:u}}function Bs({annotationIndex:e,newTime:t,isDraggingStart:n,annotations:r,duration:a,linkEndpoints:s}){const o=[...r],i=r[e];if(n){const l=Math.min(i.end-.1,Math.max(0,t)),u=l-i.start;if(o[e]={...i,start:l},s&&e>0){const d=o[e-1];Math.abs(d.end-i.start)<rn?o[e-1]={...d,end:Math.max(d.start+.1,d.end+u)}:l<=d.end&&(o[e]={...o[e],start:d.end})}else!s&&e>0&&l<o[e-1].end&&(o[e-1]={...o[e-1],end:l})}else{const l=Math.max(i.start+.1,Math.min(t,a)),u=l-i.end;if(o[e]={...i,end:l},s&&e<o.length-1){const d=o[e+1];if(Math.abs(d.start-i.end)<rn){const b=d.start+u;o[e+1]={...d,start:Math.min(d.end-.1,b)};let p=e+1;for(;p<o.length-1;){const f=o[p],x=o[p+1];if(Math.abs(x.start-f.end)<rn){const y=f.end-r[p].end;o[p+1]={...x,start:Math.min(x.end-.1,x.start+y)},p++}else break}}else l>=d.start&&(o[e]={...o[e],end:d.start})}else if(!s&&e<o.length-1&&l>o[e+1].start){const d=o[e+1];o[e+1]={...d,start:l};let b=e+1;for(;b<o.length-1;){const p=o[b],f=o[b+1];if(p.end>f.start)o[b+1]={...f,start:p.end},b++;else break}}}return o}function Sn(e){const t=Object.prototype.toString.call(e);return t==="[object Window]"||t==="[object global]"}function Kr(e){return"nodeType"in e}function ct(e){var t,n;return e?Sn(e)?e:Kr(e)&&(t=(n=e.ownerDocument)==null?void 0:n.defaultView)!=null?t:window:window}function Ws(e){const{Document:t}=ct(e);return e instanceof t}function Fs(e){return Sn(e)?!1:e instanceof ct(e).HTMLElement}function Ps(e){return e instanceof ct(e).SVGElement}function Ht(e){return e?Sn(e)?e.document:Kr(e)?Ws(e)?e:Fs(e)||Ps(e)?e.ownerDocument:document:document:document}function Zs(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];return r.reduce((s,o)=>{const i=Object.entries(o);for(const[l,u]of i){const d=s[l];d!=null&&(s[l]=d+e*u)}return s},{...t})}}const Vs=Zs(-1);function js(e){return"clientX"in e&&"clientY"in e}function zs(e){if(!e)return!1;const{TouchEvent:t}=ct(e.target);return t&&e instanceof t}function fr(e){if(zs(e)){if(e.touches&&e.touches.length){const{clientX:t,clientY:n}=e.touches[0];return{x:t,y:n}}else if(e.changedTouches&&e.changedTouches.length){const{clientX:t,clientY:n}=e.changedTouches[0];return{x:t,y:n}}}return js(e)?{x:e.clientX,y:e.clientY}:null}var hr;(function(e){e.DragStart="dragStart",e.DragMove="dragMove",e.DragEnd="dragEnd",e.DragCancel="dragCancel",e.DragOver="dragOver",e.RegisterDroppable="registerDroppable",e.SetDroppableDisabled="setDroppableDisabled",e.UnregisterDroppable="unregisterDroppable"})(hr||(hr={}));function an(e,t){return c.useMemo(()=>({sensor:e,options:t??{}}),[e,t])}function Os(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return c.useMemo(()=>[...t].filter(r=>r!=null),[...t])}const gn=Object.freeze({x:0,y:0});var it;(function(e){e[e.Forward=1]="Forward",e[e.Backward=-1]="Backward"})(it||(it={}));class on{constructor(t){this.target=void 0,this.listeners=[],this.removeAll=()=>{this.listeners.forEach(n=>{var r;return(r=this.target)==null?void 0:r.removeEventListener(...n)})},this.target=t}add(t,n,r){var a;(a=this.target)==null||a.addEventListener(t,n,r),this.listeners.push([t,n,r])}}function Ns(e){const{EventTarget:t}=ct(e);return e instanceof t?e:Ht(e)}function sn(e,t){const n=Math.abs(e.x),r=Math.abs(e.y);return typeof t=="number"?Math.sqrt(n**2+r**2)>t:"x"in t&&"y"in t?n>t.x&&r>t.y:"x"in t?n>t.x:"y"in t?r>t.y:!1}var Xe;(function(e){e.Click="click",e.DragStart="dragstart",e.Keydown="keydown",e.ContextMenu="contextmenu",e.Resize="resize",e.SelectionChange="selectionchange",e.VisibilityChange="visibilitychange"})(Xe||(Xe={}));function mr(e){e.preventDefault()}function Hs(e){e.stopPropagation()}var Ye;(function(e){e.Space="Space",e.Down="ArrowDown",e.Right="ArrowRight",e.Left="ArrowLeft",e.Up="ArrowUp",e.Esc="Escape",e.Enter="Enter",e.Tab="Tab"})(Ye||(Ye={}));Ye.Space,Ye.Enter,Ye.Esc,Ye.Space,Ye.Enter,Ye.Tab;function pr(e){return!!(e&&"distance"in e)}function gr(e){return!!(e&&"delay"in e)}class kn{constructor(t,n,r){var a;r===void 0&&(r=Ns(t.event.target)),this.props=void 0,this.events=void 0,this.autoScrollEnabled=!0,this.document=void 0,this.activated=!1,this.initialCoordinates=void 0,this.timeoutId=null,this.listeners=void 0,this.documentListeners=void 0,this.windowListeners=void 0,this.props=t,this.events=n;const{event:s}=t,{target:o}=s;this.props=t,this.events=n,this.document=Ht(o),this.documentListeners=new on(this.document),this.listeners=new on(r),this.windowListeners=new on(ct(o)),this.initialCoordinates=(a=fr(s))!=null?a:gn,this.handleStart=this.handleStart.bind(this),this.handleMove=this.handleMove.bind(this),this.handleEnd=this.handleEnd.bind(this),this.handleCancel=this.handleCancel.bind(this),this.handleKeydown=this.handleKeydown.bind(this),this.removeTextSelection=this.removeTextSelection.bind(this),this.attach()}attach(){const{events:t,props:{options:{activationConstraint:n,bypassActivationConstraint:r}}}=this;if(this.listeners.add(t.move.name,this.handleMove,{passive:!1}),this.listeners.add(t.end.name,this.handleEnd),t.cancel&&this.listeners.add(t.cancel.name,this.handleCancel),this.windowListeners.add(Xe.Resize,this.handleCancel),this.windowListeners.add(Xe.DragStart,mr),this.windowListeners.add(Xe.VisibilityChange,this.handleCancel),this.windowListeners.add(Xe.ContextMenu,mr),this.documentListeners.add(Xe.Keydown,this.handleKeydown),n){if(r!=null&&r({event:this.props.event,activeNode:this.props.activeNode,options:this.props.options}))return this.handleStart();if(gr(n)){this.timeoutId=setTimeout(this.handleStart,n.delay),this.handlePending(n);return}if(pr(n)){this.handlePending(n);return}}this.handleStart()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll(),setTimeout(this.documentListeners.removeAll,50),this.timeoutId!==null&&(clearTimeout(this.timeoutId),this.timeoutId=null)}handlePending(t,n){const{active:r,onPending:a}=this.props;a(r,t,this.initialCoordinates,n)}handleStart(){const{initialCoordinates:t}=this,{onStart:n}=this.props;t&&(this.activated=!0,this.documentListeners.add(Xe.Click,Hs,{capture:!0}),this.removeTextSelection(),this.documentListeners.add(Xe.SelectionChange,this.removeTextSelection),n(t))}handleMove(t){var n;const{activated:r,initialCoordinates:a,props:s}=this,{onMove:o,options:{activationConstraint:i}}=s;if(!a)return;const l=(n=fr(t))!=null?n:gn,u=Vs(a,l);if(!r&&i){if(pr(i)){if(i.tolerance!=null&&sn(u,i.tolerance))return this.handleCancel();if(sn(u,i.distance))return this.handleStart()}if(gr(i)&&sn(u,i.tolerance))return this.handleCancel();this.handlePending(i,u);return}t.cancelable&&t.preventDefault(),o(l)}handleEnd(){const{onAbort:t,onEnd:n}=this.props;this.detach(),this.activated||t(this.props.active),n()}handleCancel(){const{onAbort:t,onCancel:n}=this.props;this.detach(),this.activated||t(this.props.active),n()}handleKeydown(t){t.code===Ye.Esc&&this.handleCancel()}removeTextSelection(){var t;(t=this.document.getSelection())==null||t.removeAllRanges()}}const Gs={cancel:{name:"pointercancel"},move:{name:"pointermove"},end:{name:"pointerup"}};class Ur extends kn{constructor(t){const{event:n}=t,r=Ht(n.target);super(t,Gs,r)}}Ur.activators=[{eventName:"onPointerDown",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;return!n.isPrimary||n.button!==0?!1:(r?.({event:n}),!0)}}];const Xs={move:{name:"mousemove"},end:{name:"mouseup"}};var bn;(function(e){e[e.RightClick=2]="RightClick"})(bn||(bn={}));class Jr extends kn{constructor(t){super(t,Xs,Ht(t.event.target))}}Jr.activators=[{eventName:"onMouseDown",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;return n.button===bn.RightClick?!1:(r?.({event:n}),!0)}}];const ln={cancel:{name:"touchcancel"},move:{name:"touchmove"},end:{name:"touchend"}};class qr extends kn{constructor(t){super(t,ln)}static setup(){return window.addEventListener(ln.move.name,t,{capture:!1,passive:!1}),function(){window.removeEventListener(ln.move.name,t)};function t(){}}}qr.activators=[{eventName:"onTouchStart",handler:(e,t)=>{let{nativeEvent:n}=e,{onActivation:r}=t;const{touches:a}=n;return a.length>1?!1:(r?.({event:n}),!0)}}];var br;(function(e){e[e.Pointer=0]="Pointer",e[e.DraggableRect=1]="DraggableRect"})(br||(br={}));var vr;(function(e){e[e.TreeOrder=0]="TreeOrder",e[e.ReversedTreeOrder=1]="ReversedTreeOrder"})(vr||(vr={}));it.Backward+"",it.Forward+"",it.Backward+"",it.Forward+"";var vn;(function(e){e[e.Always=0]="Always",e[e.BeforeDragging=1]="BeforeDragging",e[e.WhileDragging=2]="WhileDragging"})(vn||(vn={}));var Cn;(function(e){e.Optimized="optimized"})(Cn||(Cn={}));vn.WhileDragging,Cn.Optimized;({...gn});var Cr;(function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Initialized=2]="Initialized"})(Cr||(Cr={}));function Ys(e={}){const{touchOptimized:t=!1,touchDelay:n=250,touchTolerance:r=5,mouseDistance:a=1}=e,s=an(Jr,{activationConstraint:{distance:a}}),o=an(qr,{activationConstraint:t?{delay:n,tolerance:r}:{distance:a}}),i=an(Ur,{activationConstraint:{distance:a}});return Os(...t?[s,o]:[i])}const Ls=e=>{const{tracks:t,onTracksChange:n,sampleRate:r}=e,{currentTimeRef:a}=Te(),{selectedTrackId:s}=Ne(),o=c.useCallback((l,u,d)=>{const{sampleRate:b,samplesPerPixel:p}=e,f=t[l];if(!f)return!1;const x=f.clips[u];if(!x)return!1;const y=x.startSample/b,v=(x.startSample+x.durationSamples)/b;if(d<=y||d>=v)return console.warn("Split time is outside clip bounds"),!1;const m=Math.round(d*b),C=Math.floor(m/p),w=x.startSample+x.durationSamples,g=C*p,A=x.startSample,I=g-A,D=g,F=w-D,_=g-x.startSample,M=pn({audioBuffer:x.audioBuffer,startSample:A,durationSamples:I,offsetSamples:x.offsetSamples,gain:x.gain,name:x.name?`${x.name} (1)`:void 0,color:x.color,fadeIn:x.fadeIn}),$=pn({audioBuffer:x.audioBuffer,startSample:D,durationSamples:F,offsetSamples:x.offsetSamples+_,gain:x.gain,name:x.name?`${x.name} (2)`:void 0,color:x.color,fadeOut:x.fadeOut}),j=[...f.clips];j.splice(u,1,M,$);const Z=[...t];return Z[l]={...f,clips:j},n(Z),!0},[t,n,e]);return{splitClipAtPlayhead:c.useCallback(()=>{if(!s)return console.log("No track selected - click a clip to select a track first"),!1;const l=t.findIndex(b=>b.id===s);if(l===-1)return console.warn("Selected track not found"),!1;const u=t[l],d=a.current??0;for(let b=0;b<u.clips.length;b++){const p=u.clips[b],f=p.startSample/r,x=(p.startSample+p.durationSamples)/r;if(d>f&&d<x)return console.log(`Splitting clip on track "${u.name}" at ${d}s`),o(l,b,d)}return console.log(`No clip found at playhead position on track "${u.name}"`),!1},[t,a,s,o,r]),splitClipAt:o}},Pt=e=>{const{shortcuts:t,enabled:n=!0}=e,r=c.useCallback(a=>{if(!n)return;const s=a.target;if(s.tagName==="INPUT"||s.tagName==="TEXTAREA"||s.isContentEditable)return;const o=t.find(i=>{const l=a.key.toLowerCase()===i.key.toLowerCase()||a.key===i.key,u=i.ctrlKey===void 0||a.ctrlKey===i.ctrlKey,d=i.shiftKey===void 0||a.shiftKey===i.shiftKey,b=i.metaKey===void 0||a.metaKey===i.metaKey,p=i.altKey===void 0||a.altKey===i.altKey;return l&&u&&d&&b&&p});o&&(o.preventDefault!==!1&&a.preventDefault(),o.action())},[t,n]);c.useEffect(()=>{if(n)return window.addEventListener("keydown",r),()=>{window.removeEventListener("keydown",r)}},[r,n])},Ks=e=>{const t=[],n=typeof navigator<"u"&&navigator.platform.includes("Mac");return e.metaKey&&t.push(n?"Cmd":"Ctrl"),e.ctrlKey&&!e.metaKey&&t.push("Ctrl"),e.altKey&&t.push(n?"Option":"Alt"),e.shiftKey&&t.push("Shift"),t.push(e.key.toUpperCase()),t.join("+")},Us=(e={})=>{const{enabled:t=!0,additionalShortcuts:n=[],shortcuts:r}=e,{isPlaying:a}=Te(),{setCurrentTime:s,play:o,pause:i,stop:l}=xe(),{playoutRef:u}=Re(),d=c.useCallback(()=>{a?i():o()},[a,o,i]),b=c.useCallback(()=>{l()},[l]),p=c.useCallback(()=>{a&&u.current?(u.current.stop(),s(0),o(0)):s(0)},[a,u,s,o]),x=r??[...[{key:" ",action:d,description:"Play/Pause",preventDefault:!0},{key:"Escape",action:b,description:"Stop",preventDefault:!0},{key:"0",action:p,description:"Rewind to start",preventDefault:!0}],...n];return Pt({shortcuts:x,enabled:t}),{rewindToStart:p,togglePlayPause:d,stopPlayback:b,shortcuts:x}},cn=.01,_t=.01;function Js({annotations:e,activeAnnotationId:t,onAnnotationsChange:n,onActiveAnnotationChange:r,duration:a,linkEndpoints:s,continuousPlay:o=!1,enabled:i=!0,scrollContainerRef:l,samplesPerPixel:u,sampleRate:d,controlsWidth:b=0,onPlay:p}){const f=c.useMemo(()=>t?e.findIndex(_=>_.id===t):-1,[e,t]),x=c.useCallback(_=>{if(!l?.current||!u||!d)return;const M=e.find(L=>L.id===_);if(!M)return;const $=l.current,j=$.clientWidth,Z=M.start*d/u+b,X=M.end*d/u+b,Y=(Z+X)/2,K=$.scrollLeft,te=K,re=K+j;if(Z<te||X>re){const L=Math.max(0,Y-j/2);$.scrollTo({left:L,behavior:"smooth"})}},[e,l,u,d,b]);c.useEffect(()=>{t&&l?.current&&u&&d&&x(t)},[t,x,l,u,d]);const y=c.useCallback(_=>{if(f<0)return;const M=e[f],$=Math.max(0,Math.min(M.end-.1,M.start+_)),j=$-M.start,Z=[...e];if(Z[f]={...M,start:$},s&&f>0){const X=Z[f-1];Math.abs(X.end-M.start)<cn&&(Z[f-1]={...X,end:Math.max(X.start+.1,X.end+j)})}else if(!s&&f>0){const X=Z[f-1];$<X.end&&(Z[f-1]={...X,end:$})}n(Z)},[e,f,s,n]),v=c.useCallback(_=>{if(f<0)return;const M=e[f],$=Math.max(M.start+.1,Math.min(a,M.end+_)),j=$-M.end,Z=[...e];if(Z[f]={...M,end:$},s&&f<e.length-1){const X=Z[f+1];if(Math.abs(X.start-M.end)<cn){const Y=Math.min(X.end-.1,X.start+j);Z[f+1]={...X,start:Y};let K=f+1;for(;K<Z.length-1;){const te=Z[K],re=Z[K+1];if(Math.abs(re.start-e[K].end)<cn){const L=te.end-e[K].end;Z[K+1]={...re,start:Math.min(re.end-.1,re.start+L)},K++}else break}}}else if(!s&&f<e.length-1){const X=Z[f+1];if($>X.start){Z[f+1]={...X,start:$};let Y=f+1;for(;Y<Z.length-1;){const K=Z[Y],te=Z[Y+1];if(K.end>te.start)Z[Y+1]={...te,start:K.end},Y++;else break}}}n(Z)},[e,f,a,s,n]),m=c.useCallback(()=>{!r||e.length===0||(f<=0?r(e[e.length-1].id):r(e[f-1].id))},[e,f,r]),C=c.useCallback(()=>{!r||e.length===0||(f<0||f>=e.length-1?r(e[0].id):r(e[f+1].id))},[e,f,r]),w=c.useCallback(()=>{!r||e.length===0||r(e[0].id)},[e,r]),g=c.useCallback(()=>{!r||e.length===0||r(e[e.length-1].id)},[e,r]),A=c.useCallback(()=>{r&&r(null)},[r]),I=c.useCallback(()=>{if(f<0||!p)return;const _=e[f],M=o?void 0:_.end-_.start;p(_.start,M)},[e,f,o,p]),D=c.useMemo(()=>[{key:"[",action:()=>y(-_t),description:"Move annotation start earlier",preventDefault:!0},{key:"]",action:()=>y(_t),description:"Move annotation start later",preventDefault:!0},{key:"{",shiftKey:!0,action:()=>v(-_t),description:"Move annotation end earlier",preventDefault:!0},{key:"}",shiftKey:!0,action:()=>v(_t),description:"Move annotation end later",preventDefault:!0},{key:"Enter",action:I,description:"Play selected annotation",preventDefault:!0}],[y,v,I]),F=c.useMemo(()=>[{key:"ArrowUp",action:m,description:"Select previous annotation",preventDefault:!0},{key:"ArrowLeft",action:m,description:"Select previous annotation",preventDefault:!0},{key:"ArrowDown",action:C,description:"Select next annotation",preventDefault:!0},{key:"ArrowRight",action:C,description:"Select next annotation",preventDefault:!0},{key:"Home",action:w,description:"Select first annotation",preventDefault:!0},{key:"End",action:g,description:"Select last annotation",preventDefault:!0},{key:"Escape",action:A,description:"Deselect annotation",preventDefault:!0}],[m,C,w,g,A]);return Pt({shortcuts:D,enabled:i&&f>=0}),Pt({shortcuts:F,enabled:i&&e.length>0&&!!r}),{moveStartBoundary:y,moveEndBoundary:v,selectPrevious:m,selectNext:C,selectFirst:w,selectLast:g,clearSelection:A,scrollToAnnotation:x,playActiveAnnotation:I}}function qs(e){const t=e.reduce((a,s)=>a+s.length,0),n=new Float32Array(t);let r=0;for(const a of e)n.set(a,r),r+=a.length;return n}function Qs(e,t,n,r=1){const a=e.createBuffer(r,t.length,n),s=new Float32Array(t);return a.copyToChannel(s,0),a}function xr(e,t,n=16){const r=Math.ceil(e.length/t),a=n===8?new Int8Array(r*2):new Int16Array(r*2),s=2**(n-1);for(let o=0;o<r;o++){const i=o*t,l=Math.min(i+t,e.length);let u=0,d=0;for(let b=i;b<l;b++){const p=e[b];p<u&&(u=p),p>d&&(d=p)}a[o*2]=Math.floor(u*s),a[o*2+1]=Math.floor(d*s)}return a}function ei(e,t,n,r,a=16){const s=2**(a-1),o=r%n;let i=0;if(o>0&&e.length>0){const d=n-o,b=Math.min(d,t.length);let p=e[e.length-2]/s,f=e[e.length-1]/s;for(let m=0;m<b;m++){const C=t[m];C<p&&(p=C),C>f&&(f=C)}const x=new(a===8?Int8Array:Int16Array)(e.length);x.set(e),x[e.length-2]=Math.floor(p*s),x[e.length-1]=Math.floor(f*s),i=b;const y=xr(t.slice(i),n,a),v=new(a===8?Int8Array:Int16Array)(x.length+y.length);return v.set(x),v.set(y,x.length),v}const l=xr(t.slice(i),n,a),u=new(a===8?Int8Array:Int16Array)(e.length+l.length);return u.set(e),u.set(l,e.length),u}function ti(e,t={}){const{channelCount:n=1,samplesPerPixel:r=1024}=t,[a,s]=c.useState(!1),[o,i]=c.useState(!1),[l,u]=c.useState(0),[d,b]=c.useState(new Int16Array(0)),[p,f]=c.useState(null),[x,y]=c.useState(null),[v,m]=c.useState(0),[C,w]=c.useState(0),g=16,A=c.useRef(!1),I=c.useRef(null),D=c.useRef(null),F=c.useRef([]),_=c.useRef(0),M=c.useRef(null),$=c.useRef(0),j=c.useRef(!1),Z=c.useRef(!1),X=c.useCallback(async()=>{if(!A.current)try{const L=V.getContext(),oe=new URL("data:text/javascript;base64,InVzZSBzdHJpY3QiOwoKLy8gc3JjL3dvcmtsZXQvcmVjb3JkaW5nLXByb2Nlc3Nvci53b3JrbGV0LnRzCnZhciBSZWNvcmRpbmdQcm9jZXNzb3IgPSBjbGFzcyBleHRlbmRzIEF1ZGlvV29ya2xldFByb2Nlc3NvciB7CiAgY29uc3RydWN0b3IoKSB7CiAgICBzdXBlcigpOwogICAgdGhpcy5idWZmZXJTaXplID0gMDsKICAgIHRoaXMuYnVmZmVycyA9IFtdOwogICAgdGhpcy5zYW1wbGVzQ29sbGVjdGVkID0gMDsKICAgIHRoaXMuaXNSZWNvcmRpbmcgPSBmYWxzZTsKICAgIHRoaXMuY2hhbm5lbENvdW50ID0gMTsKICAgIHRoaXMucG9ydC5vbm1lc3NhZ2UgPSAoZXZlbnQpID0+IHsKICAgICAgY29uc3QgeyBjb21tYW5kLCBzYW1wbGVSYXRlOiBzYW1wbGVSYXRlMiwgY2hhbm5lbENvdW50IH0gPSBldmVudC5kYXRhOwogICAgICBpZiAoY29tbWFuZCA9PT0gInN0YXJ0IikgewogICAgICAgIHRoaXMuaXNSZWNvcmRpbmcgPSB0cnVlOwogICAgICAgIHRoaXMuY2hhbm5lbENvdW50ID0gY2hhbm5lbENvdW50IHx8IDE7CiAgICAgICAgdGhpcy5idWZmZXJTaXplID0gTWF0aC5mbG9vcigoc2FtcGxlUmF0ZTIgfHwgNDhlMykgKiAwLjAxNik7CiAgICAgICAgdGhpcy5idWZmZXJzID0gW107CiAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCB0aGlzLmNoYW5uZWxDb3VudDsgaSsrKSB7CiAgICAgICAgICB0aGlzLmJ1ZmZlcnNbaV0gPSBuZXcgRmxvYXQzMkFycmF5KHRoaXMuYnVmZmVyU2l6ZSk7CiAgICAgICAgfQogICAgICAgIHRoaXMuc2FtcGxlc0NvbGxlY3RlZCA9IDA7CiAgICAgIH0gZWxzZSBpZiAoY29tbWFuZCA9PT0gInN0b3AiKSB7CiAgICAgICAgdGhpcy5pc1JlY29yZGluZyA9IGZhbHNlOwogICAgICAgIGlmICh0aGlzLnNhbXBsZXNDb2xsZWN0ZWQgPiAwKSB7CiAgICAgICAgICB0aGlzLmZsdXNoQnVmZmVycygpOwogICAgICAgIH0KICAgICAgfQogICAgfTsKICB9CiAgcHJvY2VzcyhpbnB1dHMsIG91dHB1dHMsIHBhcmFtZXRlcnMpIHsKICAgIGlmICghdGhpcy5pc1JlY29yZGluZykgewogICAgICByZXR1cm4gdHJ1ZTsKICAgIH0KICAgIGNvbnN0IGlucHV0ID0gaW5wdXRzWzBdOwogICAgaWYgKCFpbnB1dCB8fCBpbnB1dC5sZW5ndGggPT09IDApIHsKICAgICAgcmV0dXJuIHRydWU7CiAgICB9CiAgICBjb25zdCBmcmFtZUNvdW50ID0gaW5wdXRbMF0ubGVuZ3RoOwogICAgZm9yIChsZXQgY2hhbm5lbCA9IDA7IGNoYW5uZWwgPCBNYXRoLm1pbihpbnB1dC5sZW5ndGgsIHRoaXMuY2hhbm5lbENvdW50KTsgY2hhbm5lbCsrKSB7CiAgICAgIGNvbnN0IGlucHV0Q2hhbm5lbCA9IGlucHV0W2NoYW5uZWxdOwogICAgICBjb25zdCBidWZmZXIgPSB0aGlzLmJ1ZmZlcnNbY2hhbm5lbF07CiAgICAgIGZvciAobGV0IGkgPSAwOyBpIDwgZnJhbWVDb3VudDsgaSsrKSB7CiAgICAgICAgYnVmZmVyW3RoaXMuc2FtcGxlc0NvbGxlY3RlZCArIGldID0gaW5wdXRDaGFubmVsW2ldOwogICAgICB9CiAgICB9CiAgICB0aGlzLnNhbXBsZXNDb2xsZWN0ZWQgKz0gZnJhbWVDb3VudDsKICAgIGlmICh0aGlzLnNhbXBsZXNDb2xsZWN0ZWQgPj0gdGhpcy5idWZmZXJTaXplKSB7CiAgICAgIHRoaXMuZmx1c2hCdWZmZXJzKCk7CiAgICB9CiAgICByZXR1cm4gdHJ1ZTsKICB9CiAgZmx1c2hCdWZmZXJzKCkgewogICAgY29uc3Qgc2FtcGxlcyA9IHRoaXMuYnVmZmVyc1swXS5zbGljZSgwLCB0aGlzLnNhbXBsZXNDb2xsZWN0ZWQpOwogICAgdGhpcy5wb3J0LnBvc3RNZXNzYWdlKHsKICAgICAgc2FtcGxlcywKICAgICAgc2FtcGxlUmF0ZSwKICAgICAgY2hhbm5lbENvdW50OiB0aGlzLmNoYW5uZWxDb3VudAogICAgfSk7CiAgICB0aGlzLnNhbXBsZXNDb2xsZWN0ZWQgPSAwOwogIH0KfTsKcmVnaXN0ZXJQcm9jZXNzb3IoInJlY29yZGluZy1wcm9jZXNzb3IiLCBSZWNvcmRpbmdQcm9jZXNzb3IpOwovLyMgc291cmNlTWFwcGluZ1VSTD1yZWNvcmRpbmctcHJvY2Vzc29yLndvcmtsZXQuanMubWFw",typeof document>"u"?require("url").pathToFileURL(__filename).href:Qt&&Qt.tagName.toUpperCase()==="SCRIPT"&&Qt.src||new URL("index.js",document.baseURI).href).href;await L.addAudioWorkletModule(oe),A.current=!0}catch(L){throw console.error("Failed to load AudioWorklet module:",L),new Error("Failed to load recording processor")}},[]),Y=c.useCallback(async()=>{if(!e){y(new Error("No microphone stream available"));return}try{y(null);const L=V.getContext();L.state==="suspended"&&await L.resume(),await X();const oe=L.createMediaStreamSource(e);D.current=oe;const S=L.createAudioWorkletNode("recording-processor");I.current=S,oe.connect(S),S.port.onmessage=G=>{const{samples:Q}=G.data;F.current.push(Q),_.current+=Q.length,b(se=>ei(se,Q,r,_.current-Q.length,g))},S.port.postMessage({command:"start",sampleRate:L.sampleRate,channelCount:n}),F.current=[],_.current=0,b(new Int16Array(0)),f(null),m(0),w(0),j.current=!0,Z.current=!1,s(!0),i(!1),$.current=performance.now();const z=()=>{if(j.current&&!Z.current){const G=(performance.now()-$.current)/1e3;u(G),M.current=requestAnimationFrame(z)}};z()}catch(L){console.error("Failed to start recording:",L),y(L instanceof Error?L:new Error("Failed to start recording"))}},[e,n,r,X,a,o]),K=c.useCallback(async()=>{if(!a)return null;try{if(I.current){if(I.current.port.postMessage({command:"stop"}),D.current)try{D.current.disconnect(I.current)}catch{}I.current.disconnect()}M.current!==null&&(cancelAnimationFrame(M.current),M.current=null);const L=qs(F.current),S=V.getContext().rawContext,z=Qs(S,L,S.sampleRate,n);return f(z),u(z.duration),j.current=!1,Z.current=!1,s(!1),i(!1),m(0),z}catch(L){return console.error("Failed to stop recording:",L),y(L instanceof Error?L:new Error("Failed to stop recording")),null}},[a,n]),te=c.useCallback(()=>{a&&!o&&(M.current!==null&&(cancelAnimationFrame(M.current),M.current=null),Z.current=!0,i(!0))},[a,o]),re=c.useCallback(()=>{if(a&&o){Z.current=!1,i(!1),$.current=performance.now()-l*1e3;const L=()=>{if(j.current&&!Z.current){const oe=(performance.now()-$.current)/1e3;u(oe),M.current=requestAnimationFrame(L)}};L()}},[a,o,l]);return c.useEffect(()=>()=>{if(I.current){if(I.current.port.postMessage({command:"stop"}),D.current)try{D.current.disconnect(I.current)}catch{}I.current.disconnect()}M.current!==null&&cancelAnimationFrame(M.current)},[]),{isRecording:a,isPaused:o,duration:l,peaks:d,audioBuffer:p,level:v,peakLevel:C,startRecording:Y,stopRecording:K,pauseRecording:te,resumeRecording:re,error:x}}function ni(){const[e,t]=c.useState(null),[n,r]=c.useState([]),[a,s]=c.useState(!1),[o,i]=c.useState(!1),[l,u]=c.useState(null),d=c.useCallback(async()=>{try{const x=(await navigator.mediaDevices.enumerateDevices()).filter(y=>y.kind==="audioinput").map(y=>({deviceId:y.deviceId,label:y.label||`Microphone ${y.deviceId.slice(0,8)}`,groupId:y.groupId}));r(x)}catch(f){console.error("Failed to enumerate devices:",f),u(f instanceof Error?f:new Error("Failed to enumerate devices"))}},[]),b=c.useCallback(async(f,x)=>{i(!0),u(null);try{e&&e.getTracks().forEach(C=>C.stop());const v={audio:{echoCancellation:!1,noiseSuppression:!1,autoGainControl:!1,latency:0,...x,...f&&{deviceId:{exact:f}}},video:!1},m=await navigator.mediaDevices.getUserMedia(v);t(m),s(!0),await d()}catch(y){console.error("Failed to access microphone:",y),u(y instanceof Error?y:new Error("Failed to access microphone")),s(!1)}finally{i(!1)}},[e,d]),p=c.useCallback(()=>{e&&(e.getTracks().forEach(f=>f.stop()),t(null),s(!1))},[e]);return c.useEffect(()=>(d(),()=>{e&&e.getTracks().forEach(f=>f.stop())}),[]),{stream:e,devices:n,hasPermission:a,isLoading:o,requestAccess:b,stopStream:p,error:l}}function ri(e,t={}){const{updateRate:n=60,smoothingTimeConstant:r=.8}=t,[a,s]=c.useState(0),[o,i]=c.useState(0),l=c.useRef(null),u=c.useRef(null),d=c.useRef(null),b=()=>i(0);return c.useEffect(()=>{if(!e){s(0),i(0);return}let p=!0;return(async()=>{if(!p)return;const x=V.getContext();if(x.state==="suspended"&&await x.resume(),!p)return;const y=new V.Meter({smoothing:r,context:x});l.current=y;const v=x.createMediaStreamSource(e);u.current=v,V.connect(v,y);const m=1e3/n;let C=0;const w=g=>{if(!(!p||!l.current)){if(g-C>=m){C=g;const A=l.current.getValue(),I=typeof A=="number"?A:A[0],D=Math.max(0,Math.min(1,(I+100)/100));s(D),i(F=>Math.max(F,D))}d.current=requestAnimationFrame(w)}};d.current=requestAnimationFrame(w)})(),()=>{if(p=!1,d.current&&(cancelAnimationFrame(d.current),d.current=null),u.current){try{u.current.disconnect()}catch{}u.current=null}l.current&&(l.current.dispose(),l.current=null)}},[e,r,n]),{level:a,peakLevel:o,resetPeak:b}}k.button`
1203
1000
  padding: 0.5rem 1rem;
1204
1001
  font-size: 0.875rem;
1205
1002
  font-weight: 500;
@@ -1207,11 +1004,11 @@ React keys must be passed directly to JSX without using spread:
1207
1004
  border-radius: 0.25rem;
1208
1005
  cursor: pointer;
1209
1006
  transition: all 0.2s ease-in-out;
1210
- background: ${s=>s.$isRecording?"#dc3545":"#e74c3c"};
1007
+ background: ${e=>e.$isRecording?"#dc3545":"#e74c3c"};
1211
1008
  color: white;
1212
1009
 
1213
1010
  &:hover:not(:disabled) {
1214
- background: ${s=>s.$isRecording?"#c82333":"#c0392b"};
1011
+ background: ${e=>e.$isRecording?"#c82333":"#c0392b"};
1215
1012
  transform: translateY(-1px);
1216
1013
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
1217
1014
  }
@@ -1229,7 +1026,7 @@ React keys must be passed directly to JSX without using spread:
1229
1026
  outline: none;
1230
1027
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.3);
1231
1028
  }
1232
- `;P.span`
1029
+ `;k.span`
1233
1030
  display: inline-block;
1234
1031
  width: 8px;
1235
1032
  height: 8px;
@@ -1247,29 +1044,29 @@ React keys must be passed directly to JSX without using spread:
1247
1044
  opacity: 0.3;
1248
1045
  }
1249
1046
  }
1250
- `;P($a)`
1047
+ `;k(yn)`
1251
1048
  min-width: 200px;
1252
- `;P(Tu)`
1049
+ `;k(Mr)`
1253
1050
  display: flex;
1254
1051
  flex-direction: column;
1255
1052
  gap: 0.25rem;
1256
- `;P.div`
1053
+ `;k.div`
1257
1054
  display: flex;
1258
1055
  align-items: center;
1259
1056
  gap: 0.75rem;
1260
1057
  padding: 0.5rem 0.75rem;
1261
- background: ${s=>s.$isRecording?"#fff3cd":"transparent"};
1058
+ background: ${e=>e.$isRecording?"#fff3cd":"transparent"};
1262
1059
  border-radius: 0.25rem;
1263
1060
  transition: background 0.2s ease-in-out;
1264
- `;P.div`
1061
+ `;k.div`
1265
1062
  width: 12px;
1266
1063
  height: 12px;
1267
1064
  border-radius: 50%;
1268
- background: ${s=>s.$isPaused?"#ffc107":"#dc3545"};
1269
- opacity: ${s=>s.$isRecording?1:0};
1065
+ background: ${e=>e.$isPaused?"#ffc107":"#dc3545"};
1066
+ opacity: ${e=>e.$isRecording?1:0};
1270
1067
  transition: opacity 0.2s ease-in-out;
1271
1068
 
1272
- ${s=>s.$isRecording&&!s.$isPaused&&`
1069
+ ${e=>e.$isRecording&&!e.$isPaused&&`
1273
1070
  animation: blink 1.5s ease-in-out infinite;
1274
1071
 
1275
1072
  @keyframes blink {
@@ -1281,93 +1078,93 @@ React keys must be passed directly to JSX without using spread:
1281
1078
  }
1282
1079
  }
1283
1080
  `}
1284
- `;P.span`
1081
+ `;k.span`
1285
1082
  font-family: 'Courier New', Monaco, monospace;
1286
1083
  font-size: 1rem;
1287
1084
  font-weight: 600;
1288
1085
  color: #495057;
1289
1086
  min-width: 70px;
1290
- `;P.span`
1087
+ `;k.span`
1291
1088
  font-size: 0.75rem;
1292
1089
  font-weight: 500;
1293
- color: ${s=>s.$isPaused?"#ffc107":"#dc3545"};
1090
+ color: ${e=>e.$isPaused?"#ffc107":"#dc3545"};
1294
1091
  text-transform: uppercase;
1295
- `;var dy=P.div`
1092
+ `;var ai=k.div`
1296
1093
  position: relative;
1297
- width: ${s=>s.$width}px;
1298
- height: ${s=>s.$height}px;
1094
+ width: ${e=>e.$width}px;
1095
+ height: ${e=>e.$height}px;
1299
1096
  background: #2c3e50;
1300
1097
  border-radius: 4px;
1301
1098
  overflow: hidden;
1302
1099
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
1303
- `,py=s=>s<.6?"linear-gradient(90deg, #27ae60, #2ecc71)":s<.85?"linear-gradient(90deg, #f39c12, #f1c40f)":"linear-gradient(90deg, #c0392b, #e74c3c)",fy=P.div.attrs(s=>({style:{width:`${s.$level*100}%`,height:`${s.$height}px`,background:py(s.$level),boxShadow:s.$level>.01?"0 0 8px rgba(255, 255, 255, 0.3)":"none"}}))`
1100
+ `,oi=e=>e<.6?"linear-gradient(90deg, #27ae60, #2ecc71)":e<.85?"linear-gradient(90deg, #f39c12, #f1c40f)":"linear-gradient(90deg, #c0392b, #e74c3c)",si=k.div.attrs(e=>({style:{width:`${e.$level*100}%`,height:`${e.$height}px`,background:oi(e.$level),boxShadow:e.$level>.01?"0 0 8px rgba(255, 255, 255, 0.3)":"none"}}))`
1304
1101
  position: absolute;
1305
1102
  left: 0;
1306
1103
  top: 0;
1307
1104
  transition: width 0.05s ease-out, background 0.1s ease-out;
1308
- `,my=P.div.attrs(s=>({style:{left:`${s.$peakLevel*100}%`,height:`${s.$height}px`}}))`
1105
+ `,ii=k.div.attrs(e=>({style:{left:`${e.$peakLevel*100}%`,height:`${e.$height}px`}}))`
1309
1106
  position: absolute;
1310
1107
  top: 0;
1311
1108
  width: 2px;
1312
1109
  background: #ecf0f1;
1313
1110
  box-shadow: 0 0 4px rgba(236, 240, 241, 0.8);
1314
1111
  transition: left 0.1s ease-out;
1315
- `,gy=P.div`
1112
+ `,li=k.div`
1316
1113
  position: absolute;
1317
1114
  top: 0;
1318
1115
  left: 0;
1319
1116
  width: 100%;
1320
- height: ${s=>s.$height}px;
1117
+ height: ${e=>e.$height}px;
1321
1118
  pointer-events: none;
1322
- `,tl=P.div`
1119
+ `,wr=k.div`
1323
1120
  position: absolute;
1324
- left: ${s=>s.$position}%;
1121
+ left: ${e=>e.$position}%;
1325
1122
  top: 0;
1326
1123
  width: 1px;
1327
- height: ${s=>s.$height}px;
1124
+ height: ${e=>e.$height}px;
1328
1125
  background: rgba(255, 255, 255, 0.2);
1329
- `,_y=({level:s,peakLevel:e,width:t=200,height:n=20,className:i})=>{const r=Math.max(0,Math.min(1,s)),o=e!==void 0?Math.max(0,Math.min(1,e)):0;return E.jsxs(dy,{$width:t,$height:n,className:i,children:[E.jsx(fy,{$level:r,$height:n}),e!==void 0&&o>0&&E.jsx(my,{$peakLevel:o,$height:n}),E.jsxs(gy,{$height:n,children:[E.jsx(tl,{$position:60,$height:n}),E.jsx(tl,{$position:85,$height:n})]})]})};S.memo(_y);function vy(s,e,t,n={}){const{currentTime:i=0,audioConstraints:r,...o}=n,[a,c]=S.useState(!1),[l,u]=S.useState(null),{stream:h,devices:p,hasPermission:d,requestAccess:f,error:_}=uy(),{level:g,peakLevel:m}=hy(h),{isRecording:y,isPaused:x,duration:b,peaks:v,startRecording:w,stopRecording:k,pauseRecording:T,resumeRecording:D,error:I}=ly(h,o),A=S.useCallback(async()=>{t&&(a||(await so(),c(!0)),await w())},[t,a,w]),R=S.useCallback(async()=>{const B=await k();if(B&&t){const V=s.findIndex(ae=>ae.id===t);if(V===-1)return;const j=s[V],X=Math.floor(i*B.sampleRate);let $=0;if(j.clips.length>0){const ae=j.clips.map(me=>me.startSample+me.durationSamples);$=Math.max(...ae)}const Z=Math.max(X,$),G={id:`clip-${Date.now()}`,audioBuffer:B,startSample:Z,durationSamples:B.length,offsetSamples:0,gain:1,name:`Recording ${new Date().toLocaleTimeString()}`},ie=s.map((ae,me)=>me===V?{...ae,clips:[...ae.clips,G]}:ae);e(ie)}},[t,s,e,i,k]);S.useEffect(()=>{d&&p.length>0&&l===null&&u(p[0].deviceId)},[d,p.length]);const O=S.useCallback(async()=>{await f(void 0,r),await so(),c(!0)},[f,r]),N=S.useCallback(async B=>{u(B),await f(B,r),await so(),c(!0)},[f,r]);return{isRecording:y,isPaused:x,duration:b,level:g,peakLevel:m,error:_||I,stream:h,devices:p,hasPermission:d,selectedDevice:l,startRecording:A,stopRecording:R,pauseRecording:T,resumeRecording:D,requestMicAccess:O,changeDevice:N,recordingPeaks:v}}const Si=[{id:"reverb",name:"Reverb",category:"reverb",description:"Simple convolution reverb with adjustable decay time",parameters:[{name:"decay",label:"Decay",type:"number",min:.1,max:10,step:.1,default:1.5,unit:"s"},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"freeverb",name:"Freeverb",category:"reverb",description:"Classic Schroeder/Moorer reverb with room size and dampening",parameters:[{name:"roomSize",label:"Room Size",type:"number",min:0,max:1,step:.01,default:.7},{name:"dampening",label:"Dampening",type:"number",min:0,max:1e4,step:100,default:3e3,unit:"Hz"},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"jcReverb",name:"JC Reverb",category:"reverb",description:"Attempt at Roland JC-120 chorus reverb emulation",parameters:[{name:"roomSize",label:"Room Size",type:"number",min:0,max:1,step:.01,default:.5},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"feedbackDelay",name:"Feedback Delay",category:"delay",description:"Delay line with feedback for echo effects",parameters:[{name:"delayTime",label:"Delay Time",type:"number",min:0,max:1,step:.01,default:.25,unit:"s"},{name:"feedback",label:"Feedback",type:"number",min:0,max:.95,step:.01,default:.5},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"pingPongDelay",name:"Ping Pong Delay",category:"delay",description:"Stereo delay bouncing between left and right channels",parameters:[{name:"delayTime",label:"Delay Time",type:"number",min:0,max:1,step:.01,default:.25,unit:"s"},{name:"feedback",label:"Feedback",type:"number",min:0,max:.95,step:.01,default:.5},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"chorus",name:"Chorus",category:"modulation",description:"Creates thickness by layering detuned copies of the signal",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:10,step:.1,default:1.5,unit:"Hz"},{name:"delayTime",label:"Delay",type:"number",min:0,max:20,step:.5,default:3.5,unit:"ms"},{name:"depth",label:"Depth",type:"number",min:0,max:1,step:.01,default:.7},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"phaser",name:"Phaser",category:"modulation",description:"Classic phaser effect using allpass filters",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:10,step:.1,default:.5,unit:"Hz"},{name:"octaves",label:"Octaves",type:"number",min:1,max:6,step:1,default:3},{name:"baseFrequency",label:"Base Freq",type:"number",min:100,max:2e3,step:10,default:350,unit:"Hz"},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"tremolo",name:"Tremolo",category:"modulation",description:"Rhythmic volume modulation",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:20,step:.1,default:4,unit:"Hz"},{name:"depth",label:"Depth",type:"number",min:0,max:1,step:.01,default:.5},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"vibrato",name:"Vibrato",category:"modulation",description:"Pitch modulation effect",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:20,step:.1,default:5,unit:"Hz"},{name:"depth",label:"Depth",type:"number",min:0,max:1,step:.01,default:.1},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"autoPanner",name:"Auto Panner",category:"modulation",description:"Automatic left-right panning",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:10,step:.1,default:1,unit:"Hz"},{name:"depth",label:"Depth",type:"number",min:0,max:1,step:.01,default:1},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"autoFilter",name:"Auto Filter",category:"filter",description:"Automated filter sweep with LFO",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:10,step:.1,default:1,unit:"Hz"},{name:"baseFrequency",label:"Base Freq",type:"number",min:20,max:2e3,step:10,default:200,unit:"Hz"},{name:"octaves",label:"Octaves",type:"number",min:.5,max:8,step:.5,default:2.6},{name:"depth",label:"Depth",type:"number",min:0,max:1,step:.01,default:1},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"autoWah",name:"Auto Wah",category:"filter",description:"Envelope follower filter effect",parameters:[{name:"baseFrequency",label:"Base Freq",type:"number",min:20,max:500,step:10,default:100,unit:"Hz"},{name:"octaves",label:"Octaves",type:"number",min:1,max:8,step:1,default:6},{name:"sensitivity",label:"Sensitivity",type:"number",min:-40,max:0,step:1,default:0,unit:"dB"},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"eq3",name:"3-Band EQ",category:"filter",description:"Three band equalizer with low, mid, and high controls",parameters:[{name:"low",label:"Low",type:"number",min:-24,max:24,step:.5,default:0,unit:"dB"},{name:"mid",label:"Mid",type:"number",min:-24,max:24,step:.5,default:0,unit:"dB"},{name:"high",label:"High",type:"number",min:-24,max:24,step:.5,default:0,unit:"dB"},{name:"lowFrequency",label:"Low Freq",type:"number",min:20,max:500,step:10,default:400,unit:"Hz"},{name:"highFrequency",label:"High Freq",type:"number",min:1e3,max:1e4,step:100,default:2500,unit:"Hz"}]},{id:"distortion",name:"Distortion",category:"distortion",description:"Wave shaping distortion effect",parameters:[{name:"distortion",label:"Drive",type:"number",min:0,max:1,step:.01,default:.4},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"bitCrusher",name:"Bit Crusher",category:"distortion",description:"Reduces bit depth for lo-fi digital texture",parameters:[{name:"bits",label:"Bits",type:"number",min:1,max:16,step:1,default:4},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"chebyshev",name:"Chebyshev",category:"distortion",description:"Waveshaping distortion using Chebyshev polynomials",parameters:[{name:"order",label:"Order",type:"number",min:1,max:100,step:1,default:50},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"compressor",name:"Compressor",category:"dynamics",description:"Dynamic range compressor",parameters:[{name:"threshold",label:"Threshold",type:"number",min:-60,max:0,step:1,default:-24,unit:"dB"},{name:"ratio",label:"Ratio",type:"number",min:1,max:20,step:.5,default:4},{name:"attack",label:"Attack",type:"number",min:0,max:1,step:.001,default:.003,unit:"s"},{name:"release",label:"Release",type:"number",min:0,max:1,step:.01,default:.25,unit:"s"},{name:"knee",label:"Knee",type:"number",min:0,max:40,step:1,default:30,unit:"dB"}]},{id:"limiter",name:"Limiter",category:"dynamics",description:"Hard limiter to prevent clipping",parameters:[{name:"threshold",label:"Threshold",type:"number",min:-12,max:0,step:.5,default:-6,unit:"dB"}]},{id:"gate",name:"Gate",category:"dynamics",description:"Noise gate to silence signal below threshold",parameters:[{name:"threshold",label:"Threshold",type:"number",min:-100,max:0,step:1,default:-40,unit:"dB"},{name:"attack",label:"Attack",type:"number",min:0,max:.3,step:.001,default:.001,unit:"s"},{name:"release",label:"Release",type:"number",min:0,max:.5,step:.01,default:.1,unit:"s"}]},{id:"stereoWidener",name:"Stereo Widener",category:"spatial",description:"Expands or narrows the stereo image",parameters:[{name:"width",label:"Width",type:"number",min:0,max:1,step:.01,default:.5}]}],La=s=>Si.find(e=>e.id===s),yy=s=>Si.filter(e=>e.category===s),by=[{id:"reverb",name:"Reverb"},{id:"delay",name:"Delay"},{id:"modulation",name:"Modulation"},{id:"filter",name:"Filter"},{id:"distortion",name:"Distortion"},{id:"dynamics",name:"Dynamics"},{id:"spatial",name:"Spatial"}],wy={reverb:Mr,freeverb:Ir,jcReverb:Dr,feedbackDelay:Ar,pingPongDelay:Rr,chorus:Tr,phaser:Er,tremolo:Nr,vibrato:Fr,autoPanner:wr,autoFilter:br,autoWah:xr,eq3:$r,distortion:kr,bitCrusher:Cr,chebyshev:Sr,compressor:Jt,limiter:Br,gate:Wr,stereoWidener:Or};let xy=0;const Cy=()=>`effect_${Date.now()}_${++xy}`;function ei(s,e){const t=wy[s.id];if(!t)throw new Error(`Unknown effect type: ${s.id}`);const n={};s.parameters.forEach(o=>{const a=e?.[o.name]??o.default;n[o.name]=a});const i=new t(n),r=Cy();return{effect:i,id:s.id,instanceId:r,dispose(){try{i.disconnect(),i.dispose()}catch{}},setParameter(o,a){o==="wet"&&i.wet?i.wet.value=a:i[o]!==void 0&&(i[o]?.value!==void 0?i[o].value=a:i[o]=a)},getParameter(o){if(o==="wet"&&i.wet)return i.wet.value;if(i[o]!==void 0)return i[o]?.value!==void 0?i[o].value:i[o]},connect(o){i.connect(o)},disconnect(){try{i.disconnect()}catch{}}}}function Sy(s){if(s.length===0)throw new Error("Cannot create effect chain with no effects");for(let e=0;e<s.length-1;e++)s[e].effect.connect(s[e+1].effect);return{input:s[0].effect,output:s[s.length-1].effect,dispose(){s.forEach(e=>e.dispose())}}}function Ty(s=256){const[e,t]=S.useState([]),n=S.useRef(e);n.current=e;const i=S.useRef(new Map),r=S.useRef(null),o=S.useRef(null),a=S.useCallback(g=>{const m=o.current;if(!m)return;const{masterGainNode:y,destination:x,analyserNode:b}=m;try{y.disconnect()}catch{}const v=g.map(w=>i.current.get(w.instanceId)).filter(w=>w!==void 0);if(v.length===0)y.connect(b),b.connect(x);else{let w=y;v.forEach(k=>{try{k.disconnect()}catch{}w.connect(k.effect),w=k.effect}),w.connect(b),b.connect(x)}},[]),c=S.useCallback(g=>{const m=La(g);if(!m){console.error(`Unknown effect: ${g}`);return}const y={};m.parameters.forEach(v=>{y[v.name]=v.default});const x=ei(m,y);i.current.set(x.instanceId,x);const b={instanceId:x.instanceId,effectId:m.id,definition:m,params:y,bypassed:!1};t(v=>[...v,b])},[]),l=S.useCallback(g=>{const m=i.current.get(g);m&&(m.dispose(),i.current.delete(g)),t(y=>y.filter(x=>x.instanceId!==g))},[]),u=S.useCallback((g,m,y)=>{const x=i.current.get(g);x&&x.setParameter(m,y),t(b=>b.map(v=>v.instanceId===g?{...v,params:{...v.params,[m]:y}}:v))},[]),h=S.useCallback(g=>{const m=n.current.find(b=>b.instanceId===g);if(!m)return;const y=!m.bypassed,x=i.current.get(g);if(x){const b=m.params.wet??1;x.setParameter("wet",y?0:b)}t(b=>b.map(v=>v.instanceId===g?{...v,bypassed:y}:v))},[]),p=S.useCallback((g,m)=>{t(y=>{const x=[...y],[b]=x.splice(g,1);return x.splice(m,0,b),x})},[]),d=S.useCallback(()=>{i.current.forEach(g=>g.dispose()),i.current.clear(),t([])},[]);S.useEffect(()=>{a(e)},[e,a]);const f=S.useCallback((g,m,y)=>{const x=new Us("fft",s);r.current=x,o.current={masterGainNode:g,destination:m,analyserNode:x};const v=n.current.map(w=>i.current.get(w.instanceId)).filter(w=>w!==void 0);if(v.length===0)g.connect(x),x.connect(m);else{let w=g;v.forEach(k=>{w.connect(k.effect),w=k.effect}),w.connect(x),x.connect(m)}return function(){x.dispose(),r.current=null,o.current=null}},[s]);S.useEffect(()=>()=>{i.current.forEach(g=>g.dispose()),i.current.clear()},[]);const _=S.useCallback(()=>{const g=e.filter(m=>!m.bypassed);if(g.length!==0)return(m,y,x)=>{const b=[];for(const v of g){const w=ei(v.definition,v.params);b.push(w)}if(b.length===0)m.connect(y);else{let v=m;b.forEach(w=>{v.connect(w.effect),v=w.effect}),v.connect(y)}return function(){b.forEach(w=>w.dispose())}}},[e]);return{activeEffects:e,availableEffects:Si,addEffect:c,removeEffect:l,updateParameter:u,toggleBypass:h,reorderEffects:p,clearAllEffects:d,masterEffects:f,createOfflineEffectsFunction:_,analyserRef:r}}function ky(){const[s,e]=S.useState(new Map),t=S.useRef(new Map),n=S.useRef(new Map),i=S.useCallback((d,f)=>{const _=n.current.get(d);if(!_)return;const{graphEnd:g,masterGainNode:m}=_,y=t.current.get(d);try{g.disconnect()}catch{}const x=f.map(b=>y?.get(b.instanceId)).filter(b=>b!==void 0);if(x.length===0)g.connect(m);else{let b=g;x.forEach(v=>{try{v.disconnect()}catch{}b.connect(v.effect),b=v.effect}),b.connect(m)}},[]),r=S.useCallback((d,f)=>{const _=La(f);if(!_){console.error(`Unknown effect: ${f}`);return}const g={};_.parameters.forEach(x=>{g[x.name]=x.default});const m=ei(_,g);t.current.has(d)||t.current.set(d,new Map),t.current.get(d).set(m.instanceId,m);const y={instanceId:m.instanceId,effectId:_.id,definition:_,params:g,bypassed:!1};e(x=>{const b=new Map(x),v=b.get(d)||[];return b.set(d,[...v,y]),b})},[]),o=S.useCallback((d,f)=>{const _=t.current.get(d),g=_?.get(f);g&&(g.dispose(),_?.delete(f)),e(m=>{const y=new Map(m),x=y.get(d)||[];return y.set(d,x.filter(b=>b.instanceId!==f)),y})},[]),a=S.useCallback((d,f,_,g)=>{const y=t.current.get(d)?.get(f);y&&y.setParameter(_,g),e(x=>{const b=new Map(x),v=b.get(d)||[];return b.set(d,v.map(w=>w.instanceId===f?{...w,params:{...w.params,[_]:g}}:w)),b})},[]),c=S.useCallback((d,f)=>{const g=(u.current.get(d)||[]).find(b=>b.instanceId===f);if(!g)return;const m=!g.bypassed,x=t.current.get(d)?.get(f);if(x){const b=g.params.wet??1;x.setParameter("wet",m?0:b)}e(b=>{const v=new Map(b),w=v.get(d)||[];return v.set(d,w.map(k=>k.instanceId===f?{...k,bypassed:m}:k)),v})},[]),l=S.useCallback(d=>{const f=t.current.get(d);f&&(f.forEach(_=>_.dispose()),f.clear()),e(_=>{const g=new Map(_);return g.set(d,[]),g})},[]),u=S.useRef(s);u.current=s;const h=S.useCallback(d=>(f,_,g)=>{n.current.set(d,{graphEnd:f,masterGainNode:_});const m=u.current.get(d)||[],y=t.current.get(d),x=m.map(b=>y?.get(b.instanceId)).filter(b=>b!==void 0);if(x.length===0)f.connect(_);else{let b=f;x.forEach(v=>{b.connect(v.effect),b=v.effect}),b.connect(_)}return function(){n.current.delete(d)}},[]);S.useEffect(()=>{s.forEach((d,f)=>{i(f,d)})},[s,i]),S.useEffect(()=>()=>{t.current.forEach(d=>{d.forEach(f=>f.dispose()),d.clear()}),t.current.clear()},[]);const p=S.useCallback(d=>{const _=(s.get(d)||[]).filter(g=>!g.bypassed);if(_.length!==0)return(g,m,y)=>{const x=[];for(const b of _){const v=ei(b.definition,b.params);x.push(v)}if(x.length===0)g.connect(m);else{let b=g;x.forEach(v=>{b.connect(v.effect),b=v.effect}),b.connect(m)}return function(){x.forEach(v=>v.dispose())}}},[s]);return{trackEffectsState:s,addEffectToTrack:r,removeEffectFromTrack:o,updateTrackEffectParameter:a,toggleBypass:c,clearTrackEffects:l,getTrackEffectsFunction:h,createOfflineTrackEffectsFunction:p,availableEffects:Si}}function Ay(s,e={}){const{bitDepth:t=16}=e,n=s.numberOfChannels,i=s.sampleRate,r=s.length,o=t/8,a=n*o,c=i*a,l=r*a,u=44,h=u+l,p=new ArrayBuffer(h),d=new DataView(p);Pi(d,0,"RIFF"),d.setUint32(4,h-8,!0),Pi(d,8,"WAVE"),Pi(d,12,"fmt "),d.setUint32(16,16,!0),d.setUint16(20,t===32?3:1,!0),d.setUint16(22,n,!0),d.setUint32(24,i,!0),d.setUint32(28,c,!0),d.setUint16(32,a,!0),d.setUint16(34,t,!0),Pi(d,36,"data"),d.setUint32(40,l,!0);const f=[];for(let g=0;g<n;g++)f.push(s.getChannelData(g));let _=u;if(t===16)for(let g=0;g<r;g++)for(let m=0;m<n;m++){const y=f[m][g],x=Math.max(-1,Math.min(1,y)),b=x<0?x*32768:x*32767;d.setInt16(_,b,!0),_+=2}else for(let g=0;g<r;g++)for(let m=0;m<n;m++)d.setFloat32(_,f[m][g],!0),_+=4;return new Blob([p],{type:"audio/wav"})}function Pi(s,e,t){for(let n=0;n<t.length;n++)s.setUint8(e+n,t.charCodeAt(n))}function Iy(s,e){const t=URL.createObjectURL(s),n=document.createElement("a");n.href=t,n.download=e,n.style.display="none",document.body.appendChild(n),n.click(),document.body.removeChild(n),URL.revokeObjectURL(t)}function qu(){const[s,e]=S.useState(!1),[t,n]=S.useState(0),[i,r]=S.useState(null);return{exportWav:S.useCallback(async(a,c,l={})=>{const{filename:u="export",mode:h="master",trackIndex:p,autoDownload:d=!0,applyEffects:f=!0,effectsFunction:_,createOfflineTrackEffects:g,bitDepth:m=16,onProgress:y}=l;e(!0),n(0),r(null);try{if(a.length===0)throw new Error("No tracks to export");if(h==="individual"&&(p===void 0||p<0||p>=a.length))throw new Error("Invalid track index for individual export");const x=a[0].clips[0]?.audioBuffer.sampleRate||44100;let b=0;for(const A of a)for(const R of A.clips){const O=R.startSample+R.durationSamples;b=Math.max(b,O)}b+=Math.round(x*.1);const v=b/x,w=h==="individual"?[{track:a[p],state:c[p],index:p}]:a.map((A,R)=>({track:A,state:c[R],index:R})),k=c.some(A=>A.soloed),T=!!g;let D;if((_||T)&&f)D=await Dy(w,c,k,v,x,_,g,A=>{n(A),y?.(A)});else{const A=new OfflineAudioContext(2,b,x);let R=0;const O=w.reduce((N,{track:B})=>N+B.clips.length,0);for(const{track:N,state:B}of w)if(!(B.muted&&!B.soloed)&&!(k&&!B.soloed))for(const V of N.clips){await Ey(A,V,B,x,f),R++;const j=R/O*.5;n(j),y?.(j)}n(.5),y?.(.5),D=await A.startRendering()}n(.9),y?.(.9);const I=Ay(D,{bitDepth:m});if(n(1),y?.(1),d){const A=h==="individual"?`${u}_${a[p].name}`:u;Iy(I,`${A}.wav`)}return{audioBuffer:D,blob:I,duration:v}}catch(x){const b=x instanceof Error?x.message:"Export failed";throw r(b),x}finally{e(!1)}},[]),isExporting:s,progress:t,error:i}}async function Dy(s,e,t,n,i,r,o,a){const{Offline:c,Volume:l,Gain:u,Panner:h,Player:p,ToneAudioBuffer:d}=await Promise.resolve().then(()=>fu);a(.1);let f;try{f=await c(async({transport:_,destination:g})=>{const m=new l(0);let y;r?y=r(m,g,!0):m.connect(g);for(const{track:x,state:b}of s){if(b.muted&&!b.soloed||t&&!b.soloed)continue;const v=new l(Ry(b.volume)),w=new h(b.pan),k=new u(b.muted?0:1),T=o?.(x.id);T?T(k,m,!0):k.connect(m),w.connect(k),v.connect(w);for(const D of x.clips){const{audioBuffer:I,startSample:A,durationSamples:R,offsetSamples:O,gain:N,fadeIn:B,fadeOut:V}=D,j=A/i,X=R/i,$=O/i,Z=new d(I),G=new p(Z),ie=new u(N);if(G.connect(ie),ie.connect(v),B){const ae=j,me=j+B.duration,Y=ie.gain._param;Y.setValueAtTime(0,ae),Y.linearRampToValueAtTime(N,me)}if(V){const ae=j+X-V.duration,me=j+X,Y=ie.gain._param;Y.setValueAtTime(N,ae),Y.linearRampToValueAtTime(0,me)}G.start(j,$,X)}}_.start(0)},n,2,i)}catch(_){throw _ instanceof Error?_:new Error(`Tone.Offline rendering failed: ${String(_)}`)}return a(.9),f.get()}function Ry(s){return 20*Math.log10(Math.max(s,1e-4))}async function Ey(s,e,t,n,i){const{audioBuffer:r,startSample:o,durationSamples:a,offsetSamples:c,gain:l,fadeIn:u,fadeOut:h}=e,p=o/n,d=a/n,f=c/n,_=s.createBufferSource();_.buffer=r;const g=s.createGain(),m=l*t.volume,y=s.createStereoPanner();if(y.pan.value=t.pan,_.connect(g),g.connect(y),y.connect(s.destination),i){if(u?g.gain.setValueAtTime(0,p):g.gain.setValueAtTime(m,p),u){const x=p,b=p+u.duration;sl(g.gain,x,b,0,m,u.type||"linear")}if(h){const x=p+d-h.duration,b=p+d;(!u||u.duration<d-h.duration)&&g.gain.setValueAtTime(m,x),sl(g.gain,x,b,m,0,h.type||"linear")}}else g.gain.setValueAtTime(m,p);_.start(p,f,d)}function sl(s,e,t,n,i,r){const o=t-e;if(!(o<=0))switch(r){case"linear":s.setValueAtTime(n,e),s.linearRampToValueAtTime(i,t);break;case"exponential":const a=Math.max(n,1e-4),c=Math.max(i,1e-4);s.setValueAtTime(a,e),s.exponentialRampToValueAtTime(c,t),i===0&&s.setValueAtTime(0,t);break;case"logarithmic":const l=nl(n,i,256,"logarithmic");s.setValueCurveAtTime(l,e,o);break;case"sCurve":const u=nl(n,i,256,"sCurve");s.setValueCurveAtTime(u,e,o);break;default:s.setValueAtTime(n,e),s.linearRampToValueAtTime(i,t)}}function nl(s,e,t,n){const i=new Float32Array(t),r=e-s;for(let o=0;o<t;o++){const a=o/(t-1);let c;n==="logarithmic"?r>0?c=Math.log10(1+a*9)/Math.log10(10):c=1-Math.log10(1+(1-a)*9)/Math.log10(10):c=a*a*(3-2*a),i[o]=s+r*c}return i}const ju=S.createContext(null),Lu=S.createContext(null),zu=S.createContext(null),Zu=S.createContext(null),Gu=S.createContext(null),My=({tracks:s,timescale:e=!1,mono:t=!1,waveHeight:n=80,samplesPerPixel:i=1024,zoomLevels:r,automaticScroll:o=!1,theme:a,controls:c={show:!1,width:0},annotationList:l,effects:u,onReady:h,onAnnotationUpdate:p,barWidth:d=1,barGap:f=0,progressBarWidth:_,children:g})=>{const m=_??d+f,[y,x]=S.useState([]),[b,v]=S.useState(null),[w,k]=S.useState(!1),[T,D]=S.useState(0),[I,A]=S.useState(0),[R,O]=S.useState([]),[N,B]=S.useState([]),[V,j]=S.useState([]),[X,$]=S.useState(0),[Z,G]=S.useState(0),[ie,ae]=S.useState(null),[me,Y]=S.useState(o),[ce,Me]=S.useState(l?.isContinuousPlay??!1),[U,ye]=S.useState(l?.linkEndpoints??!0),[Xe,Vt]=S.useState(l?.editable??!1),K=S.useRef(null),ut=S.useRef(0),Be=S.useRef(0),L=S.useRef(null),ee=S.useRef(V),be=S.useRef(0),ge=S.useRef(0),he=S.useRef(null),we=S.useRef(null),He=S.useRef(!1),nt=S.useRef(l?.isContinuousPlay??!1),mt=S.useRef(null),Kt=S.useRef(i),{timeFormat:le,setTimeFormat:_e,formatTime:Oe}=Pu(),Ze=Wu({initialSamplesPerPixel:i,zoomLevels:r}),je=Ze.samplesPerPixel,{masterVolume:Ct,setMasterVolume:ke}=Bu({playoutRef:K,initialVolume:1}),jt=S.useCallback(te=>{nt.current=te,Me(te)},[]),ht=S.useCallback(te=>{mt.current=te,v(te)},[]);S.useEffect(()=>{He.current=me},[me]),S.useEffect(()=>{ee.current=V},[V]),S.useEffect(()=>{if(!we.current||!R.length)return;const te=we.current,C=Kt.current,M=je;if(C===M)return;const W=c.show?c.width:0,z=te.clientWidth,xe=te.scrollLeft+z/2-W,J=R[0].sampleRate,De=xe*C/J*J/M,Ae=Math.max(0,De+W-z/2);te.scrollLeft=Ae,Kt.current=M},[je,R,c]);const It=S.useRef(null);S.useEffect(()=>{if(s.length===0){O([]),A(0),j([]),B([]),K.current&&(K.current.dispose(),K.current=null);return}const te=w,C=Be.current;return K.current&&te&&(K.current.stop(),L.current&&(cancelAnimationFrame(L.current),L.current=null),It.current={position:C}),(async()=>{try{const W=[];s.forEach(J=>{J.clips.length>0&&W.push(J.clips[0].audioBuffer)});let z=0;s.forEach(J=>{J.clips.forEach(ne=>{const De=ne.audioBuffer.sampleRate,Ne=(ne.startSample+ne.durationSamples)/De;z=Math.max(z,Ne)})}),O(W),A(z),j(J=>J.length===s.length?J.map((ne,De)=>({...ne,name:s[De].name})):s.map(ne=>({name:ne.name,muted:ne.muted,soloed:ne.soloed,volume:ne.volume,pan:ne.pan}))),K.current&&K.current.dispose();const pe=new V_({effects:u}),xe=ee.current;s.forEach((J,ne)=>{if(J.clips.length>0){const De=J.clips[0].audioBuffer.sampleRate,Ae=Math.min(...J.clips.map(Se=>Se.startSample/De)),Ne=Math.max(...J.clips.map(Se=>(Se.startSample+Se.durationSamples)/De)),it=xe[ne],ys={id:`track-${ne}`,name:J.name,gain:it?.volume??J.volume,muted:it?.muted??J.muted,soloed:it?.soloed??J.soloed,stereoPan:it?.pan??J.pan,startTime:Ae,endTime:Ne},as=J.clips.map(Se=>{const Fs=Se.audioBuffer.sampleRate;return{buffer:Se.audioBuffer,startTime:Se.startSample/Fs-Ae,duration:Se.durationSamples/Fs,offset:Se.offsetSamples/Fs,fadeIn:Se.fadeIn,fadeOut:Se.fadeOut,gain:Se.gain}});pe.addTrack({clips:as,track:ys,effects:J.effects})}}),pe.applyInitialSoloState(),K.current=pe,h?.()}catch(W){console.error("Error loading audio:",W)}})(),()=>{L.current&&cancelAnimationFrame(L.current),K.current&&K.current.dispose()}},[s,h,w]),S.useEffect(()=>{if(s.length===0)return;const te=16,C=s.map(M=>M.clips.map(z=>{const pe=z.audioBuffer.sampleRate,xe=pv(z.audioBuffer,je,t,te,z.offsetSamples/pe,z.durationSamples/pe);return{clipId:z.id,trackName:M.name,peaks:xe,startSample:z.startSample,durationSamples:z.durationSamples,fadeIn:z.fadeIn,fadeOut:z.fadeOut}}));B(C)},[s,je,t]),S.useEffect(()=>{if(l?.annotations){const te=l.annotations.map(C=>typeof C.start=="number"?C:wv(C));x(te)}},[l]);const dt=S.useCallback(()=>{L.current&&(cancelAnimationFrame(L.current),L.current=null);const te=()=>{const C=fe().currentTime-be.current,M=ge.current+C;if(Be.current=M,D(M),y.length>0){const W=y.find(z=>M>=z.start&&M<z.end);if(nt.current){if(W&&W.id!==mt.current)ht(W.id);else if(!W&&mt.current!==null){const z=y[y.length-1];if(M>=z.end){K.current&&K.current.stop(),k(!1),Be.current=ut.current,D(ut.current),ht(null);return}}}else if(mt.current){const z=y.find(pe=>pe.id===mt.current);if(z&&M>=z.end){K.current&&K.current.stop(),k(!1),Be.current=ut.current,D(ut.current);return}}else W&&ht(W.id)}if(He.current&&we.current&&R.length>0){const W=we.current,z=R[0].sampleRate,pe=M*z/Kt.current,xe=W.clientWidth,J=c.show?c.width:0,ne=pe+J,De=Math.max(0,ne-xe/2);W.scrollLeft=De}if(he.current!==null&&M>=he.current){K.current&&K.current.stop(),k(!1),Be.current=he.current,D(he.current),he.current=null;return}if(M>=I){K.current&&K.current.stop(),k(!1),Be.current=ut.current,D(ut.current),ht(null);return}L.current=requestAnimationFrame(te)};L.current=requestAnimationFrame(te)},[I,R,je,y,ce]),Je=S.useCallback(()=>{L.current&&(cancelAnimationFrame(L.current),L.current=null)},[]);S.useEffect(()=>{(async()=>{if(w&&L.current&&K.current)if(ce){const C=Be.current;K.current.stop(),Je(),await K.current.init(),K.current.setOnPlaybackComplete(()=>{});const W=fe().currentTime;be.current=W,ge.current=C,K.current.play(W,C),dt()}else Je(),dt()})()},[ce,w,dt,Je]),S.useEffect(()=>{(async()=>{if(It.current&&K.current){const{position:C}=It.current;It.current=null,await K.current.init(),K.current.setOnPlaybackComplete(()=>{});const W=fe().currentTime;be.current=W,ge.current=C,K.current.play(W,C),k(!0),dt()}})()},[s,dt]);const os=S.useCallback(async(te,C)=>{if(!K.current||R.length===0)return;await K.current.init(),await sa();const M=te??Be.current;ut.current=M,Be.current=M,K.current.setOnPlaybackComplete(()=>{}),K.current.stop(),Je();const z=fe().currentTime;be.current=z,ge.current=M,he.current=C!==void 0?M+C:null,K.current.play(z,M,C),k(!0),dt()},[R.length,dt,Je]),Ns=S.useCallback(()=>{if(!K.current)return;const te=fe().currentTime-be.current,C=ge.current+te;K.current.pause(),k(!1),Je(),Be.current=C,D(C)},[Je]),Ti=S.useCallback(()=>{K.current&&(K.current.stop(),k(!1),Je(),Be.current=ut.current,D(ut.current),ht(null))},[Je]),vs=S.useCallback(te=>{const C=Math.max(0,Math.min(te,I));Be.current=C,D(C),w&&K.current&&(K.current.stop(),Je(),os(C))},[I,w,os,Je]),On=S.useCallback((te,C)=>{const M=[...V];if(M[te]={...M[te],muted:C},j(M),K.current){const W=`track-${te}`;K.current.setMute(W,C)}},[V]),Nn=S.useCallback((te,C)=>{const M=[...V];if(M[te]={...M[te],soloed:C},j(M),K.current){const W=`track-${te}`;K.current.setSolo(W,C)}},[V]),ki=S.useCallback((te,C)=>{const M=[...V];if(M[te]={...M[te],volume:C},j(M),K.current){const W=`track-${te}`,z=K.current.getTrack(W);z&&z.setVolume(C)}},[V]),Hr=S.useCallback((te,C)=>{const M=[...V];if(M[te]={...M[te],pan:C},j(M),K.current){const W=`track-${te}`,z=K.current.getTrack(W);z&&z.setPan(C)}},[V]),Ai=S.useCallback((te,C)=>{$(te),G(C),Be.current=te,D(te),w&&K.current&&(K.current.stop(),K.current.play(fe().currentTime,te))},[w]),Yr=S.useCallback(te=>{we.current=te},[]),Ii=R[0]?.sampleRate||44100,Fn=e?30:0,Ur=s.length*n+Fn,Di={isPlaying:w,currentTime:T,currentTimeRef:Be,playbackStartTimeRef:be,audioStartPositionRef:ge},Vn={continuousPlay:ce,linkEndpoints:U,annotationsEditable:Xe,isAutomaticScroll:me,annotations:y,activeAnnotationId:b,selectionStart:X,selectionEnd:Z,selectedTrackId:ie},Pn={play:os,pause:Ns,stop:Ti,seekTo:vs,setCurrentTime:te=>{Be.current=te,D(te)},setTrackMute:On,setTrackSolo:Nn,setTrackVolume:ki,setTrackPan:Hr,setSelection:Ai,setSelectedTrackId:ae,setTimeFormat:_e,formatTime:Oe,zoomIn:Ze.zoomIn,zoomOut:Ze.zoomOut,setMasterVolume:ke,setAutomaticScroll:te=>{Y(te)},setScrollContainer:Yr,scrollContainerRef:we,setContinuousPlay:jt,setLinkEndpoints:ye,setAnnotationsEditable:Vt,setAnnotations:x,setActiveAnnotationId:ht},Ri={duration:I,audioBuffers:R,peaksDataArray:N,trackStates:V,tracks:s,sampleRate:Ii,waveHeight:n,timeScaleHeight:Fn,minimumPlaylistHeight:Ur,controls:c,playoutRef:K,samplesPerPixel:je,timeFormat:le,masterVolume:Ct,canZoomIn:Ze.canZoomIn,canZoomOut:Ze.canZoomOut,barWidth:d,barGap:f,progressBarWidth:m},Kr={...Di,...Vn,...Pn,...Ri},Qr={...l0,...a};return E.jsx(P.ThemeProvider,{theme:Qr,children:E.jsx(ju.Provider,{value:Di,children:E.jsx(Lu.Provider,{value:Vn,children:E.jsx(zu.Provider,{value:Pn,children:E.jsx(Zu.Provider,{value:Ri,children:E.jsx(Gu.Provider,{value:Kr,children:g})})})})})})},At=()=>{const s=S.useContext(ju);if(!s)throw new Error("usePlaybackAnimation must be used within WaveformPlaylistProvider");return s},rs=()=>{const s=S.useContext(Lu);if(!s)throw new Error("usePlaylistState must be used within WaveformPlaylistProvider");return s},Qe=()=>{const s=S.useContext(zu);if(!s)throw new Error("usePlaylistControls must be used within WaveformPlaylistProvider");return s},xt=()=>{const s=S.useContext(Zu);if(!s)throw new Error("usePlaylistData must be used within WaveformPlaylistProvider");return s},Oy=()=>{const s=S.useContext(Gu);if(!s)throw new Error("useWaveformPlaylist must be used within WaveformPlaylistProvider");return s},Ny=({className:s})=>{const{isPlaying:e,currentTimeRef:t}=At(),{selectionStart:n,selectionEnd:i}=rs(),{play:r}=Qe(),o=async()=>{if(n!==i&&i>n){const a=i-n;await r(n,a)}else await r(t.current??0)};return E.jsx(is,{onClick:o,disabled:e,className:s,children:"Play"})},Fy=({className:s})=>{const{isPlaying:e}=At(),{pause:t}=Qe();return E.jsx(is,{onClick:t,disabled:!e,className:s,children:"Pause"})},Vy=({className:s})=>{const{isPlaying:e}=At(),{stop:t}=Qe();return E.jsx(is,{onClick:t,disabled:!e,className:s,children:"Stop"})},Py=({className:s})=>{const{isPlaying:e}=At(),{play:t,setCurrentTime:n}=Qe(),{playoutRef:i}=xt(),r=()=>{n(0),e&&i.current&&(i.current.stop(),t(0))};return E.jsx(is,{onClick:r,className:s,children:"Rewind"})},Wy=({className:s})=>{const{isPlaying:e}=At(),{play:t,setCurrentTime:n}=Qe(),{duration:i,playoutRef:r}=xt(),o=()=>{n(i),e&&r.current&&(r.current.stop(),t(i))};return E.jsx(is,{onClick:o,className:s,children:"Fast Forward"})},By=({skipAmount:s=5,className:e})=>{const{currentTimeRef:t,isPlaying:n}=At(),{play:i,setCurrentTime:r}=Qe(),{playoutRef:o}=xt(),a=()=>{const c=Math.max(0,(t.current??0)-s);r(c),n&&o.current&&(o.current.stop(),i(c))};return E.jsx(is,{onClick:a,className:e,children:"Skip Backward"})},$y=({skipAmount:s=5,className:e})=>{const{currentTimeRef:t,isPlaying:n}=At(),{play:i,setCurrentTime:r}=Qe(),{duration:o,playoutRef:a}=xt(),c=()=>{const l=Math.min(o,(t.current??0)+s);r(l),n&&a.current&&(a.current.stop(),i(l))};return E.jsx(is,{onClick:c,className:e,children:"Skip Forward"})},qy=({className:s,disabled:e})=>{const{zoomIn:t}=Qe(),{canZoomIn:n}=xt();return E.jsx(is,{variant:"success",onClick:t,disabled:e||!n,className:s,children:"Zoom In"})},jy=({className:s,disabled:e})=>{const{zoomOut:t}=Qe(),{canZoomOut:n}=xt();return E.jsx(is,{variant:"success",onClick:t,disabled:e||!n,className:s,children:"Zoom Out"})},Ly=({className:s})=>{const{masterVolume:e}=xt(),{setMasterVolume:t}=Qe();return E.jsx(I0,{volume:e,onChange:t,className:s})},zy=({className:s})=>{const{timeFormat:e}=xt(),{setTimeFormat:t}=Qe();return E.jsx(ev,{value:e,onChange:t,className:s})},Zy=P.span`
1126
+ `,ci=({level:e,peakLevel:t,width:n=200,height:r=20,className:a})=>{const s=Math.max(0,Math.min(1,e)),o=t!==void 0?Math.max(0,Math.min(1,t)):0;return E.jsxs(ai,{$width:n,$height:r,className:a,children:[E.jsx(si,{$level:s,$height:r}),t!==void 0&&o>0&&E.jsx(ii,{$peakLevel:o,$height:r}),E.jsxs(li,{$height:r,children:[E.jsx(wr,{$position:60,$height:r}),E.jsx(wr,{$position:85,$height:r})]})]})};c.memo(ci);function ui(e,t,n,r={}){const{currentTime:a=0,audioConstraints:s,...o}=r,[i,l]=c.useState(!1),[u,d]=c.useState(null),{stream:b,devices:p,hasPermission:f,requestAccess:x,error:y}=ni(),{level:v,peakLevel:m}=ri(b),{isRecording:C,isPaused:w,duration:g,peaks:A,startRecording:I,stopRecording:D,pauseRecording:F,resumeRecording:_,error:M}=ti(b,o),$=c.useCallback(async()=>{n&&(i||(await en(),l(!0)),await I())},[n,i,I]),j=c.useCallback(async()=>{const Y=await D();if(Y&&n){const K=e.findIndex(G=>G.id===n);if(K===-1)return;const te=e[K],re=Math.floor(a*Y.sampleRate);let L=0;if(te.clips.length>0){const G=te.clips.map(Q=>Q.startSample+Q.durationSamples);L=Math.max(...G)}const oe=Math.max(re,L),S={id:`clip-${Date.now()}`,audioBuffer:Y,startSample:oe,durationSamples:Y.length,offsetSamples:0,gain:1,name:`Recording ${new Date().toLocaleTimeString()}`},z=e.map((G,Q)=>Q===K?{...G,clips:[...G.clips,S]}:G);t(z)}},[n,e,t,a,D]);c.useEffect(()=>{f&&p.length>0&&u===null&&d(p[0].deviceId)},[f,p.length]);const Z=c.useCallback(async()=>{await x(void 0,s),await en(),l(!0)},[x,s]),X=c.useCallback(async Y=>{d(Y),await x(Y,s),await en(),l(!0)},[x,s]);return{isRecording:C,isPaused:w,duration:g,level:v,peakLevel:m,error:y||M,stream:b,devices:p,hasPermission:f,selectedDevice:u,startRecording:$,stopRecording:j,pauseRecording:F,resumeRecording:_,requestMicAccess:Z,changeDevice:X,recordingPeaks:A}}const xt=[{id:"reverb",name:"Reverb",category:"reverb",description:"Simple convolution reverb with adjustable decay time",parameters:[{name:"decay",label:"Decay",type:"number",min:.1,max:10,step:.1,default:1.5,unit:"s"},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"freeverb",name:"Freeverb",category:"reverb",description:"Classic Schroeder/Moorer reverb with room size and dampening",parameters:[{name:"roomSize",label:"Room Size",type:"number",min:0,max:1,step:.01,default:.7},{name:"dampening",label:"Dampening",type:"number",min:0,max:1e4,step:100,default:3e3,unit:"Hz"},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"jcReverb",name:"JC Reverb",category:"reverb",description:"Attempt at Roland JC-120 chorus reverb emulation",parameters:[{name:"roomSize",label:"Room Size",type:"number",min:0,max:1,step:.01,default:.5},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"feedbackDelay",name:"Feedback Delay",category:"delay",description:"Delay line with feedback for echo effects",parameters:[{name:"delayTime",label:"Delay Time",type:"number",min:0,max:1,step:.01,default:.25,unit:"s"},{name:"feedback",label:"Feedback",type:"number",min:0,max:.95,step:.01,default:.5},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"pingPongDelay",name:"Ping Pong Delay",category:"delay",description:"Stereo delay bouncing between left and right channels",parameters:[{name:"delayTime",label:"Delay Time",type:"number",min:0,max:1,step:.01,default:.25,unit:"s"},{name:"feedback",label:"Feedback",type:"number",min:0,max:.95,step:.01,default:.5},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"chorus",name:"Chorus",category:"modulation",description:"Creates thickness by layering detuned copies of the signal",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:10,step:.1,default:1.5,unit:"Hz"},{name:"delayTime",label:"Delay",type:"number",min:0,max:20,step:.5,default:3.5,unit:"ms"},{name:"depth",label:"Depth",type:"number",min:0,max:1,step:.01,default:.7},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"phaser",name:"Phaser",category:"modulation",description:"Classic phaser effect using allpass filters",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:10,step:.1,default:.5,unit:"Hz"},{name:"octaves",label:"Octaves",type:"number",min:1,max:6,step:1,default:3},{name:"baseFrequency",label:"Base Freq",type:"number",min:100,max:2e3,step:10,default:350,unit:"Hz"},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:.5}]},{id:"tremolo",name:"Tremolo",category:"modulation",description:"Rhythmic volume modulation",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:20,step:.1,default:4,unit:"Hz"},{name:"depth",label:"Depth",type:"number",min:0,max:1,step:.01,default:.5},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"vibrato",name:"Vibrato",category:"modulation",description:"Pitch modulation effect",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:20,step:.1,default:5,unit:"Hz"},{name:"depth",label:"Depth",type:"number",min:0,max:1,step:.01,default:.1},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"autoPanner",name:"Auto Panner",category:"modulation",description:"Automatic left-right panning",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:10,step:.1,default:1,unit:"Hz"},{name:"depth",label:"Depth",type:"number",min:0,max:1,step:.01,default:1},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"autoFilter",name:"Auto Filter",category:"filter",description:"Automated filter sweep with LFO",parameters:[{name:"frequency",label:"Rate",type:"number",min:.1,max:10,step:.1,default:1,unit:"Hz"},{name:"baseFrequency",label:"Base Freq",type:"number",min:20,max:2e3,step:10,default:200,unit:"Hz"},{name:"octaves",label:"Octaves",type:"number",min:.5,max:8,step:.5,default:2.6},{name:"depth",label:"Depth",type:"number",min:0,max:1,step:.01,default:1},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"autoWah",name:"Auto Wah",category:"filter",description:"Envelope follower filter effect",parameters:[{name:"baseFrequency",label:"Base Freq",type:"number",min:20,max:500,step:10,default:100,unit:"Hz"},{name:"octaves",label:"Octaves",type:"number",min:1,max:8,step:1,default:6},{name:"sensitivity",label:"Sensitivity",type:"number",min:-40,max:0,step:1,default:0,unit:"dB"},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"eq3",name:"3-Band EQ",category:"filter",description:"Three band equalizer with low, mid, and high controls",parameters:[{name:"low",label:"Low",type:"number",min:-24,max:24,step:.5,default:0,unit:"dB"},{name:"mid",label:"Mid",type:"number",min:-24,max:24,step:.5,default:0,unit:"dB"},{name:"high",label:"High",type:"number",min:-24,max:24,step:.5,default:0,unit:"dB"},{name:"lowFrequency",label:"Low Freq",type:"number",min:20,max:500,step:10,default:400,unit:"Hz"},{name:"highFrequency",label:"High Freq",type:"number",min:1e3,max:1e4,step:100,default:2500,unit:"Hz"}]},{id:"distortion",name:"Distortion",category:"distortion",description:"Wave shaping distortion effect",parameters:[{name:"distortion",label:"Drive",type:"number",min:0,max:1,step:.01,default:.4},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"bitCrusher",name:"Bit Crusher",category:"distortion",description:"Reduces bit depth for lo-fi digital texture",parameters:[{name:"bits",label:"Bits",type:"number",min:1,max:16,step:1,default:4},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"chebyshev",name:"Chebyshev",category:"distortion",description:"Waveshaping distortion using Chebyshev polynomials",parameters:[{name:"order",label:"Order",type:"number",min:1,max:100,step:1,default:50},{name:"wet",label:"Mix",type:"number",min:0,max:1,step:.01,default:1}]},{id:"compressor",name:"Compressor",category:"dynamics",description:"Dynamic range compressor",parameters:[{name:"threshold",label:"Threshold",type:"number",min:-60,max:0,step:1,default:-24,unit:"dB"},{name:"ratio",label:"Ratio",type:"number",min:1,max:20,step:.5,default:4},{name:"attack",label:"Attack",type:"number",min:0,max:1,step:.001,default:.003,unit:"s"},{name:"release",label:"Release",type:"number",min:0,max:1,step:.01,default:.25,unit:"s"},{name:"knee",label:"Knee",type:"number",min:0,max:40,step:1,default:30,unit:"dB"}]},{id:"limiter",name:"Limiter",category:"dynamics",description:"Hard limiter to prevent clipping",parameters:[{name:"threshold",label:"Threshold",type:"number",min:-12,max:0,step:.5,default:-6,unit:"dB"}]},{id:"gate",name:"Gate",category:"dynamics",description:"Noise gate to silence signal below threshold",parameters:[{name:"threshold",label:"Threshold",type:"number",min:-100,max:0,step:1,default:-40,unit:"dB"},{name:"attack",label:"Attack",type:"number",min:0,max:.3,step:.001,default:.001,unit:"s"},{name:"release",label:"Release",type:"number",min:0,max:.5,step:.01,default:.1,unit:"s"}]},{id:"stereoWidener",name:"Stereo Widener",category:"spatial",description:"Expands or narrows the stereo image",parameters:[{name:"width",label:"Width",type:"number",min:0,max:1,step:.01,default:.5}]}],Rn=e=>xt.find(t=>t.id===e),di=e=>xt.filter(t=>t.category===e),fi=[{id:"reverb",name:"Reverb"},{id:"delay",name:"Delay"},{id:"modulation",name:"Modulation"},{id:"filter",name:"Filter"},{id:"distortion",name:"Distortion"},{id:"dynamics",name:"Dynamics"},{id:"spatial",name:"Spatial"}],hi={reverb:V.Reverb,freeverb:V.Freeverb,jcReverb:V.JCReverb,feedbackDelay:V.FeedbackDelay,pingPongDelay:V.PingPongDelay,chorus:V.Chorus,phaser:V.Phaser,tremolo:V.Tremolo,vibrato:V.Vibrato,autoPanner:V.AutoPanner,autoFilter:V.AutoFilter,autoWah:V.AutoWah,eq3:V.EQ3,distortion:V.Distortion,bitCrusher:V.BitCrusher,chebyshev:V.Chebyshev,compressor:V.Compressor,limiter:V.Limiter,gate:V.Gate,stereoWidener:V.StereoWidener};let mi=0;const pi=()=>`effect_${Date.now()}_${++mi}`;function Ct(e,t){const n=hi[e.id];if(!n)throw new Error(`Unknown effect type: ${e.id}`);const r={};e.parameters.forEach(o=>{const i=t?.[o.name]??o.default;r[o.name]=i});const a=new n(r),s=pi();return{effect:a,id:e.id,instanceId:s,dispose(){try{a.disconnect(),a.dispose()}catch{}},setParameter(o,i){o==="wet"&&a.wet?a.wet.value=i:a[o]!==void 0&&(a[o]?.value!==void 0?a[o].value=i:a[o]=i)},getParameter(o){if(o==="wet"&&a.wet)return a.wet.value;if(a[o]!==void 0)return a[o]?.value!==void 0?a[o].value:a[o]},connect(o){a.connect(o)},disconnect(){try{a.disconnect()}catch{}}}}function gi(e){if(e.length===0)throw new Error("Cannot create effect chain with no effects");for(let t=0;t<e.length-1;t++)e[t].effect.connect(e[t+1].effect);return{input:e[0].effect,output:e[e.length-1].effect,dispose(){e.forEach(t=>t.dispose())}}}function bi(e=256){const[t,n]=c.useState([]),r=c.useRef(t);r.current=t;const a=c.useRef(new Map),s=c.useRef(null),o=c.useRef(null),i=c.useCallback(v=>{const m=o.current;if(!m)return;const{masterGainNode:C,destination:w,analyserNode:g}=m;try{C.disconnect()}catch{}const A=v.map(I=>a.current.get(I.instanceId)).filter(I=>I!==void 0);if(A.length===0)C.connect(g),g.connect(w);else{let I=C;A.forEach(D=>{try{D.disconnect()}catch{}I.connect(D.effect),I=D.effect}),I.connect(g),g.connect(w)}},[]),l=c.useCallback(v=>{const m=Rn(v);if(!m){console.error(`Unknown effect: ${v}`);return}const C={};m.parameters.forEach(A=>{C[A.name]=A.default});const w=Ct(m,C);a.current.set(w.instanceId,w);const g={instanceId:w.instanceId,effectId:m.id,definition:m,params:C,bypassed:!1};n(A=>[...A,g])},[]),u=c.useCallback(v=>{const m=a.current.get(v);m&&(m.dispose(),a.current.delete(v)),n(C=>C.filter(w=>w.instanceId!==v))},[]),d=c.useCallback((v,m,C)=>{const w=a.current.get(v);w&&w.setParameter(m,C),n(g=>g.map(A=>A.instanceId===v?{...A,params:{...A.params,[m]:C}}:A))},[]),b=c.useCallback(v=>{const m=r.current.find(g=>g.instanceId===v);if(!m)return;const C=!m.bypassed,w=a.current.get(v);if(w){const g=m.params.wet??1;w.setParameter("wet",C?0:g)}n(g=>g.map(A=>A.instanceId===v?{...A,bypassed:C}:A))},[]),p=c.useCallback((v,m)=>{n(C=>{const w=[...C],[g]=w.splice(v,1);return w.splice(m,0,g),w})},[]),f=c.useCallback(()=>{a.current.forEach(v=>v.dispose()),a.current.clear(),n([])},[]);c.useEffect(()=>{i(t)},[t,i]);const x=c.useCallback((v,m,C)=>{const w=new V.Analyser("fft",e);s.current=w,o.current={masterGainNode:v,destination:m,analyserNode:w};const A=r.current.map(I=>a.current.get(I.instanceId)).filter(I=>I!==void 0);if(A.length===0)v.connect(w),w.connect(m);else{let I=v;A.forEach(D=>{I.connect(D.effect),I=D.effect}),I.connect(w),w.connect(m)}return function(){w.dispose(),s.current=null,o.current=null}},[e]);c.useEffect(()=>()=>{a.current.forEach(v=>v.dispose()),a.current.clear()},[]);const y=c.useCallback(()=>{const v=t.filter(m=>!m.bypassed);if(v.length!==0)return(m,C,w)=>{const g=[];for(const A of v){const I=Ct(A.definition,A.params);g.push(I)}if(g.length===0)m.connect(C);else{let A=m;g.forEach(I=>{A.connect(I.effect),A=I.effect}),A.connect(C)}return function(){g.forEach(I=>I.dispose())}}},[t]);return{activeEffects:t,availableEffects:xt,addEffect:l,removeEffect:u,updateParameter:d,toggleBypass:b,reorderEffects:p,clearAllEffects:f,masterEffects:x,createOfflineEffectsFunction:y,analyserRef:s}}function vi(){const[e,t]=c.useState(new Map),n=c.useRef(new Map),r=c.useRef(new Map),a=c.useCallback((f,x)=>{const y=r.current.get(f);if(!y)return;const{graphEnd:v,masterGainNode:m}=y,C=n.current.get(f);try{v.disconnect()}catch{}const w=x.map(g=>C?.get(g.instanceId)).filter(g=>g!==void 0);if(w.length===0)v.connect(m);else{let g=v;w.forEach(A=>{try{A.disconnect()}catch{}g.connect(A.effect),g=A.effect}),g.connect(m)}},[]),s=c.useCallback((f,x)=>{const y=Rn(x);if(!y){console.error(`Unknown effect: ${x}`);return}const v={};y.parameters.forEach(w=>{v[w.name]=w.default});const m=Ct(y,v);n.current.has(f)||n.current.set(f,new Map),n.current.get(f).set(m.instanceId,m);const C={instanceId:m.instanceId,effectId:y.id,definition:y,params:v,bypassed:!1};t(w=>{const g=new Map(w),A=g.get(f)||[];return g.set(f,[...A,C]),g})},[]),o=c.useCallback((f,x)=>{const y=n.current.get(f),v=y?.get(x);v&&(v.dispose(),y?.delete(x)),t(m=>{const C=new Map(m),w=C.get(f)||[];return C.set(f,w.filter(g=>g.instanceId!==x)),C})},[]),i=c.useCallback((f,x,y,v)=>{const C=n.current.get(f)?.get(x);C&&C.setParameter(y,v),t(w=>{const g=new Map(w),A=g.get(f)||[];return g.set(f,A.map(I=>I.instanceId===x?{...I,params:{...I.params,[y]:v}}:I)),g})},[]),l=c.useCallback((f,x)=>{const v=(d.current.get(f)||[]).find(g=>g.instanceId===x);if(!v)return;const m=!v.bypassed,w=n.current.get(f)?.get(x);if(w){const g=v.params.wet??1;w.setParameter("wet",m?0:g)}t(g=>{const A=new Map(g),I=A.get(f)||[];return A.set(f,I.map(D=>D.instanceId===x?{...D,bypassed:m}:D)),A})},[]),u=c.useCallback(f=>{const x=n.current.get(f);x&&(x.forEach(y=>y.dispose()),x.clear()),t(y=>{const v=new Map(y);return v.set(f,[]),v})},[]),d=c.useRef(e);d.current=e;const b=c.useCallback(f=>(x,y,v)=>{r.current.set(f,{graphEnd:x,masterGainNode:y});const m=d.current.get(f)||[],C=n.current.get(f),w=m.map(g=>C?.get(g.instanceId)).filter(g=>g!==void 0);if(w.length===0)x.connect(y);else{let g=x;w.forEach(A=>{g.connect(A.effect),g=A.effect}),g.connect(y)}return function(){r.current.delete(f)}},[]);c.useEffect(()=>{e.forEach((f,x)=>{a(x,f)})},[e,a]),c.useEffect(()=>()=>{n.current.forEach(f=>{f.forEach(x=>x.dispose()),f.clear()}),n.current.clear()},[]);const p=c.useCallback(f=>{const y=(e.get(f)||[]).filter(v=>!v.bypassed);if(y.length!==0)return(v,m,C)=>{const w=[];for(const g of y){const A=Ct(g.definition,g.params);w.push(A)}if(w.length===0)v.connect(m);else{let g=v;w.forEach(A=>{g.connect(A.effect),g=A.effect}),g.connect(m)}return function(){w.forEach(A=>A.dispose())}}},[e]);return{trackEffectsState:e,addEffectToTrack:s,removeEffectFromTrack:o,updateTrackEffectParameter:i,toggleBypass:l,clearTrackEffects:u,getTrackEffectsFunction:b,createOfflineTrackEffectsFunction:p,availableEffects:xt}}function Ci(e,t={}){const{bitDepth:n=16}=t,r=e.numberOfChannels,a=e.sampleRate,s=e.length,o=n/8,i=r*o,l=a*i,u=s*i,d=44,b=d+u,p=new ArrayBuffer(b),f=new DataView(p);Mt(f,0,"RIFF"),f.setUint32(4,b-8,!0),Mt(f,8,"WAVE"),Mt(f,12,"fmt "),f.setUint32(16,16,!0),f.setUint16(20,n===32?3:1,!0),f.setUint16(22,r,!0),f.setUint32(24,a,!0),f.setUint32(28,l,!0),f.setUint16(32,i,!0),f.setUint16(34,n,!0),Mt(f,36,"data"),f.setUint32(40,u,!0);const x=[];for(let v=0;v<r;v++)x.push(e.getChannelData(v));let y=d;if(n===16)for(let v=0;v<s;v++)for(let m=0;m<r;m++){const C=x[m][v],w=Math.max(-1,Math.min(1,C)),g=w<0?w*32768:w*32767;f.setInt16(y,g,!0),y+=2}else for(let v=0;v<s;v++)for(let m=0;m<r;m++)f.setFloat32(y,x[m][v],!0),y+=4;return new Blob([p],{type:"audio/wav"})}function Mt(e,t,n){for(let r=0;r<n.length;r++)e.setUint8(t+r,n.charCodeAt(r))}function xi(e,t){const n=URL.createObjectURL(e),r=document.createElement("a");r.href=n,r.download=t,r.style.display="none",document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(n)}function Qr(){const[e,t]=c.useState(!1),[n,r]=c.useState(0),[a,s]=c.useState(null);return{exportWav:c.useCallback(async(i,l,u={})=>{const{filename:d="export",mode:b="master",trackIndex:p,autoDownload:f=!0,applyEffects:x=!0,effectsFunction:y,createOfflineTrackEffects:v,bitDepth:m=16,onProgress:C}=u;t(!0),r(0),s(null);try{if(i.length===0)throw new Error("No tracks to export");if(b==="individual"&&(p===void 0||p<0||p>=i.length))throw new Error("Invalid track index for individual export");const w=i[0].clips[0]?.audioBuffer.sampleRate||44100;let g=0;for(const $ of i)for(const j of $.clips){const Z=j.startSample+j.durationSamples;g=Math.max(g,Z)}g+=Math.round(w*.1);const A=g/w,I=b==="individual"?[{track:i[p],state:l[p],index:p}]:i.map(($,j)=>({track:$,state:l[j],index:j})),D=l.some($=>$.soloed),F=!!v;let _;if((y||F)&&x)_=await wi(I,l,D,A,w,y,v,$=>{r($),C?.($)});else{const $=new OfflineAudioContext(2,g,w);let j=0;const Z=I.reduce((X,{track:Y})=>X+Y.clips.length,0);for(const{track:X,state:Y}of I)if(!(Y.muted&&!Y.soloed)&&!(D&&!Y.soloed))for(const K of X.clips){await Ii($,K,Y,w,x),j++;const te=j/Z*.5;r(te),C?.(te)}r(.5),C?.(.5),_=await $.startRendering()}r(.9),C?.(.9);const M=Ci(_,{bitDepth:m});if(r(1),C?.(1),f){const $=b==="individual"?`${d}_${i[p].name}`:d;xi(M,`${$}.wav`)}return{audioBuffer:_,blob:M,duration:A}}catch(w){const g=w instanceof Error?w.message:"Export failed";throw s(g),w}finally{t(!1)}},[]),isExporting:e,progress:n,error:a}}async function wi(e,t,n,r,a,s,o,i){const{Offline:l,Volume:u,Gain:d,Panner:b,Player:p,ToneAudioBuffer:f}=await import("tone");i(.1);let x;try{x=await l(async({transport:y,destination:v})=>{const m=new u(0);let C;s?C=s(m,v,!0):m.connect(v);for(const{track:w,state:g}of e){if(g.muted&&!g.soloed||n&&!g.soloed)continue;const A=new u(yi(g.volume)),I=new b(g.pan),D=new d(g.muted?0:1),F=o?.(w.id);F?F(D,m,!0):D.connect(m),I.connect(D),A.connect(I);for(const _ of w.clips){const{audioBuffer:M,startSample:$,durationSamples:j,offsetSamples:Z,gain:X,fadeIn:Y,fadeOut:K}=_,te=$/a,re=j/a,L=Z/a,oe=new f(M),S=new p(oe),z=new d(X);if(S.connect(z),z.connect(A),Y){const G=te,Q=te+Y.duration,se=z.gain._param;se.setValueAtTime(0,G),se.linearRampToValueAtTime(X,Q)}if(K){const G=te+re-K.duration,Q=te+re,se=z.gain._param;se.setValueAtTime(X,G),se.linearRampToValueAtTime(0,Q)}S.start(te,L,re)}}y.start(0)},r,2,a)}catch(y){throw y instanceof Error?y:new Error(`Tone.Offline rendering failed: ${String(y)}`)}return i(.9),x.get()}function yi(e){return 20*Math.log10(Math.max(e,1e-4))}async function Ii(e,t,n,r,a){const{audioBuffer:s,startSample:o,durationSamples:i,offsetSamples:l,gain:u,fadeIn:d,fadeOut:b}=t,p=o/r,f=i/r,x=l/r,y=e.createBufferSource();y.buffer=s;const v=e.createGain(),m=u*n.volume,C=e.createStereoPanner();if(C.pan.value=n.pan,y.connect(v),v.connect(C),C.connect(e.destination),a){if(d?v.gain.setValueAtTime(0,p):v.gain.setValueAtTime(m,p),d){const w=p,g=p+d.duration;yr(v.gain,w,g,0,m,d.type||"linear")}if(b){const w=p+f-b.duration,g=p+f;(!d||d.duration<f-b.duration)&&v.gain.setValueAtTime(m,w),yr(v.gain,w,g,m,0,b.type||"linear")}}else v.gain.setValueAtTime(m,p);y.start(p,x,f)}function yr(e,t,n,r,a,s){const o=n-t;if(!(o<=0))switch(s){case"linear":e.setValueAtTime(r,t),e.linearRampToValueAtTime(a,n);break;case"exponential":const i=Math.max(r,1e-4),l=Math.max(a,1e-4);e.setValueAtTime(i,t),e.exponentialRampToValueAtTime(l,n),a===0&&e.setValueAtTime(0,n);break;case"logarithmic":const u=Ir(r,a,256,"logarithmic");e.setValueCurveAtTime(u,t,o);break;case"sCurve":const d=Ir(r,a,256,"sCurve");e.setValueCurveAtTime(d,t,o);break;default:e.setValueAtTime(r,t),e.linearRampToValueAtTime(a,n)}}function Ir(e,t,n,r){const a=new Float32Array(n),s=t-e;for(let o=0;o<n;o++){const i=o/(n-1);let l;r==="logarithmic"?s>0?l=Math.log10(1+i*9)/Math.log10(10):l=1-Math.log10(1+(1-i)*9)/Math.log10(10):l=i*i*(3-2*i),a[o]=e+s*l}return a}const ea=c.createContext(null),ta=c.createContext(null),na=c.createContext(null),ra=c.createContext(null),aa=c.createContext(null),Ai=({tracks:e,timescale:t=!1,mono:n=!1,waveHeight:r=80,samplesPerPixel:a=1024,zoomLevels:s,automaticScroll:o=!1,theme:i,controls:l={show:!1,width:0},annotationList:u,effects:d,onReady:b,onAnnotationUpdate:p,barWidth:f=1,barGap:x=0,progressBarWidth:y,children:v})=>{const m=y??f+x,[C,w]=c.useState([]),[g,A]=c.useState(null),[I,D]=c.useState(!1),[F,_]=c.useState(0),[M,$]=c.useState(0),[j,Z]=c.useState([]),[X,Y]=c.useState([]),[K,te]=c.useState([]),[re,L]=c.useState(0),[oe,S]=c.useState(0),[z,G]=c.useState(null),[Q,se]=c.useState(o),[fe,ue]=c.useState(u?.isContinuousPlay??!1),[ye,le]=c.useState(u?.linkEndpoints??!0),[De,ut]=c.useState(u?.editable??!1),[Qe,et]=c.useState(!1),N=c.useRef(null),Ie=c.useRef(0),ge=c.useRef(0),be=c.useRef(null),Pe=c.useRef(K),$e=c.useRef(0),_e=c.useRef(0),Ze=c.useRef(null),Be=c.useRef(null),tt=c.useRef(!1),dt=c.useRef(u?.isContinuousPlay??!1),J=c.useRef(null),ne=c.useRef(a),he=c.useRef(!1),ve=c.useRef(0),we=c.useRef(0),{timeFormat:Ee,setTimeFormat:de,formatTime:Ve}=Gr(),Ae=Xr({initialSamplesPerPixel:a,zoomLevels:s}),Se=Ae.samplesPerPixel,{masterVolume:He,setMasterVolume:Le}=Yr({playoutRef:N,initialVolume:1}),Je=c.useCallback(T=>{dt.current=T,ue(T)},[]),We=c.useCallback(T=>{J.current=T,A(T)},[]),wt=c.useCallback(T=>{he.current=T,et(T)},[]);c.useEffect(()=>{tt.current=Q},[Q]),c.useEffect(()=>{Pe.current=K},[K]),c.useEffect(()=>{ve.current=re,we.current=oe},[re,oe]),c.useEffect(()=>{if(!Be.current||!j.length)return;const T=Be.current,B=ne.current,W=Se;if(B===W)return;const U=l.show?l.width:0,H=T.clientWidth,Ce=T.scrollLeft+H/2-U,ce=j[0].sampleRate,pe=Ce*B/ce*ce/W,Ge=Math.max(0,pe+U-H/2);T.scrollLeft=Ge,ne.current=W},[Se,j,l]);const je=c.useRef(null);c.useEffect(()=>{if(e.length===0){Z([]),$(0),te([]),Y([]),N.current&&(N.current.dispose(),N.current=null);return}const T=I,B=ge.current;return N.current&&T&&(N.current.stop(),be.current&&(cancelAnimationFrame(be.current),be.current=null),je.current={position:B}),(async()=>{try{const U=[];e.forEach(ce=>{ce.clips.length>0&&U.push(ce.clips[0].audioBuffer)});let H=0;e.forEach(ce=>{ce.clips.forEach(me=>{const pe=me.audioBuffer.sampleRate,ft=(me.startSample+me.durationSamples)/pe;H=Math.max(H,ft)})}),Z(U),$(H),te(ce=>ce.length===e.length?ce.map((me,pe)=>({...me,name:e[pe].name})):e.map(me=>({name:me.name,muted:me.muted,soloed:me.soloed,volume:me.volume,pan:me.pan}))),N.current&&N.current.dispose();const ae=new Ia({effects:d}),Ce=Pe.current;e.forEach((ce,me)=>{if(ce.clips.length>0){const pe=ce.clips[0].audioBuffer.sampleRate,Ge=Math.min(...ce.clips.map(Me=>Me.startSample/pe)),ft=Math.max(...ce.clips.map(Me=>(Me.startSample+Me.durationSamples)/pe)),rt=Ce[me],ia={id:`track-${me}`,name:ce.name,gain:rt?.volume??ce.volume,muted:rt?.muted??ce.muted,soloed:rt?.soloed??ce.soloed,stereoPan:rt?.pan??ce.pan,startTime:Ge,endTime:ft},la=ce.clips.map(Me=>{const qt=Me.audioBuffer.sampleRate;return{buffer:Me.audioBuffer,startTime:Me.startSample/qt-Ge,duration:Me.durationSamples/qt,offset:Me.offsetSamples/qt,fadeIn:Me.fadeIn,fadeOut:Me.fadeOut,gain:Me.gain}});ae.addTrack({clips:la,track:ia,effects:ce.effects})}}),ae.applyInitialSoloState(),N.current=ae,b?.()}catch(U){console.error("Error loading audio:",U)}})(),()=>{be.current&&cancelAnimationFrame(be.current),N.current&&N.current.dispose()}},[e,b,I]),c.useEffect(()=>{if(e.length===0)return;const T=16,B=e.map(W=>W.clips.map(H=>{const ae=H.audioBuffer.sampleRate,Ce=Yo(H.audioBuffer,Se,n,T,H.offsetSamples/ae,H.durationSamples/ae);return{clipId:H.id,trackName:W.name,peaks:Ce,startSample:H.startSample,durationSamples:H.durationSamples,fadeIn:H.fadeIn,fadeOut:H.fadeOut}}));Y(B)},[e,Se,n]),c.useEffect(()=>{if(u?.annotations){const T=u.annotations.map(B=>typeof B.start=="number"?B:ts(B));w(T)}},[u]);const ze=c.useCallback(()=>{be.current&&(cancelAnimationFrame(be.current),be.current=null);const T=()=>{const B=V.getContext().currentTime-$e.current,W=_e.current+B;if(ge.current=W,_(W),C.length>0){const U=C.find(H=>W>=H.start&&W<H.end);if(dt.current){if(U&&U.id!==J.current)We(U.id);else if(!U&&J.current!==null){const H=C[C.length-1];if(W>=H.end){N.current&&N.current.stop(),D(!1),ge.current=Ie.current,_(Ie.current),We(null);return}}}else if(J.current){const H=C.find(ae=>ae.id===J.current);if(H&&W>=H.end){N.current&&N.current.stop(),D(!1),ge.current=Ie.current,_(Ie.current);return}}else U&&We(U.id)}if(tt.current&&Be.current&&j.length>0){const U=Be.current,H=j[0].sampleRate,ae=W*H/ne.current,Ce=U.clientWidth,ce=l.show?l.width:0,me=ae+ce,pe=Math.max(0,me-Ce/2);U.scrollLeft=pe}if(Ze.current!==null&&W>=Ze.current){const U=ve.current!==we.current&&we.current>ve.current;if(he.current&&U){N.current?.stop();const ae=V.getContext().currentTime;$e.current=ae,_e.current=ve.current,ge.current=ve.current;const Ce=we.current-ve.current;Ze.current=ve.current+Ce,N.current?.play(ae,ve.current,Ce),be.current=requestAnimationFrame(T);return}else{N.current&&N.current.stop(),D(!1),ge.current=Ze.current,_(Ze.current),Ze.current=null;return}}if(W>=M){N.current&&N.current.stop(),D(!1),ge.current=Ie.current,_(Ie.current),We(null);return}be.current=requestAnimationFrame(T)};be.current=requestAnimationFrame(T)},[M,j,Se,C,fe]),ke=c.useCallback(()=>{be.current&&(cancelAnimationFrame(be.current),be.current=null)},[]);c.useEffect(()=>{(async()=>{if(I&&be.current&&N.current)if(fe){const B=ge.current;N.current.stop(),ke(),await N.current.init(),N.current.setOnPlaybackComplete(()=>{});const U=V.getContext().currentTime;$e.current=U,_e.current=B,N.current.play(U,B),ze()}else ke(),ze()})()},[fe,I,ze,ke]),c.useEffect(()=>{(async()=>{if(je.current&&N.current){const{position:B}=je.current;je.current=null,await N.current.init(),N.current.setOnPlaybackComplete(()=>{});const U=V.getContext().currentTime;$e.current=U,_e.current=B,N.current.play(U,B),D(!0),ze()}})()},[e,ze]);const nt=c.useCallback(async(T,B)=>{if(!N.current||j.length===0)return;await N.current.init(),await V.start();const W=T??ge.current;Ie.current=W,ge.current=W,N.current.setOnPlaybackComplete(()=>{}),N.current.stop(),ke();const H=V.getContext().currentTime;$e.current=H,_e.current=W,Ze.current=B!==void 0?W+B:null,N.current.play(H,W,B),D(!0),ze()},[j.length,ze,ke]),Xt=c.useCallback(()=>{if(!N.current)return;const T=V.getContext().currentTime-$e.current,B=_e.current+T;N.current.pause(),D(!1),ke(),ge.current=B,_(B)},[ke]),yt=c.useCallback(()=>{N.current&&(N.current.stop(),D(!1),ke(),ge.current=Ie.current,_(Ie.current),We(null))},[ke]),Yt=c.useCallback(T=>{const B=Math.max(0,Math.min(T,M));ge.current=B,_(B),I&&N.current&&(N.current.stop(),ke(),nt(B))},[M,I,nt,ke]),It=c.useCallback((T,B)=>{const W=[...K];if(W[T]={...W[T],muted:B},te(W),N.current){const U=`track-${T}`;N.current.setMute(U,B)}},[K]),At=c.useCallback((T,B)=>{const W=[...K];if(W[T]={...W[T],soloed:B},te(W),N.current){const U=`track-${T}`;N.current.setSolo(U,B)}},[K]),Lt=c.useCallback((T,B)=>{const W=[...K];if(W[T]={...W[T],volume:B},te(W),N.current){const U=`track-${T}`,H=N.current.getTrack(U);H&&H.setVolume(B)}},[K]),Kt=c.useCallback((T,B)=>{const W=[...K];if(W[T]={...W[T],pan:B},te(W),N.current){const U=`track-${T}`,H=N.current.getTrack(U);H&&H.setPan(B)}},[K]),St=c.useCallback((T,B)=>{L(T),S(B),ge.current=T,_(T),I&&N.current&&(N.current.stop(),N.current.play(V.getContext().currentTime,T))},[I]),kt=c.useCallback(T=>{Be.current=T},[]),Ut=j[0]?.sampleRate||44100,Rt=t?30:0,Jt=e.length*r+Rt,$t={isPlaying:I,currentTime:F,currentTimeRef:ge,playbackStartTimeRef:$e,audioStartPositionRef:_e},h={continuousPlay:fe,linkEndpoints:ye,annotationsEditable:De,isAutomaticScroll:Q,isLoopEnabled:Qe,annotations:C,activeAnnotationId:g,selectionStart:re,selectionEnd:oe,selectedTrackId:z},R={play:nt,pause:Xt,stop:yt,seekTo:Yt,setCurrentTime:T=>{ge.current=T,_(T)},setTrackMute:It,setTrackSolo:At,setTrackVolume:Lt,setTrackPan:Kt,setSelection:St,setSelectedTrackId:G,setTimeFormat:de,formatTime:Ve,zoomIn:Ae.zoomIn,zoomOut:Ae.zoomOut,setMasterVolume:Le,setAutomaticScroll:T=>{se(T)},setScrollContainer:kt,scrollContainerRef:Be,setContinuousPlay:Je,setLinkEndpoints:le,setAnnotationsEditable:ut,setAnnotations:w,setActiveAnnotationId:We,setLoopEnabled:wt},P={duration:M,audioBuffers:j,peaksDataArray:X,trackStates:K,tracks:e,sampleRate:Ut,waveHeight:r,timeScaleHeight:Rt,minimumPlaylistHeight:Jt,controls:l,playoutRef:N,samplesPerPixel:Se,timeFormat:Ee,masterVolume:He,canZoomIn:Ae.canZoomIn,canZoomOut:Ae.canZoomOut,barWidth:f,barGap:x,progressBarWidth:m},q={...$t,...h,...R,...P},ie={...Oa,...i};return O.jsx(k.ThemeProvider,{theme:ie,children:O.jsx(ea.Provider,{value:$t,children:O.jsx(ta.Provider,{value:h,children:O.jsx(na.Provider,{value:R,children:O.jsx(ra.Provider,{value:P,children:O.jsx(aa.Provider,{value:q,children:v})})})})})})},Te=()=>{const e=c.useContext(ea);if(!e)throw new Error("usePlaybackAnimation must be used within WaveformPlaylistProvider");return e},Ne=()=>{const e=c.useContext(ta);if(!e)throw new Error("usePlaylistState must be used within WaveformPlaylistProvider");return e},xe=()=>{const e=c.useContext(na);if(!e)throw new Error("usePlaylistControls must be used within WaveformPlaylistProvider");return e},Re=()=>{const e=c.useContext(ra);if(!e)throw new Error("usePlaylistData must be used within WaveformPlaylistProvider");return e},Si=()=>{const e=c.useContext(aa);if(!e)throw new Error("useWaveformPlaylist must be used within WaveformPlaylistProvider");return e},ki=({className:e})=>{const{isPlaying:t,currentTimeRef:n}=Te(),{selectionStart:r,selectionEnd:a}=Ne(),{play:s}=xe(),o=async()=>{if(r!==a&&a>r){const i=a-r;await s(r,i)}else await s(n.current??0)};return O.jsx(Oe,{onClick:o,disabled:t,className:e,children:"Play"})},Ri=({className:e})=>{const{isPlaying:t}=Te(),{pause:n}=xe();return O.jsx(Oe,{onClick:n,disabled:!t,className:e,children:"Pause"})},$i=({className:e})=>{const{isPlaying:t}=Te(),{stop:n}=xe();return O.jsx(Oe,{onClick:n,disabled:!t,className:e,children:"Stop"})},Ei=({className:e})=>{const{isPlaying:t}=Te(),{play:n,setCurrentTime:r}=xe(),{playoutRef:a}=Re(),s=()=>{r(0),t&&a.current&&(a.current.stop(),n(0))};return O.jsx(Oe,{onClick:s,className:e,children:"Rewind"})},Ti=({className:e})=>{const{isPlaying:t}=Te(),{play:n,setCurrentTime:r}=xe(),{duration:a,playoutRef:s}=Re(),o=()=>{r(a),t&&s.current&&(s.current.stop(),n(a))};return O.jsx(Oe,{onClick:o,className:e,children:"Fast Forward"})},Di=({skipAmount:e=5,className:t})=>{const{currentTimeRef:n,isPlaying:r}=Te(),{play:a,setCurrentTime:s}=xe(),{playoutRef:o}=Re(),i=()=>{const l=Math.max(0,(n.current??0)-e);s(l),r&&o.current&&(o.current.stop(),a(l))};return O.jsx(Oe,{onClick:i,className:t,children:"Skip Backward"})},_i=({skipAmount:e=5,className:t})=>{const{currentTimeRef:n,isPlaying:r}=Te(),{play:a,setCurrentTime:s}=xe(),{duration:o,playoutRef:i}=Re(),l=()=>{const u=Math.min(o,(n.current??0)+e);s(u),r&&i.current&&(i.current.stop(),a(u))};return O.jsx(Oe,{onClick:l,className:t,children:"Skip Forward"})},Mi=({className:e})=>{const{isLoopEnabled:t,selectionStart:n,selectionEnd:r}=Ne(),{setLoopEnabled:a}=xe(),s=n!==r&&r>n,o=()=>{a(!t)};return O.jsx(Oe,{onClick:o,disabled:!s,className:e,title:s?t?"Disable loop":"Enable loop":"Create a selection to enable looping",children:t?"Loop On":"Loop Off"})},Bi=({className:e,disabled:t})=>{const{zoomIn:n}=xe(),{canZoomIn:r}=Re();return O.jsx(Oe,{variant:"success",onClick:n,disabled:t||!r,className:e,children:"Zoom In"})},Wi=({className:e,disabled:t})=>{const{zoomOut:n}=xe(),{canZoomOut:r}=Re();return O.jsx(Oe,{variant:"success",onClick:n,disabled:t||!r,className:e,children:"Zoom Out"})},Fi=({className:e})=>{const{masterVolume:t}=Re(),{setMasterVolume:n}=xe();return O.jsx(io,{volume:t,onChange:n,className:e})},Pi=({className:e})=>{const{timeFormat:t}=Re(),{setTimeFormat:n}=xe();return O.jsx(Bo,{value:t,onChange:n,className:e})},Zi=k.span`
1330
1127
  font-family: 'Courier New', Monaco, monospace;
1331
1128
  font-size: 1rem;
1332
1129
  font-weight: 600;
1333
- color: ${s=>s.theme?.textColor||"#333"};
1130
+ color: ${e=>e.theme?.textColor||"#333"};
1334
1131
  user-select: none;
1335
- `,Gy=({className:s})=>{const e=S.useRef(null),t=S.useRef(null),{isPlaying:n,currentTimeRef:i,playbackStartTimeRef:r,audioStartPositionRef:o}=At(),{timeFormat:a}=xt(),c=a;return S.useEffect(()=>{const l=()=>{if(e.current){let u;if(n){const h=fe().currentTime-(r.current??0);u=(o.current??0)+h}else u=i.current??0;e.current.textContent=on(u,c)}n&&(t.current=requestAnimationFrame(l))};return n?t.current=requestAnimationFrame(l):l(),()=>{t.current&&(cancelAnimationFrame(t.current),t.current=null)}},[n,c,i,r,o]),S.useEffect(()=>{!n&&e.current&&(e.current.textContent=on(i.current??0,c))}),E.jsx(Zy,{ref:e,className:s,"aria-label":"Audio position",children:on(i.current??0,c)})},Xy=({className:s})=>{const{selectionStart:e,selectionEnd:t}=rs(),{setSelection:n}=Qe();return E.jsx(V0,{selectionStart:e,selectionEnd:t,onSelectionChange:n,className:s})},Hy=({className:s})=>{const{isAutomaticScroll:e}=rs(),{setAutomaticScroll:t}=Qe();return E.jsx(c0,{checked:e,onChange:t,className:s})},Yy=({className:s})=>{const{continuousPlay:e}=rs(),{setContinuousPlay:t}=Qe();return E.jsx(jv,{checked:e,onChange:t,className:s})},Uy=({className:s})=>{const{linkEndpoints:e}=rs(),{setLinkEndpoints:t}=Qe();return E.jsx(Lv,{checked:e,onChange:t,className:s})},Ky=({className:s})=>{const{annotationsEditable:e}=rs(),{setAnnotationsEditable:t}=Qe();return E.jsx(zv,{checked:e,onChange:t,className:s})},Qy=({filename:s,className:e})=>{const{annotations:t}=rs();return E.jsx(Gv,{annotations:t,filename:s,className:e})},Jy=({label:s="Export WAV",filename:e="export",mode:t="master",trackIndex:n,bitDepth:i=16,applyEffects:r=!0,effectsFunction:o,createOfflineTrackEffects:a,className:c,onExportComplete:l,onExportError:u})=>{const{tracks:h,trackStates:p}=xt(),{exportWav:d,isExporting:f,progress:_}=qu(),g=async()=>{try{const y=await d(h,p,{filename:e,mode:t,trackIndex:n,bitDepth:i,applyEffects:r,effectsFunction:o,createOfflineTrackEffects:a,autoDownload:!0});l?.(y.blob)}catch(y){u?.(y instanceof Error?y:new Error("Export failed"))}},m=f?`Exporting ${Math.round(_*100)}%`:s;return E.jsx(is,{onClick:g,disabled:f||h.length===0,className:c,children:m})},eb=P.div`
1132
+ `,Vi=({className:e})=>{const t=c.useRef(null),n=c.useRef(null),{isPlaying:r,currentTimeRef:a,playbackStartTimeRef:s,audioStartPositionRef:o}=Te(),{timeFormat:i}=Re(),l=i;return c.useEffect(()=>{const u=()=>{if(t.current){let d;if(r){const b=V.getContext().currentTime-(s.current??0);d=(o.current??0)+b}else d=a.current??0;t.current.textContent=lt(d,l)}r&&(n.current=requestAnimationFrame(u))};return r?n.current=requestAnimationFrame(u):u(),()=>{n.current&&(cancelAnimationFrame(n.current),n.current=null)}},[r,l,a,s,o]),c.useEffect(()=>{!r&&t.current&&(t.current.textContent=lt(a.current??0,l))}),O.jsx(Zi,{ref:t,className:e,"aria-label":"Audio position",children:lt(a.current??0,l)})},ji=({className:e})=>{const{selectionStart:t,selectionEnd:n}=Ne(),{setSelection:r}=xe();return O.jsx(go,{selectionStart:t,selectionEnd:n,onSelectionChange:r,className:e})},zi=({className:e})=>{const{isAutomaticScroll:t}=Ne(),{setAutomaticScroll:n}=xe();return O.jsx(za,{checked:t,onChange:n,className:e})},Oi=({className:e})=>{const{continuousPlay:t}=Ne(),{setContinuousPlay:n}=xe();return O.jsx(ys,{checked:t,onChange:n,className:e})},Ni=({className:e})=>{const{linkEndpoints:t}=Ne(),{setLinkEndpoints:n}=xe();return O.jsx(Is,{checked:t,onChange:n,className:e})},Hi=({className:e})=>{const{annotationsEditable:t}=Ne(),{setAnnotationsEditable:n}=xe();return O.jsx(As,{checked:t,onChange:n,className:e})},Gi=({filename:e,className:t})=>{const{annotations:n}=Ne();return O.jsx(ks,{annotations:n,filename:e,className:t})},Xi=({label:e="Export WAV",filename:t="export",mode:n="master",trackIndex:r,bitDepth:a=16,applyEffects:s=!0,effectsFunction:o,createOfflineTrackEffects:i,className:l,onExportComplete:u,onExportError:d})=>{const{tracks:b,trackStates:p}=Re(),{exportWav:f,isExporting:x,progress:y}=Qr(),v=async()=>{try{const C=await f(b,p,{filename:t,mode:n,trackIndex:r,bitDepth:a,applyEffects:s,effectsFunction:o,createOfflineTrackEffects:i,autoDownload:!0});u?.(C.blob)}catch(C){d?.(C instanceof Error?C:new Error("Export failed"))}},m=x?`Exporting ${Math.round(y*100)}%`:e;return O.jsx(Oe,{onClick:v,disabled:x||b.length===0,className:l,children:m})},Yi=k.div`
1336
1133
  position: absolute;
1337
1134
  top: 0;
1338
1135
  left: 0;
1339
- width: ${s=>s.$width}px;
1340
- background: ${s=>s.$color};
1136
+ width: ${e=>e.$width}px;
1137
+ background: ${e=>e.$color};
1341
1138
  height: 100%;
1342
1139
  z-index: 100; /* Below sticky controls (z-index: 101) so playhead is hidden when scrolled behind controls */
1343
1140
  pointer-events: none;
1344
1141
  will-change: transform;
1345
- `,tb=({color:s="#ff0000",controlsOffset:e=0})=>{const t=S.useRef(null),n=S.useRef(null),{isPlaying:i,currentTimeRef:r,playbackStartTimeRef:o,audioStartPositionRef:a}=At(),{samplesPerPixel:c,sampleRate:l,progressBarWidth:u}=xt();return S.useEffect(()=>{const h=()=>{if(t.current){let p;if(i){const f=fe().currentTime-(o.current??0);p=(a.current??0)+f}else p=r.current??0;const d=p*l/c+e;t.current.style.transform=`translate3d(${d}px, 0, 0)`}i&&(n.current=requestAnimationFrame(h))};return i?n.current=requestAnimationFrame(h):h(),()=>{n.current&&(cancelAnimationFrame(n.current),n.current=null)}},[i,l,c,e,r,o,a]),S.useEffect(()=>{if(!i&&t.current){const p=(r.current??0)*l/c+e;t.current.style.transform=`translate3d(${p}px, 0, 0)`}}),E.jsx(eb,{ref:t,$color:s,$width:u,"data-playhead":!0})},sb=P.div`
1142
+ `,Li=({color:e="#ff0000",controlsOffset:t=0})=>{const n=c.useRef(null),r=c.useRef(null),{isPlaying:a,currentTimeRef:s,playbackStartTimeRef:o,audioStartPositionRef:i}=Te(),{samplesPerPixel:l,sampleRate:u,progressBarWidth:d}=Re();return c.useEffect(()=>{const b=()=>{if(n.current){let p;if(a){const x=V.getContext().currentTime-(o.current??0);p=(i.current??0)+x}else p=s.current??0;const f=p*u/l+t;n.current.style.transform=`translate3d(${f}px, 0, 0)`}a&&(r.current=requestAnimationFrame(b))};return a?r.current=requestAnimationFrame(b):b(),()=>{r.current&&(cancelAnimationFrame(r.current),r.current=null)}},[a,u,l,t,s,o,i]),c.useEffect(()=>{if(!a&&n.current){const p=(s.current??0)*u/l+t;n.current.style.transform=`translate3d(${p}px, 0, 0)`}}),O.jsx(Yi,{ref:n,$color:e,$width:d,"data-playhead":!0})},Ki=k.div`
1346
1143
  position: relative;
1347
- `,nb=P.div`
1144
+ `,Ui=k.div`
1348
1145
  position: absolute;
1349
- top: ${s=>s.$top}px;
1146
+ top: ${e=>e.$top}px;
1350
1147
  left: 0;
1351
- width: ${s=>s.$width}px;
1352
- height: ${s=>s.$height}px;
1353
- background: ${s=>s.$color};
1148
+ width: ${e=>e.$width}px;
1149
+ height: ${e=>e.$height}px;
1150
+ background: ${e=>e.$color};
1354
1151
  z-index: 0;
1355
1152
  /* Force GPU compositing layer to prevent gradient flickering during scroll */
1356
1153
  transform: translateZ(0);
1357
1154
  backface-visibility: hidden;
1358
1155
  will-change: transform;
1359
- `,ib=P.div`
1156
+ `,Ji=k.div`
1360
1157
  position: absolute;
1361
- top: ${s=>s.$top}px;
1158
+ top: ${e=>e.$top}px;
1362
1159
  left: 0;
1363
- height: ${s=>s.$height}px;
1364
- background: ${s=>s.$color};
1160
+ height: ${e=>e.$height}px;
1161
+ background: ${e=>e.$color};
1365
1162
  pointer-events: none;
1366
1163
  z-index: 1;
1367
1164
  will-change: width;
1368
- `,rb=P.div`
1165
+ `,qi=k.div`
1369
1166
  position: relative;
1370
1167
  z-index: 2;
1371
- `,il=({clipStartSample:s,clipDurationSamples:e,...t})=>{const n=S.useRef(null),i=S.useRef(null),r=ja(),{waveHeight:o}=Gr(),{isPlaying:a,currentTimeRef:c,playbackStartTimeRef:l,audioStartPositionRef:u}=At(),{samplesPerPixel:h,sampleRate:p}=xt(),d=r?.waveProgressColor||"rgba(0, 0, 0, 0.1)";S.useEffect(()=>{const m=()=>{if(n.current){let y;if(a){const w=fe().currentTime-(l.current??0);y=(u.current??0)+w}else y=c.current??0;const x=y*p,b=s+e;let v=0;if(x<=s)v=0;else if(x>=b)v=t.length;else{const w=x-s;v=Math.floor(w/h)}n.current.style.width=`${v}px`}a&&(i.current=requestAnimationFrame(m))};return a?i.current=requestAnimationFrame(m):m(),()=>{i.current&&(cancelAnimationFrame(i.current),i.current=null)}},[a,p,h,s,e,t.length,c,l,u]),S.useEffect(()=>{if(!a&&n.current){const y=(c.current??0)*p,x=s+e;let b=0;if(y<=s)b=0;else if(y>=x)b=t.length;else{const v=y-s;b=Math.floor(v/h)}n.current.style.width=`${b}px`}});const f=r?.waveformDrawMode||"inverted";let _;f==="inverted"?_=t.isSelected&&r?r.selectedWaveFillColor:r?.waveFillColor||"white":_=t.isSelected&&r?r.selectedWaveOutlineColor:r?.waveOutlineColor||"grey";const g=tr(_);return E.jsxs(sb,{children:[E.jsx(nb,{$color:g,$height:o,$top:t.index*o,$width:t.length}),E.jsx(ib,{ref:n,$color:d,$height:o,$top:t.index*o}),E.jsx(rb,{children:E.jsx(z0,{...t,transparentBackground:!0})})]})},ob=60,ab=({renderTrackControls:s,renderTimestamp:e,renderPlayhead:t,annotationControls:n,annotationListConfig:i,annotationTextHeight:r,className:o,showClipHeaders:a=!1,interactiveClips:c=!1,showFades:l=!1,touchOptimized:u=!1,recordingState:h})=>{const p=ja(),{isPlaying:d,currentTimeRef:f,playbackStartTimeRef:_,audioStartPositionRef:g}=At(),{selectionStart:m,selectionEnd:y,annotations:x,activeAnnotationId:b,annotationsEditable:v,linkEndpoints:w,continuousPlay:k,selectedTrackId:T}=rs(),{setAnnotations:D,setActiveAnnotationId:I,setTrackMute:A,setTrackSolo:R,setTrackVolume:O,setTrackPan:N,setSelection:B,play:V,setScrollContainer:j,setSelectedTrackId:X,setCurrentTime:$}=Qe(),{audioBuffers:Z,peaksDataArray:G,trackStates:ie,tracks:ae,duration:me,samplesPerPixel:Y,sampleRate:ce,waveHeight:Me,timeScaleHeight:U,controls:ye,playoutRef:Xe,barWidth:Vt,barGap:K}=xt(),[ut,Be]=S.useState(!1),L=S.useRef(null),ee=S.useCallback(le=>{L.current=le,j(le)},[j]);let be=Z.length>0?me:ob;if(h?.isRecording){const _e=(h.startSample+h.durationSamples)/ce;be=Math.max(be,_e+10)}const ge=Math.floor(be*ce/Y),he=async le=>{console.log("Annotation clicked:",le.id),I(le.id);const _e=k?void 0:le.end-le.start;await V(le.start,_e)},we=S.useCallback(le=>{if(le>=0&&le<ae.length){const _e=ae[le];X(_e.id)}},[ae,X]),He=le=>{const _e=le.currentTarget.getBoundingClientRect(),Oe=ye.show?ye.width:0,je=(le.clientX-_e.left-Oe)*Y/ce,ke=le.clientY-_e.top;let jt=0,ht=-1;for(let It=0;It<G.length;It++){const dt=G[It],os=(dt.length>0?Math.max(...dt.map(Ns=>Ns.peaks.data.length)):1)*Me+(a?22:0);if(ke>=jt&&ke<jt+os){ht=It;break}jt+=os}ht!==-1&&we(ht),Be(!0),$(je),B(je,je)},nt=le=>{if(!ut)return;const _e=le.currentTarget.getBoundingClientRect(),Oe=ye.show?ye.width:0,je=(le.clientX-_e.left-Oe)*Y/ce,Ct=Math.min(m,je),ke=Math.max(m,je);B(Ct,ke)},mt=le=>{if(!ut)return;Be(!1);const _e=le.currentTarget.getBoundingClientRect(),Oe=ye.show?ye.width:0,je=(le.clientX-_e.left-Oe)*Y/ce,Ct=Math.min(m,je),ke=Math.max(m,je);Math.abs(ke-Ct)<.1?($(Ct),d&&Xe.current?(Xe.current.stop(),V(Ct)):Xe.current&&Xe.current.stop()):B(Ct,ke)};return ae.some(le=>le.clips.length>0)&&(Z.length===0||G.length===0)?E.jsx("div",{className:o,children:"Loading waveform..."}):E.jsx(P0,{children:E.jsxs(qa.Provider,{value:{samplesPerPixel:Y,sampleRate:ce,zoomLevels:[Y],waveHeight:Me,timeScaleHeight:U,duration:be,controls:ye,barWidth:Vt,barGap:K},children:[E.jsx(Eu,{theme:p,backgroundColor:tr(p.waveOutlineColor),timescaleBackgroundColor:p.timescaleBackgroundColor,scrollContainerWidth:ge+(ye.show?ye.width:0),timescaleWidth:ge,tracksWidth:ge,controlsWidth:ye.show?ye.width:0,onTracksMouseDown:He,onTracksMouseMove:nt,onTracksMouseUp:mt,scrollContainerRef:ee,timescale:U>0?E.jsx(K0,{duration:be*1e3,marker:1e4,bigStep:5e3,secondStep:1e3,renderTimestamp:e}):void 0,children:E.jsxs(E.Fragment,{children:[G.map((le,_e)=>{const Oe=ae[_e];if(!Oe)return null;const Ze=ie[_e]||{name:`Track ${_e+1}`,muted:!1,soloed:!1,volume:1,pan:0},je=s?s(_e):E.jsxs(ov,{onClick:()=>we(_e),children:[E.jsx(av,{style:{justifyContent:"center"},children:Ze.name||`Track ${_e+1}`}),E.jsxs(rv,{children:[E.jsx(Bc,{$variant:Ze.muted?"danger":"outline",onClick:()=>A(_e,!Ze.muted),children:"Mute"}),E.jsx(Bc,{$variant:Ze.soloed?"info":"outline",onClick:()=>R(_e,!Ze.soloed),children:"Solo"})]}),E.jsxs(qc,{children:[E.jsx(cv,{}),E.jsx($c,{min:"0",max:"1",step:"0.01",value:Ze.volume,onChange:ke=>O(_e,parseFloat(ke.target.value))}),E.jsx(lv,{})]}),E.jsxs(qc,{children:[E.jsx("span",{children:"L"}),E.jsx($c,{min:"-1",max:"1",step:"0.01",value:Ze.pan,onChange:ke=>N(_e,parseFloat(ke.target.value))}),E.jsx("span",{children:"R"})]})]}),Ct=le.length>0?Math.max(...le.map(ke=>ke.peaks.data.length)):1;return E.jsx(Fu.Provider,{value:je,children:E.jsxs(iv,{numChannels:Ct,backgroundColor:tr(p.waveOutlineColor),offset:0,width:ge,hasClipHeaders:a,trackId:Oe.id,isSelected:Oe.id===T,children:[le.map((ke,jt)=>{const ht=ke.peaks,It=ht.length;return E.jsx(Pc,{clipId:ke.clipId,trackIndex:_e,clipIndex:jt,trackName:ke.trackName,startSample:ke.startSample,durationSamples:ke.durationSamples,samplesPerPixel:Y,showHeader:a,disableHeaderDrag:!c,isSelected:Oe.id===T,trackId:Oe.id,fadeIn:ke.fadeIn,fadeOut:ke.fadeOut,sampleRate:ce,showFades:l,touchOptimized:u,onMouseDown:dt=>{dt.target.closest('[role="button"][aria-roledescription="draggable"]')||we(_e)},children:ht.data.map((dt,Je)=>E.jsx(il,{index:Je,data:dt,bits:ht.bits,length:It,isSelected:Oe.id===T,clipStartSample:ke.startSample,clipDurationSamples:ke.durationSamples},`${_e}-${jt}-${Je}`))},`${_e}-${jt}`)}),h?.isRecording&&h.trackId===Oe.id&&h.peaks.length>0&&E.jsx(Pc,{clipId:"recording-preview",trackIndex:_e,clipIndex:le.length,trackName:"Recording...",startSample:h.startSample,durationSamples:h.durationSamples,samplesPerPixel:Y,showHeader:a,disableHeaderDrag:!0,isSelected:Oe.id===T,trackId:Oe.id,children:E.jsx(il,{index:0,data:h.peaks,bits:16,length:Math.floor(h.peaks.length/2),isSelected:Oe.id===T,clipStartSample:h.startSample,clipDurationSamples:h.durationSamples},`${_e}-recording-0`)},`${_e}-recording`)]})},Oe.id)}),x.length>0&&E.jsx(Rv,{height:30,width:ge,children:x.map((le,_e)=>{const Oe=le.start*ce/Y,Ze=le.end*ce/Y;return E.jsx(kv,{annotationId:le.id,annotationIndex:_e,startPosition:Oe,endPosition:Ze,label:le.id,color:"#ff9800",isActive:le.id===b,onClick:()=>he(le),editable:v},le.id)})}),m!==y&&E.jsx(F0,{startPosition:Math.min(m,y)*ce/Y+(ye.show?ye.width:0),endPosition:Math.max(m,y)*ce/Y+(ye.show?ye.width:0),color:p.selectionColor}),(d||m===y)&&(t?t({position:(f.current??0)*ce/Y+(ye.show?ye.width:0),color:p.playheadColor,isPlaying:d,currentTimeRef:f,playbackStartTimeRef:_,audioStartPositionRef:g,samplesPerPixel:Y,sampleRate:ce,controlsOffset:ye.show?ye.width:0,getAudioContextTime:()=>fe().currentTime}):E.jsx(tb,{color:p.playheadColor,controlsOffset:ye.show?ye.width:0}))]})}),x.length>0&&E.jsx(qv,{annotations:x,activeAnnotationId:b??void 0,shouldScrollToActive:!0,editable:v,controls:v?n:void 0,annotationListConfig:{linkEndpoints:w,continuousPlay:k},height:r,onAnnotationUpdate:le=>{D(le)}})]})})};function Ks(s,e){this._waveformData=s,this._channelIndex=e}Ks.prototype.min_sample=function(s){var e=(s*this._waveformData.channels+this._channelIndex)*2;return this._waveformData._at(e)};Ks.prototype.max_sample=function(s){var e=(s*this._waveformData.channels+this._channelIndex)*2+1;return this._waveformData._at(e)};Ks.prototype.set_min_sample=function(s,e){var t=(s*this._waveformData.channels+this._channelIndex)*2;return this._waveformData._set_at(t,e)};Ks.prototype.set_max_sample=function(s,e){var t=(s*this._waveformData.channels+this._channelIndex)*2+1;return this._waveformData._set_at(t,e)};Ks.prototype.min_array=function(){for(var s=this._waveformData.length,e=[],t=0;t<s;t++)e.push(this.min_sample(t));return e};Ks.prototype.max_array=function(){for(var s=this._waveformData.length,e=[],t=0;t<s;t++)e.push(this.max_sample(t));return e};var cb=127,lb=-128,ub=32767,hb=-32768;function db(s,e){var t=Math.floor(s/e),n=s-t*e;return n>0&&t++,t}function pb(s){for(var e=s.scale,t=s.amplitude_scale,n=s.split_channels,i=s.length,r=s.sample_rate,o=s.channels.map(function(A){return new Float32Array(A)}),a=n?o.length:1,c=24,l=db(i,e),u=s.bits===8?1:2,h=c+l*2*u*a,p=new ArrayBuffer(h),d=new DataView(p),f=0,_=c,g=new Array(a),m=new Array(a),y=0;y<a;y++)g[y]=1/0,m[y]=-1/0;var x=s.bits===8?lb:hb,b=s.bits===8?cb:ub;d.setInt32(0,2,!0),d.setUint32(4,s.bits===8,!0),d.setInt32(8,r,!0),d.setInt32(12,e,!0),d.setInt32(16,l,!0),d.setInt32(20,a,!0);for(var v=0;v<i;v++){var w=0;if(a===1){for(var k=0;k<o.length;++k)w+=o[k][v];w=Math.floor(b*w*t/o.length),w<g[0]&&(g[0]=w,g[0]<x&&(g[0]=x)),w>m[0]&&(m[0]=w,m[0]>b&&(m[0]=b))}else for(var T=0;T<a;++T)w=Math.floor(b*o[T][v]*t),w<g[T]&&(g[T]=w,g[T]<x&&(g[T]=x)),w>m[T]&&(m[T]=w,m[T]>b&&(m[T]=b));if(++f===e){for(var D=0;D<a;D++)s.bits===8?(d.setInt8(_++,g[D]),d.setInt8(_++,m[D])):(d.setInt16(_,g[D],!0),d.setInt16(_+2,m[D],!0),_+=4),g[D]=1/0,m[D]=-1/0;f=0}}if(f>0)for(var I=0;I<a;I++)s.bits===8?(d.setInt8(_++,g[I]),d.setInt8(_++,m[I])):(d.setInt16(_,g[I],!0),d.setInt16(_+2,m[I],!0));return p}function nr(s){"@babel/helpers - typeof";return nr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},nr(s)}function fb(s){return s&&nr(s)==="object"&&"sample_rate"in s&&"samples_per_pixel"in s&&"bits"in s&&"length"in s&&"data"in s}function mb(s){var e=s&&nr(s)==="object"&&"byteLength"in s;if(e){var t=new DataView(s),n=t.getInt32(0,!0);if(n!==1&&n!==2)throw new TypeError("WaveformData.create(): This waveform data version not supported")}return e}function gb(s){var e=s.data,t=s.channels||1,n=24,i=s.bits===8?1:2,r=s.length*2*t;if(e.length!==r)throw new Error("WaveformData.create(): Length mismatch in JSON waveform data");var o=n+e.length*i,a=new ArrayBuffer(o),c=new DataView(a);c.setInt32(0,2,!0),c.setUint32(4,s.bits===8,!0),c.setInt32(8,s.sample_rate,!0),c.setInt32(12,s.samples_per_pixel,!0),c.setInt32(16,s.length,!0),c.setInt32(20,t,!0);var l=n;if(s.bits===8)for(var u=0;u<e.length;u++)c.setInt8(l++,e[u],!0);else for(var h=0;h<e.length;h++)c.setInt16(l,e[h],!0),l+=2;return a}function Js(s){return s==null}function _b(s,e){var t=atob(s);return t}function vb(s,e,t){var n=_b(s),i=n.indexOf(`
1372
- `,10)+1,r=n.substring(i)+"",o=new Blob([r],{type:"application/javascript"});return URL.createObjectURL(o)}function yb(s,e,t){var n;return function(r){return n=n||vb(s),new Worker(n,r)}}var bb=yb("Lyogcm9sbHVwLXBsdWdpbi13ZWItd29ya2VyLWxvYWRlciAqLwooZnVuY3Rpb24gKCkgewogICd1c2Ugc3RyaWN0JzsKCiAgLyoqCiAgICogQXVkaW9CdWZmZXItYmFzZWQgV2F2ZWZvcm1EYXRhIGdlbmVyYXRvcgogICAqCiAgICogQWRhcHRlZCBmcm9tIEJsb2NrRmlsZTo6Q2FsY1N1bW1hcnkgaW4gQXVkYWNpdHksIHdpdGggcGVybWlzc2lvbi4KICAgKiBTZWUgaHR0cHM6Ly9naXRodWIuY29tL2F1ZGFjaXR5L2F1ZGFjaXR5L2Jsb2IvCiAgICogICAxMTA4YzEzNzZjMDkxNjYxNjIzMzVmYWI0NzQzMDA4Y2JhNTdjNGVlL3NyYy9CbG9ja0ZpbGUuY3BwI0wxOTgKICAgKi8KCiAgdmFyIElOVDhfTUFYID0gMTI3OwogIHZhciBJTlQ4X01JTiA9IC0xMjg7CiAgdmFyIElOVDE2X01BWCA9IDMyNzY3OwogIHZhciBJTlQxNl9NSU4gPSAtMzI3Njg7CiAgZnVuY3Rpb24gY2FsY3VsYXRlV2F2ZWZvcm1EYXRhTGVuZ3RoKGF1ZGlvX3NhbXBsZV9jb3VudCwgc2NhbGUpIHsKICAgIHZhciBkYXRhX2xlbmd0aCA9IE1hdGguZmxvb3IoYXVkaW9fc2FtcGxlX2NvdW50IC8gc2NhbGUpOwogICAgdmFyIHNhbXBsZXNfcmVtYWluaW5nID0gYXVkaW9fc2FtcGxlX2NvdW50IC0gZGF0YV9sZW5ndGggKiBzY2FsZTsKICAgIGlmIChzYW1wbGVzX3JlbWFpbmluZyA+IDApIHsKICAgICAgZGF0YV9sZW5ndGgrKzsKICAgIH0KICAgIHJldHVybiBkYXRhX2xlbmd0aDsKICB9CiAgZnVuY3Rpb24gZ2VuZXJhdGVXYXZlZm9ybURhdGEob3B0aW9ucykgewogICAgdmFyIHNjYWxlID0gb3B0aW9ucy5zY2FsZTsKICAgIHZhciBhbXBsaXR1ZGVfc2NhbGUgPSBvcHRpb25zLmFtcGxpdHVkZV9zY2FsZTsKICAgIHZhciBzcGxpdF9jaGFubmVscyA9IG9wdGlvbnMuc3BsaXRfY2hhbm5lbHM7CiAgICB2YXIgbGVuZ3RoID0gb3B0aW9ucy5sZW5ndGg7CiAgICB2YXIgc2FtcGxlX3JhdGUgPSBvcHRpb25zLnNhbXBsZV9yYXRlOwogICAgdmFyIGNoYW5uZWxzID0gb3B0aW9ucy5jaGFubmVscy5tYXAoZnVuY3Rpb24gKGNoYW5uZWwpIHsKICAgICAgcmV0dXJuIG5ldyBGbG9hdDMyQXJyYXkoY2hhbm5lbCk7CiAgICB9KTsKICAgIHZhciBvdXRwdXRfY2hhbm5lbHMgPSBzcGxpdF9jaGFubmVscyA/IGNoYW5uZWxzLmxlbmd0aCA6IDE7CiAgICB2YXIgaGVhZGVyX3NpemUgPSAyNDsKICAgIHZhciBkYXRhX2xlbmd0aCA9IGNhbGN1bGF0ZVdhdmVmb3JtRGF0YUxlbmd0aChsZW5ndGgsIHNjYWxlKTsKICAgIHZhciBieXRlc19wZXJfc2FtcGxlID0gb3B0aW9ucy5iaXRzID09PSA4ID8gMSA6IDI7CiAgICB2YXIgdG90YWxfc2l6ZSA9IGhlYWRlcl9zaXplICsgZGF0YV9sZW5ndGggKiAyICogYnl0ZXNfcGVyX3NhbXBsZSAqIG91dHB1dF9jaGFubmVsczsKICAgIHZhciBidWZmZXIgPSBuZXcgQXJyYXlCdWZmZXIodG90YWxfc2l6ZSk7CiAgICB2YXIgZGF0YV92aWV3ID0gbmV3IERhdGFWaWV3KGJ1ZmZlcik7CiAgICB2YXIgc2NhbGVfY291bnRlciA9IDA7CiAgICB2YXIgb2Zmc2V0ID0gaGVhZGVyX3NpemU7CiAgICB2YXIgbWluX3ZhbHVlID0gbmV3IEFycmF5KG91dHB1dF9jaGFubmVscyk7CiAgICB2YXIgbWF4X3ZhbHVlID0gbmV3IEFycmF5KG91dHB1dF9jaGFubmVscyk7CiAgICBmb3IgKHZhciBjaGFubmVsID0gMDsgY2hhbm5lbCA8IG91dHB1dF9jaGFubmVsczsgY2hhbm5lbCsrKSB7CiAgICAgIG1pbl92YWx1ZVtjaGFubmVsXSA9IEluZmluaXR5OwogICAgICBtYXhfdmFsdWVbY2hhbm5lbF0gPSAtSW5maW5pdHk7CiAgICB9CiAgICB2YXIgcmFuZ2VfbWluID0gb3B0aW9ucy5iaXRzID09PSA4ID8gSU5UOF9NSU4gOiBJTlQxNl9NSU47CiAgICB2YXIgcmFuZ2VfbWF4ID0gb3B0aW9ucy5iaXRzID09PSA4ID8gSU5UOF9NQVggOiBJTlQxNl9NQVg7CiAgICBkYXRhX3ZpZXcuc2V0SW50MzIoMCwgMiwgdHJ1ZSk7IC8vIFZlcnNpb24KICAgIGRhdGFfdmlldy5zZXRVaW50MzIoNCwgb3B0aW9ucy5iaXRzID09PSA4LCB0cnVlKTsgLy8gSXMgOCBiaXQ/CiAgICBkYXRhX3ZpZXcuc2V0SW50MzIoOCwgc2FtcGxlX3JhdGUsIHRydWUpOyAvLyBTYW1wbGUgcmF0ZQogICAgZGF0YV92aWV3LnNldEludDMyKDEyLCBzY2FsZSwgdHJ1ZSk7IC8vIFNjYWxlCiAgICBkYXRhX3ZpZXcuc2V0SW50MzIoMTYsIGRhdGFfbGVuZ3RoLCB0cnVlKTsgLy8gTGVuZ3RoCiAgICBkYXRhX3ZpZXcuc2V0SW50MzIoMjAsIG91dHB1dF9jaGFubmVscywgdHJ1ZSk7CiAgICBmb3IgKHZhciBpID0gMDsgaSA8IGxlbmd0aDsgaSsrKSB7CiAgICAgIHZhciBzYW1wbGUgPSAwOwogICAgICBpZiAob3V0cHV0X2NoYW5uZWxzID09PSAxKSB7CiAgICAgICAgZm9yICh2YXIgX2NoYW5uZWwgPSAwOyBfY2hhbm5lbCA8IGNoYW5uZWxzLmxlbmd0aDsgKytfY2hhbm5lbCkgewogICAgICAgICAgc2FtcGxlICs9IGNoYW5uZWxzW19jaGFubmVsXVtpXTsKICAgICAgICB9CiAgICAgICAgc2FtcGxlID0gTWF0aC5mbG9vcihyYW5nZV9tYXggKiBzYW1wbGUgKiBhbXBsaXR1ZGVfc2NhbGUgLyBjaGFubmVscy5sZW5ndGgpOwogICAgICAgIGlmIChzYW1wbGUgPCBtaW5fdmFsdWVbMF0pIHsKICAgICAgICAgIG1pbl92YWx1ZVswXSA9IHNhbXBsZTsKICAgICAgICAgIGlmIChtaW5fdmFsdWVbMF0gPCByYW5nZV9taW4pIHsKICAgICAgICAgICAgbWluX3ZhbHVlWzBdID0gcmFuZ2VfbWluOwogICAgICAgICAgfQogICAgICAgIH0KICAgICAgICBpZiAoc2FtcGxlID4gbWF4X3ZhbHVlWzBdKSB7CiAgICAgICAgICBtYXhfdmFsdWVbMF0gPSBzYW1wbGU7CiAgICAgICAgICBpZiAobWF4X3ZhbHVlWzBdID4gcmFuZ2VfbWF4KSB7CiAgICAgICAgICAgIG1heF92YWx1ZVswXSA9IHJhbmdlX21heDsKICAgICAgICAgIH0KICAgICAgICB9CiAgICAgIH0gZWxzZSB7CiAgICAgICAgZm9yICh2YXIgX2NoYW5uZWwyID0gMDsgX2NoYW5uZWwyIDwgb3V0cHV0X2NoYW5uZWxzOyArK19jaGFubmVsMikgewogICAgICAgICAgc2FtcGxlID0gTWF0aC5mbG9vcihyYW5nZV9tYXggKiBjaGFubmVsc1tfY2hhbm5lbDJdW2ldICogYW1wbGl0dWRlX3NjYWxlKTsKICAgICAgICAgIGlmIChzYW1wbGUgPCBtaW5fdmFsdWVbX2NoYW5uZWwyXSkgewogICAgICAgICAgICBtaW5fdmFsdWVbX2NoYW5uZWwyXSA9IHNhbXBsZTsKICAgICAgICAgICAgaWYgKG1pbl92YWx1ZVtfY2hhbm5lbDJdIDwgcmFuZ2VfbWluKSB7CiAgICAgICAgICAgICAgbWluX3ZhbHVlW19jaGFubmVsMl0gPSByYW5nZV9taW47CiAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgICAgIGlmIChzYW1wbGUgPiBtYXhfdmFsdWVbX2NoYW5uZWwyXSkgewogICAgICAgICAgICBtYXhfdmFsdWVbX2NoYW5uZWwyXSA9IHNhbXBsZTsKICAgICAgICAgICAgaWYgKG1heF92YWx1ZVtfY2hhbm5lbDJdID4gcmFuZ2VfbWF4KSB7CiAgICAgICAgICAgICAgbWF4X3ZhbHVlW19jaGFubmVsMl0gPSByYW5nZV9tYXg7CiAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgICB9CiAgICAgIH0KICAgICAgaWYgKCsrc2NhbGVfY291bnRlciA9PT0gc2NhbGUpIHsKICAgICAgICBmb3IgKHZhciBfY2hhbm5lbDMgPSAwOyBfY2hhbm5lbDMgPCBvdXRwdXRfY2hhbm5lbHM7IF9jaGFubmVsMysrKSB7CiAgICAgICAgICBpZiAob3B0aW9ucy5iaXRzID09PSA4KSB7CiAgICAgICAgICAgIGRhdGFfdmlldy5zZXRJbnQ4KG9mZnNldCsrLCBtaW5fdmFsdWVbX2NoYW5uZWwzXSk7CiAgICAgICAgICAgIGRhdGFfdmlldy5zZXRJbnQ4KG9mZnNldCsrLCBtYXhfdmFsdWVbX2NoYW5uZWwzXSk7CiAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICBkYXRhX3ZpZXcuc2V0SW50MTYob2Zmc2V0LCBtaW5fdmFsdWVbX2NoYW5uZWwzXSwgdHJ1ZSk7CiAgICAgICAgICAgIGRhdGFfdmlldy5zZXRJbnQxNihvZmZzZXQgKyAyLCBtYXhfdmFsdWVbX2NoYW5uZWwzXSwgdHJ1ZSk7CiAgICAgICAgICAgIG9mZnNldCArPSA0OwogICAgICAgICAgfQogICAgICAgICAgbWluX3ZhbHVlW19jaGFubmVsM10gPSBJbmZpbml0eTsKICAgICAgICAgIG1heF92YWx1ZVtfY2hhbm5lbDNdID0gLUluZmluaXR5OwogICAgICAgIH0KICAgICAgICBzY2FsZV9jb3VudGVyID0gMDsKICAgICAgfQogICAgfQogICAgaWYgKHNjYWxlX2NvdW50ZXIgPiAwKSB7CiAgICAgIGZvciAodmFyIF9jaGFubmVsNCA9IDA7IF9jaGFubmVsNCA8IG91dHB1dF9jaGFubmVsczsgX2NoYW5uZWw0KyspIHsKICAgICAgICBpZiAob3B0aW9ucy5iaXRzID09PSA4KSB7CiAgICAgICAgICBkYXRhX3ZpZXcuc2V0SW50OChvZmZzZXQrKywgbWluX3ZhbHVlW19jaGFubmVsNF0pOwogICAgICAgICAgZGF0YV92aWV3LnNldEludDgob2Zmc2V0KyssIG1heF92YWx1ZVtfY2hhbm5lbDRdKTsKICAgICAgICB9IGVsc2UgewogICAgICAgICAgZGF0YV92aWV3LnNldEludDE2KG9mZnNldCwgbWluX3ZhbHVlW19jaGFubmVsNF0sIHRydWUpOwogICAgICAgICAgZGF0YV92aWV3LnNldEludDE2KG9mZnNldCArIDIsIG1heF92YWx1ZVtfY2hhbm5lbDRdLCB0cnVlKTsKICAgICAgICB9CiAgICAgIH0KICAgIH0KICAgIHJldHVybiBidWZmZXI7CiAgfQoKICBvbm1lc3NhZ2UgPSBmdW5jdGlvbiBvbm1lc3NhZ2UoZXZ0KSB7CiAgICB2YXIgYnVmZmVyID0gZ2VuZXJhdGVXYXZlZm9ybURhdGEoZXZ0LmRhdGEpOwoKICAgIC8vIFRyYW5zZmVyIGJ1ZmZlciB0byB0aGUgY2FsbGluZyB0aHJlYWQKICAgIHRoaXMucG9zdE1lc3NhZ2UoYnVmZmVyLCBbYnVmZmVyXSk7CiAgICB0aGlzLmNsb3NlKCk7CiAgfTsKCn0pKCk7Ci8vIyBzb3VyY2VNYXBwaW5nVVJMPXdhdmVmb3JtLWRhdGEtd29ya2VyLmpzLm1hcAoK");function Pt(s){if(fb(s)&&(s=gb(s)),mb(s)){this._data=new DataView(s),this._offset=this._version()===2?24:20,this._channels=[];for(var e=0;e<this.channels;e++)this._channels[e]=new Ks(this,e)}else throw new TypeError("WaveformData.create(): Unknown data format")}var jn={scale:512,bits:8,amplitude_scale:1,split_channels:!1,disable_worker:!1};function wb(s){var e={scale:s.scale||jn.scale,bits:s.bits||jn.bits,amplitude_scale:s.amplitude_scale||jn.amplitude_scale,split_channels:s.split_channels||jn.split_channels,disable_worker:s.disable_worker||jn.disable_worker};return e}function xb(s){for(var e=[],t=0;t<s.numberOfChannels;++t)e.push(s.getChannelData(t).buffer);return e}function Xu(s,e,t){var n=xb(s);if(e.disable_worker){var i=pb({scale:e.scale,bits:e.bits,amplitude_scale:e.amplitude_scale,split_channels:e.split_channels,length:s.length,sample_rate:s.sampleRate,channels:n});t(void 0,new Pt(i),s)}else{var r=new bb;r.onmessage=function(o){t(void 0,new Pt(o.data),s)},r.postMessage({scale:e.scale,bits:e.bits,amplitude_scale:e.amplitude_scale,split_channels:e.split_channels,length:s.length,sample_rate:s.sampleRate,channels:n},n)}}function Cb(s,e,t,n){function i(o){o||(o=new DOMException("EncodingError")),n(o),n=function(){}}var r=s.decodeAudioData(e,function(o){Xu(o,t,n)},i);r&&r.catch(i)}Pt.create=function(e){return new Pt(e)};Pt.createFromAudio=function(s,e){var t=wb(s);if(s.audio_context&&s.array_buffer)return Cb(s.audio_context,s.array_buffer,t,e);if(s.audio_buffer)return Xu(s.audio_buffer,t,e);throw new TypeError("WaveformData.createFromAudio(): Pass either an AudioContext and ArrayBuffer, or an AudioBuffer object")};function Xr(s){this._inputData=s.waveformData,this._output_samples_per_pixel=s.scale,this._scale=this._inputData.scale,this._input_buffer_size=this._inputData.length;var e=this._input_buffer_size*this._inputData.scale,t=Math.ceil(e/this._output_samples_per_pixel),n=24,i=this._inputData.bits===8?1:2,r=n+t*2*this._inputData.channels*i;this._output_data=new ArrayBuffer(r),this.output_dataview=new DataView(this._output_data),this.output_dataview.setInt32(0,2,!0),this.output_dataview.setUint32(4,this._inputData.bits===8,!0),this.output_dataview.setInt32(8,this._inputData.sample_rate,!0),this.output_dataview.setInt32(12,this._output_samples_per_pixel,!0),this.output_dataview.setInt32(16,t,!0),this.output_dataview.setInt32(20,this._inputData.channels,!0),this._outputWaveformData=new Pt(this._output_data),this._input_index=0,this._output_index=0;var o=this._inputData.channels;this._min=new Array(o),this._max=new Array(o);for(var a=0;a<o;++a)this._input_buffer_size>0?(this._min[a]=this._inputData.channel(a).min_sample(this._input_index),this._max[a]=this._inputData.channel(a).max_sample(this._input_index)):(this._min[a]=0,this._max[a]=0);this._min_value=this._inputData.bits===8?-128:-32768,this._max_value=this._inputData.bits===8?127:32767,this._where=0,this._prev_where=0,this._stop=0,this._last_input_index=0}Xr.prototype.sample_at_pixel=function(s){return Math.floor(s*this._output_samples_per_pixel)};Xr.prototype.next=function(){for(var s=0,e=1e3,t=this._inputData.channels,n;this._input_index<this._input_buffer_size&&s<e;){for(;Math.floor(this.sample_at_pixel(this._output_index)/this._scale)===this._input_index;){if(this._output_index>0)for(var i=0;i<t;++i)n=this._outputWaveformData.channel(i),n.set_min_sample(this._output_index-1,this._min[i]),n.set_max_sample(this._output_index-1,this._max[i]);if(this._last_input_index=this._input_index,this._output_index++,this._where=this.sample_at_pixel(this._output_index),this._prev_where=this.sample_at_pixel(this._output_index-1),this._where!==this._prev_where)for(var r=0;r<t;++r)this._min[r]=this._max_value,this._max[r]=this._min_value}for(this._where=this.sample_at_pixel(this._output_index),this._stop=Math.floor(this._where/this._scale),this._stop>this._input_buffer_size&&(this._stop=this._input_buffer_size);this._input_index<this._stop;){for(var o=0;o<t;++o){n=this._inputData.channel(o);var a=n.min_sample(this._input_index);a<this._min[o]&&(this._min[o]=a),a=n.max_sample(this._input_index),a>this._max[o]&&(this._max[o]=a)}this._input_index++}s++}if(this._input_index<this._input_buffer_size)return!1;if(this._input_index!==this._last_input_index)for(var c=0;c<t;++c)n=this._outputWaveformData.channel(c),n.set_min_sample(this._output_index-1,this._min[c]),n.set_max_sample(this._output_index-1,this._max[c]);return!0};Xr.prototype.getOutputData=function(){return this._output_data};Pt.prototype={_getResampleOptions:function(e){var t={};if(t.scale=e.scale,t.width=e.width,!Js(t.width)&&(typeof t.width!="number"||t.width<=0))throw new RangeError("WaveformData.resample(): width should be a positive integer value");if(!Js(t.scale)&&(typeof t.scale!="number"||t.scale<=0))throw new RangeError("WaveformData.resample(): scale should be a positive integer value");if(!t.scale&&!t.width)throw new Error("WaveformData.resample(): Missing scale or width option");if(t.width&&(t.scale=Math.floor(this.duration*this.sample_rate/t.width)),t.scale<this.scale)throw new Error("WaveformData.resample(): Zoom level "+t.scale+" too low, minimum: "+this.scale);return t.abortSignal=e.abortSignal,t},resample:function(e){e=this._getResampleOptions(e),e.waveformData=this;for(var t=new Xr(e);!t.next(););return new Pt(t.getOutputData())},concat:function(){var e=this,t=Array.prototype.slice.call(arguments);t.forEach(function(i){if(e.channels!==i.channels||e.sample_rate!==i.sample_rate||e.bits!==i.bits||e.scale!==i.scale)throw new Error("WaveformData.concat(): Waveforms are incompatible")});var n=this._concatBuffers.apply(this,t);return Pt.create(n)},_concatBuffers:function(){for(var e=Array.prototype.slice.call(arguments),t=this._offset,n=t,i=0,r=[this].concat(e).map(function(m){return m._data.buffer}),o=0;o<r.length;o++){var a=r[o],c=new DataView(a).getInt32(16,!0);n+=a.byteLength-t,i+=c}for(var l=new ArrayBuffer(n),u=new DataView(r[0]),h=new DataView(l),p=0;p<t;p++)h.setUint8(p,u.getUint8(p));h.setInt32(16,i,!0);for(var d=0,f=new Uint8Array(l,t),_=0;_<r.length;_++){var g=r[_];f.set(new Uint8Array(g,t),d),d+=g.byteLength-t}return l},slice:function(e){var t=0,n=0;if(!Js(e.startIndex)&&!Js(e.endIndex)?(t=e.startIndex,n=e.endIndex):!Js(e.startTime)&&!Js(e.endTime)&&(t=this.at_time(e.startTime),n=this.at_time(e.endTime)),t<0)throw new RangeError("startIndex or startTime must not be negative");if(n<0)throw new RangeError("endIndex or endTime must not be negative");t>this.length&&(t=this.length),n>this.length&&(n=this.length),t>n&&(t=n);var i=n-t,r=24,o=this.bits===8?1:2,a=r+i*2*this.channels*o,c=new ArrayBuffer(a),l=new DataView(c);l.setInt32(0,2,!0),l.setUint32(4,this.bits===8,!0),l.setInt32(8,this.sample_rate,!0),l.setInt32(12,this.scale,!0),l.setInt32(16,i,!0),l.setInt32(20,this.channels,!0);for(var u=0;u<i*this.channels*2;u++){var h=this._at(t*this.channels*2+u);this.bits===8?l.setInt8(r+u,h):l.setInt16(r+u*2,h,!0)}return new Pt(c)},_version:function(){return this._data.getInt32(0,!0)},get length(){return this._data.getUint32(16,!0)},get bits(){var s=!!this._data.getUint32(4,!0);return s?8:16},get duration(){return this.length*this.scale/this.sample_rate},get pixels_per_second(){return this.sample_rate/this.scale},get seconds_per_pixel(){return this.scale/this.sample_rate},get channels(){return this._version()===2?this._data.getInt32(20,!0):1},channel:function(e){if(e>=0&&e<this._channels.length)return this._channels[e];throw new RangeError("Invalid channel: "+e)},get sample_rate(){return this._data.getInt32(8,!0)},get scale(){return this._data.getInt32(12,!0)},_at:function(e){return this.bits===8?this._data.getInt8(this._offset+e):this._data.getInt16(this._offset+e*2,!0)},_set_at:function(e,t){return this.bits===8?this._data.setInt8(this._offset+e,t):this._data.setInt16(this._offset+e*2,t,!0)},at_time:function(e){return Math.floor(e*this.sample_rate/this.scale)},time:function(e){return e*this.scale/this.sample_rate},toJSON:function(){for(var e={version:2,channels:this.channels,sample_rate:this.sample_rate,samples_per_pixel:this.scale,bits:this.bits,length:this.length,data:[]},t=0;t<this.length;t++)for(var n=0;n<this.channels;n++)e.data.push(this.channel(n).min_sample(t)),e.data.push(this.channel(n).max_sample(t));return e},toArrayBuffer:function(){return this._data.buffer}};async function za(s){const e=await fetch(s);if(!e.ok)throw new Error(`Failed to fetch waveform data: ${e.statusText}`);if(s.endsWith(".dat")){const n=await e.arrayBuffer();return Pt.create(n)}else{const n=await e.json();return Pt.create(n)}}function Hu(s,e=0){const t=s.channel(e),n=s.bits,i=t.min_array(),r=t.max_array(),o=i.length,a=n===8?new Int8Array(o*2):new Int16Array(o*2);for(let c=0;c<o;c++)a[c*2]=i[c],a[c*2+1]=r[c];return{data:a,bits:n,length:o,sampleRate:s.sample_rate}}async function Sb(s,e=0){const t=await za(s);return Hu(t,e)}async function Tb(s){const e=await za(s);return{sampleRate:e.sample_rate,channels:e.channels,duration:e.duration,samplesPerPixel:e.scale,length:e.length,bits:e.bits}}exports.AudioPosition=Gy;exports.AutomaticScrollCheckbox=Hy;exports.ContinuousPlayCheckbox=Yy;exports.DownloadAnnotationsButton=Qy;exports.EditableCheckbox=Ky;exports.ExportWavButton=Jy;exports.FastForwardButton=Wy;exports.LinkEndpointsCheckbox=Uy;exports.MasterVolumeControl=Ly;exports.PauseButton=Fy;exports.PlayButton=Ny;exports.RewindButton=Py;exports.SelectionTimeInputs=Xy;exports.SkipBackwardButton=By;exports.SkipForwardButton=$y;exports.StopButton=Vy;exports.TimeFormatSelect=zy;exports.Tone=fu;exports.Waveform=ab;exports.WaveformPlaylistProvider=My;exports.ZoomInButton=qy;exports.ZoomOutButton=jy;exports.createEffectChain=Sy;exports.createEffectInstance=ei;exports.effectCategories=by;exports.effectDefinitions=Si;exports.getEffectDefinition=La;exports.getEffectsByCategory=yy;exports.getShortcutLabel=ny;exports.getWaveformDataMetadata=Tb;exports.loadPeaksFromWaveformData=Sb;exports.loadWaveformData=za;exports.useAnnotationDragHandlers=Jv;exports.useAnnotationKeyboardControls=ry;exports.useAudioTracks=Kv;exports.useClipDragHandlers=Qv;exports.useClipSplitting=sy;exports.useDragSensors=ty;exports.useDynamicEffects=Ty;exports.useExportWav=qu;exports.useIntegratedRecording=vy;exports.useKeyboardShortcuts=sr;exports.useMasterAnalyser=Hv;exports.useMasterVolume=Bu;exports.usePlaybackAnimation=At;exports.usePlaybackShortcuts=iy;exports.usePlaylistControls=Qe;exports.usePlaylistData=xt;exports.usePlaylistState=rs;exports.useTimeFormat=Pu;exports.useTrackDynamicEffects=ky;exports.useWaveformPlaylist=Oy;exports.useZoomControls=Wu;exports.waveformDataToPeaks=Hu;
1168
+ `,Ar=({clipStartSample:e,clipDurationSamples:t,...n})=>{const r=c.useRef(null),a=c.useRef(null),s=An(),{waveHeight:o}=Nt(),{isPlaying:i,currentTimeRef:l,playbackStartTimeRef:u,audioStartPositionRef:d}=Te(),{samplesPerPixel:b,sampleRate:p}=Re(),f=s?.waveProgressColor||"rgba(0, 0, 0, 0.1)";c.useEffect(()=>{const m=()=>{if(r.current){let C;if(i){const I=V.getContext().currentTime-(u.current??0);C=(d.current??0)+I}else C=l.current??0;const w=C*p,g=e+t;let A=0;if(w<=e)A=0;else if(w>=g)A=n.length;else{const I=w-e;A=Math.floor(I/b)}r.current.style.width=`${A}px`}i&&(a.current=requestAnimationFrame(m))};return i?a.current=requestAnimationFrame(m):m(),()=>{a.current&&(cancelAnimationFrame(a.current),a.current=null)}},[i,p,b,e,t,n.length,l,u,d]),c.useEffect(()=>{if(!i&&r.current){const C=(l.current??0)*p,w=e+t;let g=0;if(C<=e)g=0;else if(C>=w)g=n.length;else{const A=C-e;g=Math.floor(A/b)}r.current.style.width=`${g}px`}});const x=s?.waveformDrawMode||"inverted";let y;x==="inverted"?y=n.isSelected&&s?s.selectedWaveFillColor:s?.waveFillColor||"white":y=n.isSelected&&s?s.selectedWaveOutlineColor:s?.waveOutlineColor||"grey";const v=Ft(y);return O.jsxs(Ki,{children:[O.jsx(Ui,{$color:v,$height:o,$top:n.index*o,$width:n.length}),O.jsx(Ji,{ref:r,$color:f,$height:o,$top:n.index*o}),O.jsx(qi,{children:O.jsx(Ao,{...n,transparentBackground:!0})})]})},Qi=60,el=({renderTrackControls:e,renderTimestamp:t,renderPlayhead:n,annotationControls:r,annotationListConfig:a,annotationTextHeight:s,className:o,showClipHeaders:i=!1,interactiveClips:l=!1,showFades:u=!1,touchOptimized:d=!1,recordingState:b})=>{const p=An(),{isPlaying:f,currentTimeRef:x,playbackStartTimeRef:y,audioStartPositionRef:v}=Te(),{selectionStart:m,selectionEnd:C,annotations:w,activeAnnotationId:g,annotationsEditable:A,linkEndpoints:I,continuousPlay:D,selectedTrackId:F}=Ne(),{setAnnotations:_,setActiveAnnotationId:M,setTrackMute:$,setTrackSolo:j,setTrackVolume:Z,setTrackPan:X,setSelection:Y,play:K,setScrollContainer:te,setSelectedTrackId:re,setCurrentTime:L}=xe(),{audioBuffers:oe,peaksDataArray:S,trackStates:z,tracks:G,duration:Q,samplesPerPixel:se,sampleRate:fe,waveHeight:ue,timeScaleHeight:ye,controls:le,playoutRef:De,barWidth:ut,barGap:Qe}=Re(),[et,N]=c.useState(!1),Ie=c.useRef(null),ge=c.useCallback(J=>{Ie.current=J,te(J)},[te]);let be=oe.length>0?Q:Qi;if(b?.isRecording){const ne=(b.startSample+b.durationSamples)/fe;be=Math.max(be,ne+10)}const Pe=Math.floor(be*fe/se),$e=async J=>{console.log("Annotation clicked:",J.id),M(J.id);const ne=D?void 0:J.end-J.start;await K(J.start,ne)},_e=c.useCallback(J=>{if(J>=0&&J<G.length){const ne=G[J];re(ne.id)}},[G,re]),Ze=J=>{const ne=J.currentTarget.getBoundingClientRect(),he=le.show?le.width:0,we=(J.clientX-ne.left-he)*se/fe,de=J.clientY-ne.top;let Ve=0,Ae=-1;for(let Se=0;Se<S.length;Se++){const He=S[Se],Je=(He.length>0?Math.max(...He.map(We=>We.peaks.data.length)):1)*ue+(i?22:0);if(de>=Ve&&de<Ve+Je){Ae=Se;break}Ve+=Je}Ae!==-1&&_e(Ae),N(!0),L(we),Y(we,we)},Be=J=>{if(!et)return;const ne=J.currentTarget.getBoundingClientRect(),he=le.show?le.width:0,we=(J.clientX-ne.left-he)*se/fe,Ee=Math.min(m,we),de=Math.max(m,we);Y(Ee,de)},tt=J=>{if(!et)return;N(!1);const ne=J.currentTarget.getBoundingClientRect(),he=le.show?le.width:0,we=(J.clientX-ne.left-he)*se/fe,Ee=Math.min(m,we),de=Math.max(m,we);Math.abs(de-Ee)<.1?(L(Ee),f&&De.current?(De.current.stop(),K(Ee)):De.current&&De.current.stop()):Y(Ee,de)};return G.some(J=>J.clips.length>0)&&(oe.length===0||S.length===0)?O.jsx("div",{className:o,children:"Loading waveform..."}):O.jsx(bo,{children:O.jsxs(In.Provider,{value:{samplesPerPixel:se,sampleRate:fe,zoomLevels:[se],waveHeight:ue,timeScaleHeight:ye,duration:be,controls:le,barWidth:ut,barGap:Qe},children:[O.jsx(Vr,{theme:p,backgroundColor:Ft(p.waveOutlineColor),timescaleBackgroundColor:p.timescaleBackgroundColor,scrollContainerWidth:Pe+(le.show?le.width:0),timescaleWidth:Pe,tracksWidth:Pe,controlsWidth:le.show?le.width:0,onTracksMouseDown:Ze,onTracksMouseMove:Be,onTracksMouseUp:tt,scrollContainerRef:ge,timescale:ye>0?O.jsx(Do,{duration:be*1e3,marker:1e4,bigStep:5e3,secondStep:1e3,renderTimestamp:t}):void 0,children:O.jsxs(O.Fragment,{children:[S.map((J,ne)=>{const he=G[ne];if(!he)return null;const ve=z[ne]||{name:`Track ${ne+1}`,muted:!1,soloed:!1,volume:1,pan:0},we=e?e(ne):O.jsxs(jo,{onClick:()=>_e(ne),children:[O.jsx(zo,{style:{justifyContent:"center"},children:ve.name||`Track ${ne+1}`}),O.jsxs(Vo,{children:[O.jsx(Jn,{$variant:ve.muted?"danger":"outline",onClick:()=>$(ne,!ve.muted),children:"Mute"}),O.jsx(Jn,{$variant:ve.soloed?"info":"outline",onClick:()=>j(ne,!ve.soloed),children:"Solo"})]}),O.jsxs(Qn,{children:[O.jsx(Oo,{}),O.jsx(qn,{min:"0",max:"1",step:"0.01",value:ve.volume,onChange:de=>Z(ne,parseFloat(de.target.value))}),O.jsx(No,{})]}),O.jsxs(Qn,{children:[O.jsx("span",{children:"L"}),O.jsx(qn,{min:"-1",max:"1",step:"0.01",value:ve.pan,onChange:de=>X(ne,parseFloat(de.target.value))}),O.jsx("span",{children:"R"})]})]}),Ee=J.length>0?Math.max(...J.map(de=>de.peaks.data.length)):1;return O.jsx(Nr.Provider,{value:we,children:O.jsxs(Zo,{numChannels:Ee,backgroundColor:Ft(p.waveOutlineColor),offset:0,width:Pe,hasClipHeaders:i,trackId:he.id,isSelected:he.id===F,children:[J.map((de,Ve)=>{const Ae=de.peaks,Se=Ae.length;return O.jsx(Kn,{clipId:de.clipId,trackIndex:ne,clipIndex:Ve,trackName:de.trackName,startSample:de.startSample,durationSamples:de.durationSamples,samplesPerPixel:se,showHeader:i,disableHeaderDrag:!l,isSelected:he.id===F,trackId:he.id,fadeIn:de.fadeIn,fadeOut:de.fadeOut,sampleRate:fe,showFades:u,touchOptimized:d,onMouseDown:He=>{He.target.closest('[role="button"][aria-roledescription="draggable"]')||_e(ne)},children:Ae.data.map((He,Le)=>O.jsx(Ar,{index:Le,data:He,bits:Ae.bits,length:Se,isSelected:he.id===F,clipStartSample:de.startSample,clipDurationSamples:de.durationSamples},`${ne}-${Ve}-${Le}`))},`${ne}-${Ve}`)}),b?.isRecording&&b.trackId===he.id&&b.peaks.length>0&&O.jsx(Kn,{clipId:"recording-preview",trackIndex:ne,clipIndex:J.length,trackName:"Recording...",startSample:b.startSample,durationSamples:b.durationSamples,samplesPerPixel:se,showHeader:i,disableHeaderDrag:!0,isSelected:he.id===F,trackId:he.id,children:O.jsx(Ar,{index:0,data:b.peaks,bits:16,length:Math.floor(b.peaks.length/2),isSelected:he.id===F,clipStartSample:b.startSample,clipDurationSamples:b.durationSamples},`${ne}-recording-0`)},`${ne}-recording`)]})},he.id)}),w.length>0&&O.jsx(us,{height:30,width:Pe,children:w.map((J,ne)=>{const he=J.start*fe/se,ve=J.end*fe/se;return O.jsx(ss,{annotationId:J.id,annotationIndex:ne,startPosition:he,endPosition:ve,label:J.id,color:"#ff9800",isActive:J.id===g,onClick:()=>$e(J),editable:A},J.id)})}),m!==C&&O.jsx(po,{startPosition:Math.min(m,C)*fe/se+(le.show?le.width:0),endPosition:Math.max(m,C)*fe/se+(le.show?le.width:0),color:p.selectionColor}),(f||m===C)&&(n?n({position:(x.current??0)*fe/se+(le.show?le.width:0),color:p.playheadColor,isPlaying:f,currentTimeRef:x,playbackStartTimeRef:y,audioStartPositionRef:v,samplesPerPixel:se,sampleRate:fe,controlsOffset:le.show?le.width:0,getAudioContextTime:()=>V.getContext().currentTime}):O.jsx(Li,{color:p.playheadColor,controlsOffset:le.show?le.width:0}))]})}),w.length>0&&O.jsx(ws,{annotations:w,activeAnnotationId:g??void 0,shouldScrollToActive:!0,editable:A,controls:A?r:void 0,annotationListConfig:{linkEndpoints:I,continuousPlay:D},height:s,onAnnotationUpdate:J=>{_(J)}})]})})};function qe(e,t){this._waveformData=e,this._channelIndex=t}qe.prototype.min_sample=function(e){var t=(e*this._waveformData.channels+this._channelIndex)*2;return this._waveformData._at(t)};qe.prototype.max_sample=function(e){var t=(e*this._waveformData.channels+this._channelIndex)*2+1;return this._waveformData._at(t)};qe.prototype.set_min_sample=function(e,t){var n=(e*this._waveformData.channels+this._channelIndex)*2;return this._waveformData._set_at(n,t)};qe.prototype.set_max_sample=function(e,t){var n=(e*this._waveformData.channels+this._channelIndex)*2+1;return this._waveformData._set_at(n,t)};qe.prototype.min_array=function(){for(var e=this._waveformData.length,t=[],n=0;n<e;n++)t.push(this.min_sample(n));return t};qe.prototype.max_array=function(){for(var e=this._waveformData.length,t=[],n=0;n<e;n++)t.push(this.max_sample(n));return t};var tl=127,nl=-128,rl=32767,al=-32768;function ol(e,t){var n=Math.floor(e/t),r=e-n*t;return r>0&&n++,n}function sl(e){for(var t=e.scale,n=e.amplitude_scale,r=e.split_channels,a=e.length,s=e.sample_rate,o=e.channels.map(function($){return new Float32Array($)}),i=r?o.length:1,l=24,u=ol(a,t),d=e.bits===8?1:2,b=l+u*2*d*i,p=new ArrayBuffer(b),f=new DataView(p),x=0,y=l,v=new Array(i),m=new Array(i),C=0;C<i;C++)v[C]=1/0,m[C]=-1/0;var w=e.bits===8?nl:al,g=e.bits===8?tl:rl;f.setInt32(0,2,!0),f.setUint32(4,e.bits===8,!0),f.setInt32(8,s,!0),f.setInt32(12,t,!0),f.setInt32(16,u,!0),f.setInt32(20,i,!0);for(var A=0;A<a;A++){var I=0;if(i===1){for(var D=0;D<o.length;++D)I+=o[D][A];I=Math.floor(g*I*n/o.length),I<v[0]&&(v[0]=I,v[0]<w&&(v[0]=w)),I>m[0]&&(m[0]=I,m[0]>g&&(m[0]=g))}else for(var F=0;F<i;++F)I=Math.floor(g*o[F][A]*n),I<v[F]&&(v[F]=I,v[F]<w&&(v[F]=w)),I>m[F]&&(m[F]=I,m[F]>g&&(m[F]=g));if(++x===t){for(var _=0;_<i;_++)e.bits===8?(f.setInt8(y++,v[_]),f.setInt8(y++,m[_])):(f.setInt16(y,v[_],!0),f.setInt16(y+2,m[_],!0),y+=4),v[_]=1/0,m[_]=-1/0;x=0}}if(x>0)for(var M=0;M<i;M++)e.bits===8?(f.setInt8(y++,v[M]),f.setInt8(y++,m[M])):(f.setInt16(y,v[M],!0),f.setInt16(y+2,m[M],!0));return p}function Zt(e){"@babel/helpers - typeof";return Zt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Zt(e)}function il(e){return e&&Zt(e)==="object"&&"sample_rate"in e&&"samples_per_pixel"in e&&"bits"in e&&"length"in e&&"data"in e}function ll(e){var t=e&&Zt(e)==="object"&&"byteLength"in e;if(t){var n=new DataView(e),r=n.getInt32(0,!0);if(r!==1&&r!==2)throw new TypeError("WaveformData.create(): This waveform data version not supported")}return t}function cl(e){var t=e.data,n=e.channels||1,r=24,a=e.bits===8?1:2,s=e.length*2*n;if(t.length!==s)throw new Error("WaveformData.create(): Length mismatch in JSON waveform data");var o=r+t.length*a,i=new ArrayBuffer(o),l=new DataView(i);l.setInt32(0,2,!0),l.setUint32(4,e.bits===8,!0),l.setInt32(8,e.sample_rate,!0),l.setInt32(12,e.samples_per_pixel,!0),l.setInt32(16,e.length,!0),l.setInt32(20,n,!0);var u=r;if(e.bits===8)for(var d=0;d<t.length;d++)l.setInt8(u++,t[d],!0);else for(var b=0;b<t.length;b++)l.setInt16(u,t[b],!0),u+=2;return i}function at(e){return e==null}function ul(e,t){var n=atob(e);return n}function dl(e,t,n){var r=ul(e),a=r.indexOf(`
1169
+ `,10)+1,s=r.substring(a)+"",o=new Blob([s],{type:"application/javascript"});return URL.createObjectURL(o)}function fl(e,t,n){var r;return function(s){return r=r||dl(e),new Worker(r,s)}}var hl=fl("Lyogcm9sbHVwLXBsdWdpbi13ZWItd29ya2VyLWxvYWRlciAqLwooZnVuY3Rpb24gKCkgewogICd1c2Ugc3RyaWN0JzsKCiAgLyoqCiAgICogQXVkaW9CdWZmZXItYmFzZWQgV2F2ZWZvcm1EYXRhIGdlbmVyYXRvcgogICAqCiAgICogQWRhcHRlZCBmcm9tIEJsb2NrRmlsZTo6Q2FsY1N1bW1hcnkgaW4gQXVkYWNpdHksIHdpdGggcGVybWlzc2lvbi4KICAgKiBTZWUgaHR0cHM6Ly9naXRodWIuY29tL2F1ZGFjaXR5L2F1ZGFjaXR5L2Jsb2IvCiAgICogICAxMTA4YzEzNzZjMDkxNjYxNjIzMzVmYWI0NzQzMDA4Y2JhNTdjNGVlL3NyYy9CbG9ja0ZpbGUuY3BwI0wxOTgKICAgKi8KCiAgdmFyIElOVDhfTUFYID0gMTI3OwogIHZhciBJTlQ4X01JTiA9IC0xMjg7CiAgdmFyIElOVDE2X01BWCA9IDMyNzY3OwogIHZhciBJTlQxNl9NSU4gPSAtMzI3Njg7CiAgZnVuY3Rpb24gY2FsY3VsYXRlV2F2ZWZvcm1EYXRhTGVuZ3RoKGF1ZGlvX3NhbXBsZV9jb3VudCwgc2NhbGUpIHsKICAgIHZhciBkYXRhX2xlbmd0aCA9IE1hdGguZmxvb3IoYXVkaW9fc2FtcGxlX2NvdW50IC8gc2NhbGUpOwogICAgdmFyIHNhbXBsZXNfcmVtYWluaW5nID0gYXVkaW9fc2FtcGxlX2NvdW50IC0gZGF0YV9sZW5ndGggKiBzY2FsZTsKICAgIGlmIChzYW1wbGVzX3JlbWFpbmluZyA+IDApIHsKICAgICAgZGF0YV9sZW5ndGgrKzsKICAgIH0KICAgIHJldHVybiBkYXRhX2xlbmd0aDsKICB9CiAgZnVuY3Rpb24gZ2VuZXJhdGVXYXZlZm9ybURhdGEob3B0aW9ucykgewogICAgdmFyIHNjYWxlID0gb3B0aW9ucy5zY2FsZTsKICAgIHZhciBhbXBsaXR1ZGVfc2NhbGUgPSBvcHRpb25zLmFtcGxpdHVkZV9zY2FsZTsKICAgIHZhciBzcGxpdF9jaGFubmVscyA9IG9wdGlvbnMuc3BsaXRfY2hhbm5lbHM7CiAgICB2YXIgbGVuZ3RoID0gb3B0aW9ucy5sZW5ndGg7CiAgICB2YXIgc2FtcGxlX3JhdGUgPSBvcHRpb25zLnNhbXBsZV9yYXRlOwogICAgdmFyIGNoYW5uZWxzID0gb3B0aW9ucy5jaGFubmVscy5tYXAoZnVuY3Rpb24gKGNoYW5uZWwpIHsKICAgICAgcmV0dXJuIG5ldyBGbG9hdDMyQXJyYXkoY2hhbm5lbCk7CiAgICB9KTsKICAgIHZhciBvdXRwdXRfY2hhbm5lbHMgPSBzcGxpdF9jaGFubmVscyA/IGNoYW5uZWxzLmxlbmd0aCA6IDE7CiAgICB2YXIgaGVhZGVyX3NpemUgPSAyNDsKICAgIHZhciBkYXRhX2xlbmd0aCA9IGNhbGN1bGF0ZVdhdmVmb3JtRGF0YUxlbmd0aChsZW5ndGgsIHNjYWxlKTsKICAgIHZhciBieXRlc19wZXJfc2FtcGxlID0gb3B0aW9ucy5iaXRzID09PSA4ID8gMSA6IDI7CiAgICB2YXIgdG90YWxfc2l6ZSA9IGhlYWRlcl9zaXplICsgZGF0YV9sZW5ndGggKiAyICogYnl0ZXNfcGVyX3NhbXBsZSAqIG91dHB1dF9jaGFubmVsczsKICAgIHZhciBidWZmZXIgPSBuZXcgQXJyYXlCdWZmZXIodG90YWxfc2l6ZSk7CiAgICB2YXIgZGF0YV92aWV3ID0gbmV3IERhdGFWaWV3KGJ1ZmZlcik7CiAgICB2YXIgc2NhbGVfY291bnRlciA9IDA7CiAgICB2YXIgb2Zmc2V0ID0gaGVhZGVyX3NpemU7CiAgICB2YXIgbWluX3ZhbHVlID0gbmV3IEFycmF5KG91dHB1dF9jaGFubmVscyk7CiAgICB2YXIgbWF4X3ZhbHVlID0gbmV3IEFycmF5KG91dHB1dF9jaGFubmVscyk7CiAgICBmb3IgKHZhciBjaGFubmVsID0gMDsgY2hhbm5lbCA8IG91dHB1dF9jaGFubmVsczsgY2hhbm5lbCsrKSB7CiAgICAgIG1pbl92YWx1ZVtjaGFubmVsXSA9IEluZmluaXR5OwogICAgICBtYXhfdmFsdWVbY2hhbm5lbF0gPSAtSW5maW5pdHk7CiAgICB9CiAgICB2YXIgcmFuZ2VfbWluID0gb3B0aW9ucy5iaXRzID09PSA4ID8gSU5UOF9NSU4gOiBJTlQxNl9NSU47CiAgICB2YXIgcmFuZ2VfbWF4ID0gb3B0aW9ucy5iaXRzID09PSA4ID8gSU5UOF9NQVggOiBJTlQxNl9NQVg7CiAgICBkYXRhX3ZpZXcuc2V0SW50MzIoMCwgMiwgdHJ1ZSk7IC8vIFZlcnNpb24KICAgIGRhdGFfdmlldy5zZXRVaW50MzIoNCwgb3B0aW9ucy5iaXRzID09PSA4LCB0cnVlKTsgLy8gSXMgOCBiaXQ/CiAgICBkYXRhX3ZpZXcuc2V0SW50MzIoOCwgc2FtcGxlX3JhdGUsIHRydWUpOyAvLyBTYW1wbGUgcmF0ZQogICAgZGF0YV92aWV3LnNldEludDMyKDEyLCBzY2FsZSwgdHJ1ZSk7IC8vIFNjYWxlCiAgICBkYXRhX3ZpZXcuc2V0SW50MzIoMTYsIGRhdGFfbGVuZ3RoLCB0cnVlKTsgLy8gTGVuZ3RoCiAgICBkYXRhX3ZpZXcuc2V0SW50MzIoMjAsIG91dHB1dF9jaGFubmVscywgdHJ1ZSk7CiAgICBmb3IgKHZhciBpID0gMDsgaSA8IGxlbmd0aDsgaSsrKSB7CiAgICAgIHZhciBzYW1wbGUgPSAwOwogICAgICBpZiAob3V0cHV0X2NoYW5uZWxzID09PSAxKSB7CiAgICAgICAgZm9yICh2YXIgX2NoYW5uZWwgPSAwOyBfY2hhbm5lbCA8IGNoYW5uZWxzLmxlbmd0aDsgKytfY2hhbm5lbCkgewogICAgICAgICAgc2FtcGxlICs9IGNoYW5uZWxzW19jaGFubmVsXVtpXTsKICAgICAgICB9CiAgICAgICAgc2FtcGxlID0gTWF0aC5mbG9vcihyYW5nZV9tYXggKiBzYW1wbGUgKiBhbXBsaXR1ZGVfc2NhbGUgLyBjaGFubmVscy5sZW5ndGgpOwogICAgICAgIGlmIChzYW1wbGUgPCBtaW5fdmFsdWVbMF0pIHsKICAgICAgICAgIG1pbl92YWx1ZVswXSA9IHNhbXBsZTsKICAgICAgICAgIGlmIChtaW5fdmFsdWVbMF0gPCByYW5nZV9taW4pIHsKICAgICAgICAgICAgbWluX3ZhbHVlWzBdID0gcmFuZ2VfbWluOwogICAgICAgICAgfQogICAgICAgIH0KICAgICAgICBpZiAoc2FtcGxlID4gbWF4X3ZhbHVlWzBdKSB7CiAgICAgICAgICBtYXhfdmFsdWVbMF0gPSBzYW1wbGU7CiAgICAgICAgICBpZiAobWF4X3ZhbHVlWzBdID4gcmFuZ2VfbWF4KSB7CiAgICAgICAgICAgIG1heF92YWx1ZVswXSA9IHJhbmdlX21heDsKICAgICAgICAgIH0KICAgICAgICB9CiAgICAgIH0gZWxzZSB7CiAgICAgICAgZm9yICh2YXIgX2NoYW5uZWwyID0gMDsgX2NoYW5uZWwyIDwgb3V0cHV0X2NoYW5uZWxzOyArK19jaGFubmVsMikgewogICAgICAgICAgc2FtcGxlID0gTWF0aC5mbG9vcihyYW5nZV9tYXggKiBjaGFubmVsc1tfY2hhbm5lbDJdW2ldICogYW1wbGl0dWRlX3NjYWxlKTsKICAgICAgICAgIGlmIChzYW1wbGUgPCBtaW5fdmFsdWVbX2NoYW5uZWwyXSkgewogICAgICAgICAgICBtaW5fdmFsdWVbX2NoYW5uZWwyXSA9IHNhbXBsZTsKICAgICAgICAgICAgaWYgKG1pbl92YWx1ZVtfY2hhbm5lbDJdIDwgcmFuZ2VfbWluKSB7CiAgICAgICAgICAgICAgbWluX3ZhbHVlW19jaGFubmVsMl0gPSByYW5nZV9taW47CiAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgICAgIGlmIChzYW1wbGUgPiBtYXhfdmFsdWVbX2NoYW5uZWwyXSkgewogICAgICAgICAgICBtYXhfdmFsdWVbX2NoYW5uZWwyXSA9IHNhbXBsZTsKICAgICAgICAgICAgaWYgKG1heF92YWx1ZVtfY2hhbm5lbDJdID4gcmFuZ2VfbWF4KSB7CiAgICAgICAgICAgICAgbWF4X3ZhbHVlW19jaGFubmVsMl0gPSByYW5nZV9tYXg7CiAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgICB9CiAgICAgIH0KICAgICAgaWYgKCsrc2NhbGVfY291bnRlciA9PT0gc2NhbGUpIHsKICAgICAgICBmb3IgKHZhciBfY2hhbm5lbDMgPSAwOyBfY2hhbm5lbDMgPCBvdXRwdXRfY2hhbm5lbHM7IF9jaGFubmVsMysrKSB7CiAgICAgICAgICBpZiAob3B0aW9ucy5iaXRzID09PSA4KSB7CiAgICAgICAgICAgIGRhdGFfdmlldy5zZXRJbnQ4KG9mZnNldCsrLCBtaW5fdmFsdWVbX2NoYW5uZWwzXSk7CiAgICAgICAgICAgIGRhdGFfdmlldy5zZXRJbnQ4KG9mZnNldCsrLCBtYXhfdmFsdWVbX2NoYW5uZWwzXSk7CiAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICBkYXRhX3ZpZXcuc2V0SW50MTYob2Zmc2V0LCBtaW5fdmFsdWVbX2NoYW5uZWwzXSwgdHJ1ZSk7CiAgICAgICAgICAgIGRhdGFfdmlldy5zZXRJbnQxNihvZmZzZXQgKyAyLCBtYXhfdmFsdWVbX2NoYW5uZWwzXSwgdHJ1ZSk7CiAgICAgICAgICAgIG9mZnNldCArPSA0OwogICAgICAgICAgfQogICAgICAgICAgbWluX3ZhbHVlW19jaGFubmVsM10gPSBJbmZpbml0eTsKICAgICAgICAgIG1heF92YWx1ZVtfY2hhbm5lbDNdID0gLUluZmluaXR5OwogICAgICAgIH0KICAgICAgICBzY2FsZV9jb3VudGVyID0gMDsKICAgICAgfQogICAgfQogICAgaWYgKHNjYWxlX2NvdW50ZXIgPiAwKSB7CiAgICAgIGZvciAodmFyIF9jaGFubmVsNCA9IDA7IF9jaGFubmVsNCA8IG91dHB1dF9jaGFubmVsczsgX2NoYW5uZWw0KyspIHsKICAgICAgICBpZiAob3B0aW9ucy5iaXRzID09PSA4KSB7CiAgICAgICAgICBkYXRhX3ZpZXcuc2V0SW50OChvZmZzZXQrKywgbWluX3ZhbHVlW19jaGFubmVsNF0pOwogICAgICAgICAgZGF0YV92aWV3LnNldEludDgob2Zmc2V0KyssIG1heF92YWx1ZVtfY2hhbm5lbDRdKTsKICAgICAgICB9IGVsc2UgewogICAgICAgICAgZGF0YV92aWV3LnNldEludDE2KG9mZnNldCwgbWluX3ZhbHVlW19jaGFubmVsNF0sIHRydWUpOwogICAgICAgICAgZGF0YV92aWV3LnNldEludDE2KG9mZnNldCArIDIsIG1heF92YWx1ZVtfY2hhbm5lbDRdLCB0cnVlKTsKICAgICAgICB9CiAgICAgIH0KICAgIH0KICAgIHJldHVybiBidWZmZXI7CiAgfQoKICBvbm1lc3NhZ2UgPSBmdW5jdGlvbiBvbm1lc3NhZ2UoZXZ0KSB7CiAgICB2YXIgYnVmZmVyID0gZ2VuZXJhdGVXYXZlZm9ybURhdGEoZXZ0LmRhdGEpOwoKICAgIC8vIFRyYW5zZmVyIGJ1ZmZlciB0byB0aGUgY2FsbGluZyB0aHJlYWQKICAgIHRoaXMucG9zdE1lc3NhZ2UoYnVmZmVyLCBbYnVmZmVyXSk7CiAgICB0aGlzLmNsb3NlKCk7CiAgfTsKCn0pKCk7Ci8vIyBzb3VyY2VNYXBwaW5nVVJMPXdhdmVmb3JtLWRhdGEtd29ya2VyLmpzLm1hcAoK");function Fe(e){if(il(e)&&(e=cl(e)),ll(e)){this._data=new DataView(e),this._offset=this._version()===2?24:20,this._channels=[];for(var t=0;t<this.channels;t++)this._channels[t]=new qe(this,t)}else throw new TypeError("WaveformData.create(): Unknown data format")}var vt={scale:512,bits:8,amplitude_scale:1,split_channels:!1,disable_worker:!1};function ml(e){var t={scale:e.scale||vt.scale,bits:e.bits||vt.bits,amplitude_scale:e.amplitude_scale||vt.amplitude_scale,split_channels:e.split_channels||vt.split_channels,disable_worker:e.disable_worker||vt.disable_worker};return t}function pl(e){for(var t=[],n=0;n<e.numberOfChannels;++n)t.push(e.getChannelData(n).buffer);return t}function oa(e,t,n){var r=pl(e);if(t.disable_worker){var a=sl({scale:t.scale,bits:t.bits,amplitude_scale:t.amplitude_scale,split_channels:t.split_channels,length:e.length,sample_rate:e.sampleRate,channels:r});n(void 0,new Fe(a),e)}else{var s=new hl;s.onmessage=function(o){n(void 0,new Fe(o.data),e)},s.postMessage({scale:t.scale,bits:t.bits,amplitude_scale:t.amplitude_scale,split_channels:t.split_channels,length:e.length,sample_rate:e.sampleRate,channels:r},r)}}function gl(e,t,n,r){function a(o){o||(o=new DOMException("EncodingError")),r(o),r=function(){}}var s=e.decodeAudioData(t,function(o){oa(o,n,r)},a);s&&s.catch(a)}Fe.create=function(t){return new Fe(t)};Fe.createFromAudio=function(e,t){var n=ml(e);if(e.audio_context&&e.array_buffer)return gl(e.audio_context,e.array_buffer,n,t);if(e.audio_buffer)return oa(e.audio_buffer,n,t);throw new TypeError("WaveformData.createFromAudio(): Pass either an AudioContext and ArrayBuffer, or an AudioBuffer object")};function Gt(e){this._inputData=e.waveformData,this._output_samples_per_pixel=e.scale,this._scale=this._inputData.scale,this._input_buffer_size=this._inputData.length;var t=this._input_buffer_size*this._inputData.scale,n=Math.ceil(t/this._output_samples_per_pixel),r=24,a=this._inputData.bits===8?1:2,s=r+n*2*this._inputData.channels*a;this._output_data=new ArrayBuffer(s),this.output_dataview=new DataView(this._output_data),this.output_dataview.setInt32(0,2,!0),this.output_dataview.setUint32(4,this._inputData.bits===8,!0),this.output_dataview.setInt32(8,this._inputData.sample_rate,!0),this.output_dataview.setInt32(12,this._output_samples_per_pixel,!0),this.output_dataview.setInt32(16,n,!0),this.output_dataview.setInt32(20,this._inputData.channels,!0),this._outputWaveformData=new Fe(this._output_data),this._input_index=0,this._output_index=0;var o=this._inputData.channels;this._min=new Array(o),this._max=new Array(o);for(var i=0;i<o;++i)this._input_buffer_size>0?(this._min[i]=this._inputData.channel(i).min_sample(this._input_index),this._max[i]=this._inputData.channel(i).max_sample(this._input_index)):(this._min[i]=0,this._max[i]=0);this._min_value=this._inputData.bits===8?-128:-32768,this._max_value=this._inputData.bits===8?127:32767,this._where=0,this._prev_where=0,this._stop=0,this._last_input_index=0}Gt.prototype.sample_at_pixel=function(e){return Math.floor(e*this._output_samples_per_pixel)};Gt.prototype.next=function(){for(var e=0,t=1e3,n=this._inputData.channels,r;this._input_index<this._input_buffer_size&&e<t;){for(;Math.floor(this.sample_at_pixel(this._output_index)/this._scale)===this._input_index;){if(this._output_index>0)for(var a=0;a<n;++a)r=this._outputWaveformData.channel(a),r.set_min_sample(this._output_index-1,this._min[a]),r.set_max_sample(this._output_index-1,this._max[a]);if(this._last_input_index=this._input_index,this._output_index++,this._where=this.sample_at_pixel(this._output_index),this._prev_where=this.sample_at_pixel(this._output_index-1),this._where!==this._prev_where)for(var s=0;s<n;++s)this._min[s]=this._max_value,this._max[s]=this._min_value}for(this._where=this.sample_at_pixel(this._output_index),this._stop=Math.floor(this._where/this._scale),this._stop>this._input_buffer_size&&(this._stop=this._input_buffer_size);this._input_index<this._stop;){for(var o=0;o<n;++o){r=this._inputData.channel(o);var i=r.min_sample(this._input_index);i<this._min[o]&&(this._min[o]=i),i=r.max_sample(this._input_index),i>this._max[o]&&(this._max[o]=i)}this._input_index++}e++}if(this._input_index<this._input_buffer_size)return!1;if(this._input_index!==this._last_input_index)for(var l=0;l<n;++l)r=this._outputWaveformData.channel(l),r.set_min_sample(this._output_index-1,this._min[l]),r.set_max_sample(this._output_index-1,this._max[l]);return!0};Gt.prototype.getOutputData=function(){return this._output_data};Fe.prototype={_getResampleOptions:function(t){var n={};if(n.scale=t.scale,n.width=t.width,!at(n.width)&&(typeof n.width!="number"||n.width<=0))throw new RangeError("WaveformData.resample(): width should be a positive integer value");if(!at(n.scale)&&(typeof n.scale!="number"||n.scale<=0))throw new RangeError("WaveformData.resample(): scale should be a positive integer value");if(!n.scale&&!n.width)throw new Error("WaveformData.resample(): Missing scale or width option");if(n.width&&(n.scale=Math.floor(this.duration*this.sample_rate/n.width)),n.scale<this.scale)throw new Error("WaveformData.resample(): Zoom level "+n.scale+" too low, minimum: "+this.scale);return n.abortSignal=t.abortSignal,n},resample:function(t){t=this._getResampleOptions(t),t.waveformData=this;for(var n=new Gt(t);!n.next(););return new Fe(n.getOutputData())},concat:function(){var t=this,n=Array.prototype.slice.call(arguments);n.forEach(function(a){if(t.channels!==a.channels||t.sample_rate!==a.sample_rate||t.bits!==a.bits||t.scale!==a.scale)throw new Error("WaveformData.concat(): Waveforms are incompatible")});var r=this._concatBuffers.apply(this,n);return Fe.create(r)},_concatBuffers:function(){for(var t=Array.prototype.slice.call(arguments),n=this._offset,r=n,a=0,s=[this].concat(t).map(function(m){return m._data.buffer}),o=0;o<s.length;o++){var i=s[o],l=new DataView(i).getInt32(16,!0);r+=i.byteLength-n,a+=l}for(var u=new ArrayBuffer(r),d=new DataView(s[0]),b=new DataView(u),p=0;p<n;p++)b.setUint8(p,d.getUint8(p));b.setInt32(16,a,!0);for(var f=0,x=new Uint8Array(u,n),y=0;y<s.length;y++){var v=s[y];x.set(new Uint8Array(v,n),f),f+=v.byteLength-n}return u},slice:function(t){var n=0,r=0;if(!at(t.startIndex)&&!at(t.endIndex)?(n=t.startIndex,r=t.endIndex):!at(t.startTime)&&!at(t.endTime)&&(n=this.at_time(t.startTime),r=this.at_time(t.endTime)),n<0)throw new RangeError("startIndex or startTime must not be negative");if(r<0)throw new RangeError("endIndex or endTime must not be negative");n>this.length&&(n=this.length),r>this.length&&(r=this.length),n>r&&(n=r);var a=r-n,s=24,o=this.bits===8?1:2,i=s+a*2*this.channels*o,l=new ArrayBuffer(i),u=new DataView(l);u.setInt32(0,2,!0),u.setUint32(4,this.bits===8,!0),u.setInt32(8,this.sample_rate,!0),u.setInt32(12,this.scale,!0),u.setInt32(16,a,!0),u.setInt32(20,this.channels,!0);for(var d=0;d<a*this.channels*2;d++){var b=this._at(n*this.channels*2+d);this.bits===8?u.setInt8(s+d,b):u.setInt16(s+d*2,b,!0)}return new Fe(l)},_version:function(){return this._data.getInt32(0,!0)},get length(){return this._data.getUint32(16,!0)},get bits(){var e=!!this._data.getUint32(4,!0);return e?8:16},get duration(){return this.length*this.scale/this.sample_rate},get pixels_per_second(){return this.sample_rate/this.scale},get seconds_per_pixel(){return this.scale/this.sample_rate},get channels(){return this._version()===2?this._data.getInt32(20,!0):1},channel:function(t){if(t>=0&&t<this._channels.length)return this._channels[t];throw new RangeError("Invalid channel: "+t)},get sample_rate(){return this._data.getInt32(8,!0)},get scale(){return this._data.getInt32(12,!0)},_at:function(t){return this.bits===8?this._data.getInt8(this._offset+t):this._data.getInt16(this._offset+t*2,!0)},_set_at:function(t,n){return this.bits===8?this._data.setInt8(this._offset+t,n):this._data.setInt16(this._offset+t*2,n,!0)},at_time:function(t){return Math.floor(t*this.sample_rate/this.scale)},time:function(t){return t*this.scale/this.sample_rate},toJSON:function(){for(var t={version:2,channels:this.channels,sample_rate:this.sample_rate,samples_per_pixel:this.scale,bits:this.bits,length:this.length,data:[]},n=0;n<this.length;n++)for(var r=0;r<this.channels;r++)t.data.push(this.channel(r).min_sample(n)),t.data.push(this.channel(r).max_sample(n));return t},toArrayBuffer:function(){return this._data.buffer}};async function $n(e){const t=await fetch(e);if(!t.ok)throw new Error(`Failed to fetch waveform data: ${t.statusText}`);if(e.endsWith(".dat")){const r=await t.arrayBuffer();return Fe.create(r)}else{const r=await t.json();return Fe.create(r)}}function sa(e,t=0){const n=e.channel(t),r=e.bits,a=n.min_array(),s=n.max_array(),o=a.length,i=r===8?new Int8Array(o*2):new Int16Array(o*2);for(let l=0;l<o;l++)i[l*2]=a[l],i[l*2+1]=s[l];return{data:i,bits:r,length:o,sampleRate:e.sample_rate}}async function bl(e,t=0){const n=await $n(e);return sa(n,t)}async function vl(e){const t=await $n(e);return{sampleRate:t.sample_rate,channels:t.channels,duration:t.duration,samplesPerPixel:t.scale,length:t.length,bits:t.bits}}exports.Tone=kr;exports.AudioPosition=Vi;exports.AutomaticScrollCheckbox=zi;exports.ContinuousPlayCheckbox=Oi;exports.DownloadAnnotationsButton=Gi;exports.EditableCheckbox=Hi;exports.ExportWavButton=Xi;exports.FastForwardButton=Ti;exports.LinkEndpointsCheckbox=Ni;exports.LoopButton=Mi;exports.MasterVolumeControl=Fi;exports.PauseButton=Ri;exports.PlayButton=ki;exports.RewindButton=Ei;exports.SelectionTimeInputs=ji;exports.SkipBackwardButton=Di;exports.SkipForwardButton=_i;exports.StopButton=$i;exports.TimeFormatSelect=Pi;exports.Waveform=el;exports.WaveformPlaylistProvider=Ai;exports.ZoomInButton=Bi;exports.ZoomOutButton=Wi;exports.createEffectChain=gi;exports.createEffectInstance=Ct;exports.effectCategories=fi;exports.effectDefinitions=xt;exports.getEffectDefinition=Rn;exports.getEffectsByCategory=di;exports.getShortcutLabel=Ks;exports.getWaveformDataMetadata=vl;exports.loadPeaksFromWaveformData=bl;exports.loadWaveformData=$n;exports.useAnnotationDragHandlers=Ms;exports.useAnnotationKeyboardControls=Js;exports.useAudioTracks=Ds;exports.useClipDragHandlers=_s;exports.useClipSplitting=Ls;exports.useDragSensors=Ys;exports.useDynamicEffects=bi;exports.useExportWav=Qr;exports.useIntegratedRecording=ui;exports.useKeyboardShortcuts=Pt;exports.useMasterAnalyser=$s;exports.useMasterVolume=Yr;exports.usePlaybackAnimation=Te;exports.usePlaybackShortcuts=Us;exports.usePlaylistControls=xe;exports.usePlaylistData=Re;exports.usePlaylistState=Ne;exports.useTimeFormat=Gr;exports.useTrackDynamicEffects=vi;exports.useWaveformPlaylist=Si;exports.useZoomControls=Xr;exports.waveformDataToPeaks=sa;
1373
1170
  //# sourceMappingURL=index.js.map