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 :
YouTube - HD Smart Home
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
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 :
YouTube - HD Smart Home
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