diff --git a/docs/example.js b/docs/example.js index 33492d7..031cd3a 100644 --- a/docs/example.js +++ b/docs/example.js @@ -2,8 +2,8 @@ // Non-standard options const workerOptions = { - OggOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/opus-media-recorder@0.7.19/OggOpusEncoder.wasm', - WebMOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/opus-media-recorder@0.7.19/WebMOpusEncoder.wasm' + OggOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/opus-media-recorder@0.8.0/OggOpusEncoder.wasm', + WebMOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/opus-media-recorder@0.8.0/WebMOpusEncoder.wasm' }; // Polyfill MediaRecorder diff --git a/docs/index.html b/docs/index.html index 341b131..4f93760 100644 --- a/docs/index.html +++ b/docs/index.html @@ -153,8 +153,8 @@