Elleo / gst-deepspeech

NOTE: This plugin is now deprecated in favour of the coqui-stt branch in gst-plugins-bad: https://gitlab.freedesktop.org/philn/gstreamer/-/tree/coqui-stt/subprojects/gst-plugins-bad/ext/coqui
Other
169 stars 20 forks source link

Free DeepSpeech resources #10

Open rtoepfer opened 6 years ago

rtoepfer commented 6 years ago

I didn't compile and test this but plan to in the future if I have the time.

See https://github.com/mozilla/DeepSpeech/blob/master/native_client/deepspeech.h

   * @param[out] aMFCC An array containing features, of shape
   *                   (@p aNFrames, ncep * ncontext). The user is
   *                   responsible for freeing the array.

   * @return The resulting string after running inference. The user is
   *         responsible for freeing this string.