The Dominant Programmer
Nov 1, 2022 · Frontend Development
Implement Audio Recording in Vue with js-audio-recorder and Upload Blob to SpringBoot
This guide shows how to integrate the pure‑JavaScript js‑audio‑recorder plugin into a Vue project, record, pause, play, and export PCM/WAV audio, then package the Blob into FormData and send it to a SpringBoot backend endpoint for storage, including key configuration details and common pitfalls.
SpringBootVueaudio recording
0 likes · 8 min read
