Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to record audio and save it in MP3 format. Is there a way to record directly in MP3, or if I record in another format, can I convert it to MP3 afterward?
`const ws = WaveSurfer.create({
container: containerRef.current,
waveColor: "#ddd",
progressColor: "#4a90e2",
height: 40,
interact: false,
blobMimeType: "audio/mpeg", // Or "audio/wav", "audio/ogg
});
i am using this but it only gives me below format
Beta Was this translation helpful? Give feedback.
All reactions