pytorch / android-demo-app

PyTorch android examples of usage in applications
1.45k stars 596 forks source link

Version 2 of the Streaming ASR app #255

Closed jeffxtang closed 2 years ago

jeffxtang commented 2 years ago

Much simplified version of the app, due to the support of FFT in torchaudio since version 0.11 - no more use of the JNI to call C++ MelSpectrogram code, with the transform code added to the model itself.