Skip to content

Commit

Permalink
Chore(p-worship-pads): Temporarily use webaudio api due to load issue…
Browse files Browse the repository at this point in the history
…s (disabling streaming)
  • Loading branch information
Vija02 committed Nov 27, 2024
1 parent c014ef7 commit bda4652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/worship-pads/view/Renderer/HowlerPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class HowlerPlayer {
} else {
newSound = new Howl({
src: [url],
html5: true,
html5: false,
loop: false,
preload: true,
});
Expand All @@ -58,7 +58,7 @@ export class HowlerPlayer {

const sound = new Howl({
src: [url],
html5: true,
html5: false,
loop: false,
preload: true,
});
Expand Down

0 comments on commit bda4652

Please sign in to comment.