Voice-To-Text Python Program
Voice-To-Text Python Program After posting my first documented Python program, I got to work on a more advanced project to challenge myself. This program is much more complex than my first publication but easy enough for casual/beginner programmers to grasp(with a bit of homework anyway). I would like to update this program and build a more sophisticated version as I continue to progress in my education. Some sort of perpetual project, proving my Python proficiency(what an alliteration!), so expect to see this pop up several times on my feed over time. Enjoy! PROJECT DESCRIPTION(Voice-To-Text program): In this project, I developed a program that records a user’s voice, and scribes the collated audio that the user can read. PROCESS: STEP 1(Prebuild): ) In order to complete this project, one must first download and set up an IDE. I would recommend either: PyCharm or Visual Studio Code ***I used Visual Studio Code for this specific build as it seemed to be compatible with...