Services Plugins FAQs

Continuous Audio Recorder

I am using the Audio Recorder plugin (https://zeroqode.com/plugin/audio-recorder-1516622892413x400144826483605500) to record mic for long time periods like 30-60mins.
I want to process this audio in smaller chunks so I want to automatically keep recording in 1 min chunks and process those smaller files.

I am running into an issue with this where the audio recorder can’t start recording while the previous chunk is being uploaded to the server. Has anyone run into this issue and any solution for this?

Thanks
Soumya

Hi @soumyamohan1988,

Thanks for reaching out. I’m afraid this is how plugin works, but could you please share a screencast and/or screenshots of your design and workflow setups, with exact steps to reproduce this functionality so we can give it a try on our side, then provide a more precise feedback.

Or you could share your app preview and we can debug it as well, to see all the steps.

Best,
Alex

thanks Alex. You can see the preview here https://poisespeak.bubbleapps.io/version-test/index1.

Once you start recording, it automatically stops the recording every ~40s, transcribes the audio and continues the recording. Ideally, I want to automatically restart the recording right after it’s stopped so there is no audio input missed while the recording is being uploaded.

Hi @soumyamohan1988,

Sorry but we land on 404 page:

And not able to locate the plugin. Could you please share a screencast so we can see the exact steps to reproduce the problem.

Thanks!

Sorry you can find it here https://poisespeak.bubbleapps.io/version-test?debug_mode=true

Hi @soumyamohan1988,

Thanks for sharing again. We checked on your usecase and I’m afraid it would not be possible because of the way our plugin works, meaning, it records / saves / uploads to servers, and only then you’ll be able to start a new recording.

I hope it helps.

Thanks @alexandru.

Do you think a workaround is possible - where I have 2 instances of the audio recorder and start recording on one of them while the other one is still uploading file to the server. Thanks!

@soumyamohan1988

This might work in terms of speed, so you don’t have to wait for the plugin to upload to server and only then start to record the next one, but it means you’ll have to somehow consecutively process the chunks of 1min files from 2 different plugin elements.

Thanks :pray: