Recording app for editing audio clips
Budget: $750 – $1,500 USD
Karaoke-Style Recording App for Editing and Tagging clips
Requirements
Admin view:
Add text phrases are added from CSV file with with their associated metadata to be cued up for recording
Admin panel allows for downloading recorded clips from different sessions
User view:
Text phrases loaded into que are displayed on screen one at a time
User records background noise for de-noising (post-recording audio effect)
User is prompted to read clip in under 5 seconds (two bells play at beginning and end, and text turns color to help guide user to read it in under 5 seconds)
User has ability to edit the timing of the clip if there is silence on either end
User has ability to replay recording and rerecord if they do not like the output
Backend (audio clip processing)
Noise is removed from recorded clip using SOX (or similar open-source): https://stackoverflow.com/questions/44159621/how-to-denoise-audio-with-sox
Requirements
Admin view:
Add text phrases are added from CSV file with with their associated metadata to be cued up for recording
Admin panel allows for downloading recorded clips from different sessions
User view:
Text phrases loaded into que are displayed on screen one at a time
User records background noise for de-noising (post-recording audio effect)
User is prompted to read clip in under 5 seconds (two bells play at beginning and end, and text turns color to help guide user to read it in under 5 seconds)
User has ability to edit the timing of the clip if there is silence on either end
User has ability to replay recording and rerecord if they do not like the output
Backend (audio clip processing)
Noise is removed from recorded clip using SOX (or similar open-source): https://stackoverflow.com/questions/44159621/how-to-denoise-audio-with-sox