From 098c147cd7eb39038d0ffe79cd9233fd8c41494e Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Tue, 13 Sep 2016 16:51:45 -0400 Subject: updated readme --- README.MD | 3 +++ main.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 9ac47b9..7bf50a6 100644 --- a/README.MD +++ b/README.MD @@ -16,3 +16,6 @@ Optional Dependencies: This project provides a voice activated way to control GPIO pins on a Raspberry Pi and control a Roku TV connected to the same network. There are a few presents included in the code for controlling the Roku TV which I created for my personal use. +## Custom Language Dictionary + +You can create custom dictionary for the keywords you need to use using a corpus file here: http://www.speech.cs.cmu.edu/tools/lmtool.html \ No newline at end of file diff --git a/main.c b/main.c index 8a30638..3856d16 100644 --- a/main.c +++ b/main.c @@ -297,7 +297,8 @@ int sendTVcommand(int command, char* host, int port){ sleep(1); http_req_resp(host, port, select, &resp); sleep(1); - rokuWrite(host, port, "Star Trek The Next"); + rokuWrite(host, port, "Star Trek The Next Generation"); + sleep(2); http_req_resp(host, port, enter, &resp); sleep(7); for(int i=0; i<5; i++) -- cgit v1.2.3