cmd-f my voice. is a tool to help you easily find keywords in recordings. Students can upload recorded lectures, study sessions, or any audio files of their choice. When you enter a keyword, timestamps of each occurence of the word in the audio is listed so that you can quickly jump to that moment in the file.
This tool was made with student convenience in mind. Parse through up to an hour of lecture within seconds, saving more time for actual studying!! Organize your notes, pinpoint areas of confusion, or jump quickly to relevant or key ideas.
cmd-f my voice. uses Google Cloud Storage API to store the user-uploaded file and the Google Speech-to-Text API to transcribe audio files into text and extract the timestamps of all occurrences of the keyword.
Watch a video: https://www.useloom.com/share/98f200623c2241778f8d924e11759d07
npm install
npm start
Try typing a word you want to find. Press "Find Words". Look in your console for the timestamps and transcript!
We acknowledge the many resources provided by the online community, including W3Schools and StackOverflow. We would also like to thank the mentors, volunteers, organizers, and sponsors of cmd-f 2019.