wav2letter icon indicating copy to clipboard operation
wav2letter copied to clipboard

Facebook AI Research's Automatic Speech Recognition Toolkit

Results 109 wav2letter issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

CLA Signed
dependencies

- Fix build for inference pipeline

CLA Signed

### Question **Question1** I'm using [SimpleStreamingASRExample.cpp](https://github.com/facebookresearch/wav2letter/blob/v0.2/inference/inference/examples/SimpleStreamingASRExample.cpp) as an example for implementing online inference. As we are getting continuous stream of audio bytes, is there a way to return intermediate predictions...

question

Thank You for providing such a proper guide to install python bindings for wav2letter.. I have been trying to follow https://github.com/facebookresearch/wav2letter/wiki/Python-bindings but could not understand how to evaluate on a...

python-bindings

I've managed to figure out a lot, but it seems the documentation for installing is quite out of date with how the install is actually going (for example the oneapi...

question

`python prepare.py` fails with `AssertionError: Unknown speaker! FEE005` Assertion error comes from `utils.py` line 117 `assert speaker in speakers, f"Unknown speaker! {speaker}"` Judging by the assertion and line 119 `speaker...

bug

I run inference streaming code in CUDA environment (flashlight and wav2letter with CUDA) but results was the same between cpu and cuda. And i have a question, how to run...

enhancement

I am using docker cpu-latest image from wav2letter. I got two test fails in docker - Seq2seq test and w2lModule test. When I ran the Test binary file to get...

question

### Question I trained Transformer (Transformer encoder + Transformer criterion) model from **Wav2letter v0.2**. Unfortunately, I should use **flashlight-consolidated's Wav2letter** (Due to some updates in flashlight..) But, i cannot use...

question

wav2letter/recipes/streaming_convnets/inference/inference/examples/ InteractiveStreamingASRExample.cpp MultithreadedStreamingASRExample.cpp SimpleStreamingASRExample.cpp I found a problem with streaming decoding, and all above codes have this problem. The currently sent data will not be transcribed until 3 seconds later,...

question