home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
HD Smart Home
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="hbe02" data-source="post: 262522" data-attributes="member: 71499"><p>Hi all,</p><p>I just finished a smart home application that runs with media portal. you can configure playlists then play them by voice commands on Media Portal.</p><p></p><p>voice recognition doesnt happen in the process plugin. the plugin is simply a TCP server that waits for a command. you send it "PLAY playlist.wpl" and it will play it. </p><p></p><p>So voice recognition happens on a C# program that is stand alone, when it recognizes what playlist it wants to play it sends a TCP msg to the MP process plugin i made and the plugin simply plays that file.</p><p></p><p>you can also play playlists or pause them from a web interface which i access from my phone.</p><p></p><p>you can also control your lights by X10. although this part of the project has nothing to do with MP.</p><p></p><p>A side note here, some things in the project are just a show of concept. for example, the scheduler. I just made the PC say a statement in the code. no scheduling or any kind of intelligence is actually happening.</p><p></p><p>i have demonstration on youtube at :</p><p><a href="http://www.youtube.com/watch?v=zhdgLxHhaIU" target="_blank">YouTube - HD Smart Home</a></p><p></p><p>i also attached the source code of all 3 applications. main stand alone, process plugin on MP, and the web application.</p><p></p><p>cheers</p><p>appreciate your comments :-D</p></blockquote><p></p>
[QUOTE="hbe02, post: 262522, member: 71499"] Hi all, I just finished a smart home application that runs with media portal. you can configure playlists then play them by voice commands on Media Portal. voice recognition doesnt happen in the process plugin. the plugin is simply a TCP server that waits for a command. you send it "PLAY playlist.wpl" and it will play it. So voice recognition happens on a C# program that is stand alone, when it recognizes what playlist it wants to play it sends a TCP msg to the MP process plugin i made and the plugin simply plays that file. you can also play playlists or pause them from a web interface which i access from my phone. you can also control your lights by X10. although this part of the project has nothing to do with MP. A side note here, some things in the project are just a show of concept. for example, the scheduler. I just made the PC say a statement in the code. no scheduling or any kind of intelligence is actually happening. i have demonstration on youtube at : [url=http://www.youtube.com/watch?v=zhdgLxHhaIU]YouTube - HD Smart Home[/url] i also attached the source code of all 3 applications. main stand alone, process plugin on MP, and the web application. cheers appreciate your comments :-D [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
HD Smart Home
Contact us
RSS
Top
Bottom