Skip to content

Commit

Permalink
Merge branch 'master' of github.com:raghavbhatnagar96/Voice-controlle…
Browse files Browse the repository at this point in the history
…d-robot
  • Loading branch information
raghavbhatnagar96 committed Mar 29, 2015
2 parents fc9082b + 6ea30cd commit 607a612
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +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 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 607a612

Please sign in to comment.