Slow start-up of voice recording #3013
Unanswered
visualight
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Your code looks correct. On my computer it’s also not instant when it activates the mic and starts recording. I think it’s normal. Perhaps showing a loader would make it feel smoother. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello,
I'm new to JS and VueJS but I've managed to create a little voicemail.
However, I'm encountering a problem. When I click to activate the microphone, I have to wait a good 2 to 3 seconds for the audio recording to start. I tested it on several browsers and on iOS.
Is this a general problem with browsers or with my code, or a possible bug with the record plugin?
I use the record plugin to have a real-time animated preview (waves) of the recording (it's more fun and pleasant).
I forgot to mention that the project is in vuejs with client-side rendering. I'm not working with node js for this application.
What do I need to do? What do you recommend?
Any examples are welcome!
Many thanks!
Here's my code :
Beta Was this translation helpful? Give feedback.
All reactions