Giter Site home page Giter Site logo

Comments (5)

alexWang007 avatar alexWang007 commented on May 23, 2024

I have also encountered this problem

from react-mic.

JonMorales22 avatar JonMorales22 commented on May 23, 2024

I also ran into this issue, but I'm not sure if react-mic can record audio in another format besides the default .webm format.

So right now I'm just using react-mic to record the audio and then using another program called ffmpeg to convert the audio into the format I need.

from react-mic.

hackingbeauty avatar hackingbeauty commented on May 23, 2024

Hi everyone, React-Mic can't save files as audio/wav. Right now, React-Mic uses the MediaRecorder API which saves audio as audio/webm. You can't use the MediaRecorder API to save audio as audio/wav.

We would need to add much more logic to this very light-weight component to be able to save audio files as audio/wav.

from react-mic.

ELI7VH avatar ELI7VH commented on May 23, 2024

@hackingbeauty how about increasing the bitrate?

from react-mic.

zxzl avatar zxzl commented on May 23, 2024

https://github.com/streamproc/MediaStreamRecorder If you don't need oscillators provided by this library you can use this library to record streams in wav, ogg, etc.

from react-mic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.