opus-codec-worker 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/worker.js +1 -1
package/package.json
CHANGED
package/worker.js
CHANGED
|
@@ -2333,7 +2333,7 @@ const actions_1 = __webpack_require__(/*! ../actions/actions */ "./actions/actio
|
|
|
2333
2333
|
const native_1 = __importDefault(__webpack_require__(/*! opus-codec/native */ "./node_modules/opus-codec/native/index.js"));
|
|
2334
2334
|
const runtime_1 = __webpack_require__(/*! opus-codec/runtime */ "./node_modules/opus-codec/runtime/index.js");
|
|
2335
2335
|
const pendingRuntime = (0, native_1.default)({
|
|
2336
|
-
|
|
2336
|
+
locateFile: () => '/opus/index.wasm',
|
|
2337
2337
|
});
|
|
2338
2338
|
let nextEncoderId = 0;
|
|
2339
2339
|
const encoders = new Map();
|