- 
                Notifications
    You must be signed in to change notification settings 
- Fork 736
Description
I posted on the forum and @ptrblck on the pytorch forum suggested I post here and shout out for @vincentqb
Its sort of in the Above but yeah it would be amazing if we could get some examples using pytorchaudio as a streaming KWS now libs like librosa are not needed.
I posted the Linto HMG tool as there is a big shortage of truly opensource Keyword/Hotword systems out there we have various sources freeware, opensource but often the models are blackboxes or producing them is far from easy.
It would be really great to get something like the Linto HMG on Pytorch so its not just a dev community but a whole array of people could see how far they can push the accuracy with certain model types.
Keyword/Hotword seems often to be GRU but also CRNN & DS-CNN seems to be getting better results nowdays.
If it could be a concentric project that maybe could be a datum for other additions as the only thing slightly underwhelming in Pytorchaudio is the Sox style VAD rather than the WebRtc_VAD that many use for silence and voice activation rather than trimming wavs.
Also whilst on the topic of VAD & MFCC when we are processing MFCC do we not already have the VAD frequency bins being processed? Is it not possible to combine and cut much much duplication out of running VAD & MFCC at the same time?
Also another Pytorch use is maybe VAD model detection that uses ML to identify voice more accurately against possible media noise?
Anyway if the above could be done, it would be great as seriously I have been searching for a good opensource KWS that has a good opensource model creator for quite a while and don't think I am alone.
Also having Pytorchaudio on a RaspberryPi means we can drop Librosa as Numba (JIT) is not the easiest  to install on the Pi.
Also once more :) the 64bit OS for both Lite & Desktop is available for the Pi is there any chance of an official wheel?
https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2020-08-24/
Tom on the forum has kindly posted https://discuss.pytorch.org/t/raspberry-arm64-binaries/94751/6?u=rolyan_trauts
http://mathinf.com/pytorch/arm64/
I will gladly use Toms but an official wheel would be excellent as you have to be aware of the forum post otherwise.