Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Jul 8, 2024
1 parent 33bc86b commit 9f7bfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opsdocs/docs/about/play_sound_in_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function wavify_law(data, numberOfChannels, sampleRate, bitsPerSample, format )
}
```

Then use the ```WavPlayer.js``` from Julien Bouquillon [https://github.com/revolunet/webaudio-wav-stream-player](https://github.com/revolunet/webaudio-wav-stream-player]) to read data and send to javascript ```AudioContext()```
Then use the ```WavPlayer.js``` from Julien Bouquillon [https://github.com/revolunet/webaudio-wav-stream-player](https://github.com/revolunet/webaudio-wav-stream-player) to read data and send to javascript ```AudioContext()```

This Release is getting glitchy audio. In Chrome, the stream plays with a slight crackle. Read the issue [https://github.com/revolunet/webaudio-wav-stream-player/issues/10](https://github.com/revolunet/webaudio-wav-stream-player/issues/10)

Expand Down

0 comments on commit 9f7bfb4

Please sign in to comment.