Closed psukys closed 6 years ago
As observed recorderWorker.js [1] mainly does resampling, yet gstreamer server does it as well [2]. Is there a specific reason to do so, if yes - why?
recorderWorker.js
[1] - https://github.com/Kaljurand/dictate.js/blob/master/lib/recorderWorker.js#L2 [2] - https://github.com/alumae/kaldi-gstreamer-server/blob/master/kaldigstserver/decoder.py#L44
@alumae can you comment on this?
JavaScript does this in order to save bandwidth.
Understood, thanks for the answer.
As observed
recorderWorker.js
[1] mainly does resampling, yet gstreamer server does it as well [2]. Is there a specific reason to do so, if yes - why?[1] - https://github.com/Kaljurand/dictate.js/blob/master/lib/recorderWorker.js#L2 [2] - https://github.com/alumae/kaldi-gstreamer-server/blob/master/kaldigstserver/decoder.py#L44