Build in audio recording capabilities with technical requirements

Hi,

Is it possible to build a simple recording app, where the user can record their voice?

I have some technical requirements like, I would need:
16khz or 8kz
16 bit
WAV format

Would love to hear if this is possible!

Actually, I figured out I can build a server side workflow to have a audio converted to the necessary format.

So the remaining question is how to implement audio recording capabilities.

I did this in two ways. One with a custom component and another with npm/JavaScript. Happy to jump on a call to share my learnings. DM me.

For anyone looking for an audio recorder or even you @erikm3103 I’ve published an audio recorder component, which allows you to simply drag and drop the component into your page and use it right away. It also records wav, as per your requirement (also allows webm). :slight_smile: You can find it here:

https://marketplace.weweb.io/projects/1420742e-9a3f-48eb-aea9-b9ee4c7c55e8/

2 Likes