hackingbeauty / react-mic

Record audio from a user's microphone and display a cool visualization.
https://hackingbeauty.github.io/react-mic/
452 stars 158 forks source link

garbled audio on samsung s07 #98

Closed clonq closed 4 years ago

clonq commented 4 years ago

Here's a sample: https://github.com/clonq/tests/raw/master/test.webm

Any ideas?

hackingbeauty commented 4 years ago

@clonq I don't know. React-Mic uses the MediaRecorder API native to browsers that support it. Could this be a hardware issue related to your specific device?

clonq commented 4 years ago

doesn't look like it, whatsapp recording works fine on that phone

hackingbeauty commented 4 years ago

OK. Can you test recording from the react-mic reference app?

https://voice-record.firebaseapp.com/

clonq commented 4 years ago

Yup, same thing. https://voice-record.firebaseapp.com/#/users/m2rufskkwogbHikMUP4H55N0RmS2/recordings/ee362040-939b-11ea-9c44-31edafc44044

hackingbeauty commented 4 years ago

OK, try an app that doesn't use React-Mic like this one:

https://mozdevs.github.io/MediaRecorder-examples/record-live-audio.html

On Mon, May 11, 2020 at 8:31 AM ovi notifications@github.com wrote:

Yup, same thing.

https://voice-record.firebaseapp.com/#/users/m2rufskkwogbHikMUP4H55N0RmS2/recordings/ee362040-939b-11ea-9c44-31edafc44044

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hackingbeauty/react-mic/issues/98#issuecomment-626777247, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAE5HYRCENYL76LULJ34DDRRAK5TANCNFSM4M334EDA .

-- Mark M. Muskardin

clonq commented 4 years ago

On that page, nothing plays back after recording...

hackingbeauty commented 4 years ago

Yes it does.

On Mon, May 11, 2020 at 11:26 AM ovi notifications@github.com wrote:

On that page, nothing plays back after recording...

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/hackingbeauty/react-mic/issues/98#issuecomment-626874873, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAE5H2SH5X3XQIIZE3TZELRRA7OVANCNFSM4M334EDA .

-- Mark M. Muskardin

clonq commented 4 years ago

Not on that samsung s07 phone