opus-recorder icon indicating copy to clipboard operation
opus-recorder copied to clipboard

A library for encoding and decoding web audio as OggOpus.

Results 22 opus-recorder issues
Sort by recently updated
recently updated
newest added

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hello, I want to implement the opus-recorder package in my project but when i create a new instance i got this error ![image](https://user-images.githubusercontent.com/66731424/120293775-def6e380-c2c5-11eb-8221-51d7fb039f72.png) `this.recorder = new Recorder({ encoderPath: '../controllers/waveWorker.min.js', wavBitDepth:...

Is it work with Vite + Vue 3 ? I am getting this error ``` Uncaught SyntaxError: The requested module '/src/assets/recorder.min.js?t=1647954890482' does not provide an export named 'Recorder' ```

The error is shown in console when I upload an ogg file in the example/decoder.html page. Complete error: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'length') at l.requestData...

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

When I record audio from the IPad running IOS 15.1 I am getting robotic, laggy audio, that is impossible to use. I am using the wav worker. Tried increasing bufferLength,...

Recording on android or a computer is fine, on an iPhone/iPad, sometimes the recording is robotic and choppy. iPhone 15.0.x and iPad 14.6, 14.8 and 14.7.1. I've tried increasing the...

I recently discovered that Chrome has some issues with files created using this library. There are a few symptoms, including "ended" events being dispatched early and incorrect (and unstable) durations....

Reopening this PR against a stable dev branch. 3 main changes are present here that I'd like to get merged in. A change to autogen.sh that disables neon support in...