We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im using 2830-3980-0043.wav file from audio-0.9.3.tar.gz
This command returns "experience proves this": deepspeech.exe --model deepspeech-0.9.3-models.pbmm --audio "2830-3980-0043.wav"
This c# code returns "experience prooes thiss".
DeepSpeech deepSpeechClient = new DeepSpeech("deepspeech-0.9.3-models.pbmm"); var waveBuffer = new NAudio.Wave.WaveBuffer(File.ReadAllBytes("2830-3980-0043.wav")); string speechResult = deepSpeechClient.SpeechToText( waveBuffer.ShortBuffer, Convert.ToUInt32(waveBuffer.MaxSize / 2));
The text was updated successfully, but these errors were encountered:
@Camel-RD thanks for your interest! Please see #3693.
Sorry, something went wrong.
No branches or pull requests
Im using 2830-3980-0043.wav file from audio-0.9.3.tar.gz
This command returns "experience proves this":
deepspeech.exe --model deepspeech-0.9.3-models.pbmm --audio "2830-3980-0043.wav"
This c# code returns "experience prooes thiss".
The text was updated successfully, but these errors were encountered: