Skip to content
New issue

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

Build against stt #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Build against stt #20

wants to merge 1 commit into from

Conversation

jtojnar
Copy link

@jtojnar jtojnar commented May 21, 2022

It was dropped by Mozilla so some of the responsible employees launched a startup.
Currently targeting 0.9.3, which is API compatible with the original Deepspeech.

It was dropped by Mozilla so some of the responsible employees launched a startup.
Currently targeting 0.9.3, which is API compatible with the original Deepspeech.
@jtojnar jtojnar mentioned this pull request May 21, 2022
@jtojnar
Copy link
Author

jtojnar commented May 21, 2022

Also builds with 1.3.0.

Verified that the example still works. Though had to use the official sample because autoaudiosrc clearly could not understand me:

--- a/examples/python/print_speech.py
+++ b/examples/python/print_speech.py
@@ -19,7 +19,7 @@ if __name__ == "__main__":
     Gst.init(None)
     loop = GLib.MainLoop()
 
-    pipeline = Gst.parse_launch("autoaudiosrc ! audioconvert ! audiorate ! audioresample ! deepspeech silence-length=20 ! fakesink")
+    pipeline = Gst.parse_launch("filesrc location=examples/python/8455-210777-0068.wav ! wavparse ! audioconvert ! audiorate ! audioresample ! deepspeech silence-length=20 ! fakesink")
     
     bus = pipeline.get_bus()
     bus.add_signal_watch()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant