Concatanate blobs into a single blobs
# node_modules/concat-blobs will include this repo
npm install concat-blobs
import concatBlobs from "concat-blobs";
const resultBlobs = concatBlobs(array_of_urls, blob_type);
array_of_urls -> string with url from audio. Example: ['fixtures/audio1.mp3', 'fixtures/audio2.mp3']
Type: array
Type: string
Type: boolean
MIT (c) Jandrey Oliveira.