Really cool! Perhaps you could also take a look at what we are building at https://snips.ai (disclaimer: I'm a co-founder) to make a 100% on-device and private-by-design Voice AI which runs even on a RaspberryPi 3 it would be awesome to do this on a raspi, without requiring internet connection!
Voice Coder – Alexa skill to code by voice
31–40 of 45 posts
Re: Voice Coder – Alexa skill to code by voice
#32The creator/main developer is a friend of mine and is one of the smartest people I know. The project can be used to control IDA for reverse engineering, play video games, program, and more.
Re: Voice Coder – Alexa skill to code by voice
#33See https://talonvoice.com for an extensible open source alternative to voice code. The creator/main developer is a friend of mine and is one of the smartest people I know. The project can be used to control IDA for reverse engineering, play video games, program, and more.
The difference between this and Talon, is Talon can be used for real programming and uses very low latency offline recognition, while voice coder looks like a guided tutorial and the user experience is probably a fairly high latency single command call/response based on my previous Alexa experience. I'm not sure Alexa can recognize a streaming series of commands without large recognition pauses between each command.
Re: Voice Coder – Alexa skill to code by voice
#34If you are interested in state-of-the-art voice coding, I recommend this video: https://www.youtube.com/watch?v=YRyYIIFKsdU
Silvius is unique in being the only project I know of to use Kaldi, which is very cool because it's open-source and doesn't require a GPU, but the recognition accuracy of Silvius isn't great and the voice model is fixed and has no feedback from the grammar.
Re: Voice Coder – Alexa skill to code by voice
#35I ask it for my code it and Alexa says, oddly and quickly, "0irk.". That code is not accepted.
What browser and device are you using?
Re: Voice Coder – Alexa skill to code by voice
#36I ask it for my code it and Alexa says, oddly and quickly, "0irk.". That code is not accepted.
I tested your code and it works for me. Make sure you type 0IRK and nothing else like spaces or periods. or click this link https://voicecoder.net/game.html?id=0IRK What browser and device are you using?
Re: Voice Coder – Alexa skill to code by voice
#37See https://talonvoice.com for an extensible open source alternative to voice code. The creator/main developer is a friend of mine and is one of the smartest people I know. The project can be used to control IDA for reverse engineering, play video games, program, and more.
Thanks for the plug! Couple notes: Talon is free, but there are closed source bits, and this Alexa project is "voice coder", which is different than the paid and abandoned voicecode project. The difference between this and Talon, is Talon can be used for real programming and uses very low latency offline recognition, while voice coder looks like a guided tutorial and the user experience is probably a fairly high late…
Re: Voice Coder – Alexa skill to code by voice
#38See https://talonvoice.com for an extensible open source alternative to voice code. The creator/main developer is a friend of mine and is one of the smartest people I know. The project can be used to control IDA for reverse engineering, play video games, program, and more.
Thanks for the plug! Couple notes: Talon is free, but there are closed source bits, and this Alexa project is "voice coder", which is different than the paid and abandoned voicecode project. The difference between this and Talon, is Talon can be used for real programming and uses very low latency offline recognition, while voice coder looks like a guided tutorial and the user experience is probably a fairly high late…
How is its accuracy for daily use? How about random navigation within a file, for example.
Does it have an active community?