-
when we configure asrDtmfTerminationDigit in recognizer, pressing the configured digit does not stop continuos ASR and does not send the final transcript immediately instead the transcript is sent onl…
-
Test out with various apis and figure out the best API that is accurate with minimal latency for English and integrate them.
Separate issue will be created for in-house ASR en models hosted with in…
-
python3 main.py data/obama/ --workspace trial_obama/ -O --iters 100000
Namespace(path='data/obama/', O=True, test=False, test_train=False, data_range=[0, -1], workspace='trial_obama/', seed=0, iters=…
-
```fortran
subroutine test_diag_int16()
integer, parameter :: n = 4
integer :: a(n, n), e(n,n)
e = diag1(diag(a))
contains
function diag(A) result(res)
integer, intent(in) :: A(:,:)
integer ::…
-
```
File "C:\Whisper_Project\Whisper-WebUI\venv\Lib\site-packages\transformers\models\whisper\tokenization_whisper_fast.py", line 565, in _decode_asr
return _decode_asr(
^^^^^^^^^^…
-
I mainly use Java language to develop ASR functions, and I have not found a suitable mrcp server to access ASR. Therefore, I would like to know if there is a suitable API that can be used in conjuncti…
-
# ❓ Questions & Help
Thank you for your hard work!
I want to know how to use the checkpoint to do ASR task?
## Details
I follow your codes and success training Conformer,but I don't know how to …
-
**Summary:**
Currently, the project relies on YouTube’s captioning system for lyrics extraction. However, only a limited number of YouTube videos have captions enabled, restricting the number of song…
cmm25 updated
1 month ago
-
### System Info
Framework: Vuejs 3
Transformer.js version: 2.17.1
### Environment/Platform
- [X] Website/web-app
- [ ] Browser extension
- [ ] Server-side (e.g., Node.js, Deno, Bun)
- …
-
It would be nice to have remote-ASR nodes and a plugin that is able to manage several alternative ASR services (such as Google, AWS, Kaldi, ...). Although these would not support grammars, they will b…