kishlay raj

Results 6 issues of kishlay raj

Current we get SRTs with 4-5 words clubbed together Is there any way to get timestamp of each word spoken

Google has recently released [https://cloud.google.com/speech-to-text/docs/multiple-voices#speech-diarization-python](https://cloud.google.com/speech-to-text/docs/multiple-voices#speech-diarization-python) How to use this with autosub

I want to record audio for 5 seconds and save that as a file after the keyword detection. How to do that

please add some samples of result

We want to have the only hotword detection separate from avs. We want to use our own speech recognition system. We are finding that difficult. Please guide us through this

function ondeviceup(host) { var client = new Client(); client.connect(host, function() { console.log('connected, launching app ...'); client.launch(Youtube, function(err, player) { player.load('69V__a49xtw'); player.stop(); }); }); crash at player.stop()