Voice to text Sentiment analysis converts the audio signal to text to calculate appropriate sentiment polarity of the sentence.
The code currently works on one sentence at a time. Sentiment scoring is done on the spot using a speaker. The Speech to text processing system currently being used is the MS Windows speech to text converter. However significant modifications can be made for audio recognition by a refined signal processing system.
The sentiment operator in textblob is used...