dvdsk / Soundmosphere

0 stars 0 forks source link

further improve streaming by doing a full conversion on a separate cpu core (as to not influence performance of live conversion) #1

Open dvdsk opened 4 years ago

dvdsk commented 4 years ago

see example at: https://github.com/mozilla/DeepSpeech/blob/5ef0117df0b573d596136c821e2afc5805cba9a2/examples/mic_vad_streaming/mic_vad_streaming.py

it stores the full speech as file, can probably be used to store fragments off some size for background full conversion