Skip to content

Commit 492472a

Browse files
committed
Point to new worklet
1 parent 588917a commit 492472a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/lib/useSoundPlayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const useSoundPlayer = (props: {
5252

5353
await initAudioContext.audioWorklet
5454
.addModule(
55-
'https://storage.googleapis.com/evi-react-sdk-assets/audio-worklet.js',
55+
'https://storage.googleapis.com/evi-react-sdk-assets/audio-worklet-20250506.js',
5656
)
5757
.catch((e) => {
5858
console.log(e);

0 commit comments

Comments
 (0)