Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 782 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 782 Bytes

Shout Scribe

This is completely free and open source dictation software running on Sphinx 4 speech to text engine.

License

The License can be found in the License file.

The License of the engine can be found at License of Sphinx.

Install

Download and install Gradle. Then run

gradle fatJar

Run

To run the project change to the directory build/libs/ folder and run the "Shout Scribe-all-0.5.jar" file or run

java -jar "Shout Scribe-all-0.5.jar"

Warnings

  • You will get a lot of debug information in the command line if you are running it in the command line.
  • You will get an error if you stop the recognition then start again. I am working on it.