/spoken-lang

a programming language you speak out loud

Primary LanguagePython

Spock, a programming language that you speak.

Yet unstable.

For an introduction to Spock, click here

Get started

To run the code:

  • Clone the repository and its submodules
  • Install dependencies
  • Run the following command in a terminal:
$ python whisper_online_server.py
$ # Run a client for the server, and pipe the text output to spock/main.py, for instance,
$ arecord -f S16_LE -c1 -r 16000 -t raw -D default | nc localhost 43001 | python spock/main.py

Requirements

Examples

Tutorial

  • Coming soon!