mozilla / DeepSpeech

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't recognize my words

hebo1982 opened this issue · comments

input wav file:
s1.wav.zip

model_file = 'deepspeech-0.9.3-models.pbmm'
scorer_file = 'deepspeech-0.9.3-models.scorer'


output:

{
  "transcripts": [
    {
      "confidence": -17.701541900634766,
      "words": [
        {
          "word": "i",
          "start_time": 3.76,
          "duration": 0.0
        }
      ]
    }
  ]
}

something wrong with me?

Please use Discourse for support.