You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there any way to restrict max duration of recorded audio? and fire a function on a callback when it reaches the max duration? How to get duration of the audio recording?
#285
Closed
anjogithub opened this issue
Feb 13, 2024
· 1 comment
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The problem is i want to know if there is already a way inside the package to limit the duration of recording an audio then automatically stop and call a callback function. Describe the solution you'd like
A clear and concise description of what you want to happen.
A way to add a limit for a recorded audio and fire a callback once the limit is reached, for example, max recorded audio should only be 1 minute, if it reaches 1 minute it should fire a callback function then stop the recording automatically
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Manually creating a timer to measure max duration of recorded audio, i am just asking if there is already a way for this inside the package. I've been searching for many hours now. Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
anjogithub
changed the title
is there any way to restrict max duration of recorded audio? and fire a function on a callback when it reaches the max duration?
is there any way to restrict max duration of recorded audio? and fire a function on a callback when it reaches the max duration? How to get duration of the audio recording?
Feb 13, 2024
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The problem is i want to know if there is already a way inside the package to limit the duration of recording an audio then automatically stop and call a callback function.
Describe the solution you'd like
A clear and concise description of what you want to happen.
A way to add a limit for a recorded audio and fire a callback once the limit is reached, for example, max recorded audio should only be 1 minute, if it reaches 1 minute it should fire a callback function then stop the recording automatically
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Manually creating a timer to measure max duration of recorded audio, i am just asking if there is already a way for this inside the package. I've been searching for many hours now.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: