RustAudio / deepspeech-rs

Rust bindings for the deepspeech library
Other
296 stars 24 forks source link

Update the submodule to v0.6.0 #19

Closed ghost closed 4 years ago

ghost commented 4 years ago

Few changes:

  1. Update bindings
  2. Added a wrapper get_sample_rate around DS_GetModelSampleRate
  3. Formatted source code with cargo fmt --all

Update

Removed cargo fmt --all changes, as it is preferred to keep the current style.