Skip to content

v0.3.1

Compare
Choose a tag to compare
@KoljaB KoljaB released this 21 Oct 13:41
· 45 commits to master since this release

RealtimeSTT 0.3.1

New Features:

  • AudioToTextRecorderClient class: automatically starts a server if none is running and connects to it. The class shares the same interface as AudioToTextRecorder, making it easy to upgrade or switch between the two. (Work in progress, most parameters and callbacks of AudioToTextRecorder are already implemented into AudioToTextRecorderClient, but not all. Also the server can not handle concurrent (parallel) requests yet.)

  • New reworked CLI interface: "stt-server" to start the server, "stt" to start the client, look at "server" folder for more info

  • fixed #127

  • integrated PR #131