DeepSpeech icon indicating copy to clipboard operation
DeepSpeech copied to clipboard

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.

Results 133 DeepSpeech issues
Sort by recently updated
recently updated
newest added

For support and discussions, please use our [Discourse forums](https://discourse.mozilla.org/c/mozilla-voice-stt). If you've found a bug, or have a feature request, then please create an issue with the following information: - **Have...

help wanted
waiting-on-reporter

I run into the error "Invalid label 0". I assume it is from the function `Alphabet::DecodeSingle()` in the file `native_client/alphabet.cc`. I don't know why I am running into this error...

bug
help wanted
good first bug

help wanted
good first bug
ci

Mixing noisy data into training file before runtime could cause data monotonicity, but mixing noisy data in runtime could cause very bad performance, if we read each noise audio to...

help wanted

The `deepspeech-0.8.2-models.scorer` file is 900MB uncompressed, but with `xz -ze deepspeech-0.8.2-models.scorer` it compresses down to 727MB, which makes downloads over slow connections a lot faster. Time for decompression is 50s...

I have been trying to download pre-trained model for last one month but not a single time I succeeded. Such big files are good candidates for torrent sharing because of...

Currently we only have build instructions, mentions of copying binaries around, and no mention of NuGet.

documentation

Currently, we need to call intermediatedecoding multiple times to get the feeling of "real time", this sometimes is a waste of computing a can be replaced using an `intermediateallback` on...

Test on UWP dll needs a specific type of project to run properly, just a reminder for me

tests

Create cocktail party data set where the background noise for training comes only from the training data sets, background noise for validation comes only from the validation data sets, and...

server time