-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91360c2
commit 6ea30cd
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |