Open dttlgotv opened 3 years ago
Hi!
From its design it can be used in real-time voice communication. For small devices the large model is probably too big. But it can probably easily run when offloading the inference to a neural network engine (when available).
The model looks not so big. Is it possible to run the model on the embedded SoC with NPU (Neural Process Unit) which usually process images (with quantization)?
Every much interested in running this on a SoC if possible.
Have a look at what sanebow did https://github.com/SaneBow/PiDTLN
Have a look at what sanebow did https://github.com/SaneBow/PiDTLN
@StuartIanNaylor Thank you. I will check.
It seems that it takes long time to process data after I tried you demo. Can it use in real time voice communication? or is it only used in offline voice process.