Hi, I wondered if anybody knew of a way, or could point me in the right direction of a way to record audio from a PC microphone.
I have found ways this could be done, but one extra requirement is to be able to record, then using a slider rewind the recording to a specific point, and record over anything recorded past that point.
This feature is needed incase a user makes a mistake, they can go back and record over it, rather than needing to re-record the whole thing.
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
71 Points
480 Posts
Audio recording with media controls
Nov 02, 2018 09:16 AM|danieldunn10|LINK
Hi, I wondered if anybody knew of a way, or could point me in the right direction of a way to record audio from a PC microphone.
I have found ways this could be done, but one extra requirement is to be able to record, then using a slider rewind the recording to a specific point, and record over anything recorded past that point.
This feature is needed incase a user makes a mistake, they can go back and record over it, rather than needing to re-record the whole thing.
Many Thanks
All-Star
52101 Points
23231 Posts
Re: Audio recording with media controls
Nov 02, 2018 02:44 PM|mgebhard|LINK
This is a JavaScript/Browser/device question.
https://developers.google.com/web/fundamentals/media/recording-audio/
Contributor
3500 Points
1300 Posts
Re: Audio recording with media controls
Nov 05, 2018 05:44 AM|Ackerly Xu|LINK
Hi danieldunn10,
What library are you using ?
If your library has no way to rollback, I have a workaround.
You could let your user to record audio for several times and merge them together at last.
There is a library to merge audios together, please refer to
https://github.com/jackedgson/crunker
Best regards,
Ackerly Xu
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.