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
{{ message }}
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
I am building an automated coaching tool and I want to be able to add voice memos to my app... would someone give me some pointers?
When the app asks a given question, I will add a voice file that it will play to actually ask the question... but then when I go to answer it, I want to press record, and have it capture the audio clip, and store it, and then drop a clip in the feed.
Thats the part I need help with..
And when I click on the feed, I want it to play the sequence of voice clips following... the question.. then the answer, etc...
in essence, the functions I am needing to find, I think, include something along the lines of...
I am building an automated coaching tool and I want to be able to add voice memos to my app... would someone give me some pointers?
When the app asks a given question, I will add a voice file that it will play to actually ask the question... but then when I go to answer it, I want to press record, and have it capture the audio clip, and store it, and then drop a clip in the feed.
Thats the part I need help with..
And when I click on the feed, I want it to play the sequence of voice clips following... the question.. then the answer, etc...
in essence, the functions I am needing to find, I think, include something along the lines of...
Record_Voice_Clip_at_path();
Render_Voice_Clip_as_object();
Play_Voice_Clips_in_Sequence();
I understand this may be pretty far from the intended functionality of this tool, but are there functions in this library that would help me?
Would anyone care to help out?
I am happy to share a beta release of this coaching tool as soon as I get this aspect running...
The text was updated successfully, but these errors were encountered: