grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 3.0.1 sounds slow motion

maflores16 opened this issue · comments

There's a really weird bug that slows down the recordings by a lot. Using anything bellow 3.0.1 fixes the issue, so it must be something pushed recently. I can provide more info if needed.

Please, more details) What kind of OS, Browser?

My implementation is through Electron vue and the only OS I tried out was Windows 10. Electron uses the Chromium engine with Node.js.

I couldn't reproduce it under my Mac safari/chrome and windows 7/chrome.

@maflores16 @grishkovelli Hi, I also have the same problem. I think sampleRate can be read automatically by AudioContext instead of being passed in as a parameter.
sample rate

@maflores16 I modified some code in @/lib/recorder.js, and it works.
sample rate

thnx guys, I'll check it as soon as possible.

Thanks @ekoz ! I never had a chance to go back to this issue because v3.0.0 worked fine for my needs. Thanks to both of you! 😄

Hello buddy, I also encountered the same problem with the chrome of window10. The recorded sound is somewhat low and slow.

Sorry, but I don't have machine under windows.

@bigfish2017 have you change the sampleRate ?

sample rate

sample rate

I am getting the same lowered pitch problem. Windows 10 / Chrome. @ekoz Can you provide any more detail on how to change sample rate. Can you share your code? Very new to web audio, appreciate any help.

I am also experiencing this issue with

version: 3.0.1

And testing on MacBook Pro running Chrome Version 90.0.4430.85 (Official Build) (x86_64)
iOS iPhone 11 on xCode
Google Pixel - Chrome
Safari Version 14.1 (16611.1.21.161.3)

A long with this, a severe amount of clicks and pops 😢

I have exactly same issue, across all browsers and all platforms. Tested on Windows 10, Safari/Chrome iPhone, it sounds slow and distorted. Tested only with the MP3 version.

I have implemented even the patch of processing the mp3 after finishing, same issue. I did not try WAV though.

The demo on jsfiddle has the same issue for me.

https://jsfiddle.net/grishkovelli/rb1anxyj/