Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavbhatnagar96 committed Mar 15, 2015
1 parent 91360c2 commit 6ea30cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Voice-controlled-robot
Controlling an irobot using voice. The irobot doesnt have a voice module thus my team used a software called Julian with a library called Julius.
Controlling an irobot using voice. The irobot doesnt have a voice module thus my team used a software called Julian with a library called Julius to give the robot input using BAM(Bluetooth module).
Julius saved the voice input in the form of a file. We then scaned the file for the input if the modification time of the file is changed, thus making sure that there has been a new command.We then deleted the file and ran an infinite loop to make the code realtime.
1)Installing Julian:
a)sudo apt-get install julian
2)Download julius:
a)http://julius.sourceforge.jp/en_index.php#latest_version

0 comments on commit 6ea30cd

Please sign in to comment.