Voice Code – Android app

Voice Code

Voice to Code is a project I created as a part of my university studies for an Android development course. The applications idea is that you could code Java with tablet by speaking. You can create, update, and delete files from your device with the app and compile & run the Java files you created.

The idea was that Java key words and some special words for brackets and such would be recognized using a dictionary listing them and the phones related to them. The app uses CMU Sphinx open-source speech recognition toolkit. The app isn’t really that good in actually recognizing speech as the time I spend developing it was quite limited, but I think it is an interesting concept.

As A bonus there is awkward Finnish video of me explaining the functionality and structure of the app.

See the source code here

2020