We currently finished with the first activity. Play, record, and stop buttons are finished. We are planning to start a list view for the next step for the recorded audio. We do not plan it will take long to add a second activity and a list view. We have also made our webpage and have added our project proposal. We will update it with images of our current activity.
OUR GOAL
● Navigate through the two different activities
● The app can record voice and save it in the app.
● User can listen to it after clicking the saved voice.
● The memo will classify each piece of voice according to their recorded date and time.
● The recorder can detect the starting point of the voice. If there is white noise that lasts for more than 3 seconds, the recorder will stop record and display an error message “nothing was recorded”. We use voice recognition API here.
● Parse the voice to text and send voice/text as mms/sms
We currently finished with the first activity. Play, record, and stop buttons are finished. We are planning to start a list view for the next step for the recorded audio. We do not plan it will take long to add a second activity and a list view. We have also made our webpage and have added our project proposal. We will update it with images of our current activity. As of now the webpage is https://sites.google.com/view/ece150voicememo/home
PROGRESS
● Navigate through the two different activities
● The app can record voice and save it in the app.
● User can listen to it after clicking the saved voice.
● The memo will classify each piece of voice according to their recorded date and time.
● The recorder can detect the starting point of the voice. If there is white noise that lasts for more than 3 seconds, the recorder will stop record and display an error message “nothing was recorded”. We use voice recognition API here.
● Parse the voice to text and send voice/text as mms/sms
We met a problem on the recording perspective such that when we try to click the record button for the second time, the app crashes. Finally we figure out the problem. In the second activity, the recorded pieces will show off with their date and time; after we return to the first activity and click the record button, it will start to record a new piece, which will be saved in the file as well. We now have the last step of our project, sending voice pieces to other devices. We have also made our webpage and have added our project proposal. We will update it with images of our current activity. As of now the webpage is https://sites.google.com/view/ece150voicememo/home
PROGRESS
● Navigate through the two different activities
● The app can record voice and save it in the app.
● User can listen to it after clicking the saved voice.
● The memo will classify each piece of voice according to their recorded date and time.
● The recorder can detect the starting point of the voice. If there is white noise that lasts for more than 3 seconds, the recorder will stop record and display an error message “nothing was recorded”. We use voice recognition API here.
● Parse the voice to text and send voice/text as mms/sms. (kinda)
The google voice recorder did not allow us to record and save audio and parse the audio. In addition, it does not allow us to parse past recording's to audio. We have decided to have two mics: one that saves the audio to the device, another that can parse the voice to text and vice versa. This means including new features onto the main activity.