ChirpTalk MVP Demo (Big Step 1)

Just wanted to drop in here and post a screenshot of the MVP for ChirpTalk. It was on this day that I figured out the audio recording API for the front end to record audio. I got stuck for a few days trying to figure out why the audio control would not load my blob. Turned out the array containing the blob chunks was full of extra stuff not needed for the Blob API. I should have only been capturing the chunk.data element in the array that I fed to the Blob API.

There is still some testing to be done including how to get this data sent over a stream but… big step forward. Finally.

Leave a comment