leonrch / SpeechToSpeech

Apache License 2.0
31 stars 48 forks source link

Added code to fix bug whereby transcription can race ahead of recorded speech sample #17

Open bodonova opened 6 years ago

bodonova commented 6 years ago

Sometimes transcription became faster than the playback of an audio sample which made it look like we were cheating. To solve this I changed the routine which handles the text coming back from the transcription such that it pauses until the time stamp of the audio transcribed is later than the timestamp of the last audio payed.

bodonova commented 6 years ago

Don't action this pull request. Wait for the next one that I am about to submit