Hi there,
We are working on Online ASR. For the feature extraction part, we initially placed it on the GPU, similar to the offline version, but it resulted in errors. On the CPU, however, we observe high CPU usage when handling a large number of requests, whereas in the offline mode, this issue does not occur since processing is done on the GPU.
Why is GPU support not available for the online mode?
Do you have any plans to add this feature in the near future?