Potential fix for silent external audio tracks
This commit is contained in:
parent
247abbcfea
commit
ba10e03143
|
@ -55,6 +55,7 @@ export class HTMLSound implements Sound {
|
||||||
|
|
||||||
constructor (sources: SoundSource[]) {
|
constructor (sources: SoundSource[]) {
|
||||||
// TODO: Quality picker
|
// TODO: Quality picker
|
||||||
|
this.#audio.crossOrigin = 'anonymous'
|
||||||
this.#audio.src = sources[0].url
|
this.#audio.src = sources[0].url
|
||||||
this.#audio.preload = 'auto'
|
this.#audio.preload = 'auto'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue