Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@thebigk • Oct 4, 2012
Welcome to CE, Varun. The first step in beginning work on your project is to determine the functionality you wish to achieve and make a list of the features you wish to include in your voice operated mail system. From the title, I can make a few guesses like the system will allow you to issue commands to the mailbox like "open first unread email", "mark all messages are read", "archive top 4 messages", "search for email from Varun", "check for new messages" etc.
Let us know if that's correct. Also, are you familiar with asp.net? Do you have any experience of coding in ASP? If not, the the first step would be to start learning the basics of ASP and .Net. You'll need some knowledge of how voice processing works and what are the interfaces (check for open source ones) that you can use for your project.
Get started. We've very talented CEans here who will help you in your project. Keep us posted about your progress. -
@grsalvi-7IhIh1 • Oct 5, 2012
#-Link-Snipped-# : What are other platforms for writing such an application?(c++,java ,c#) -
@thebigk • Oct 5, 2012
The backend and the front end will be handled by different languages / scripts. I believe Java , PHP , Ruby would do great on the server side while Javascript+HTML+CSS would do the trick for the front end.grsalvi#-Link-Snipped-# : What are other platforms for writing such an application?(c++,java ,c#) -
@varun-gupta-J0ZRHy • Oct 7, 2012
Thank you for your such suggestion and it make me feel more comfotable but i would like to know is that possible to convert a mail system into voice operated mail system easily by using the class present in asp.net or it needed some other coding.The_Big_KWelcome to CE, Varun. The first step in beginning work on your project is to determine the functionality you wish to achieve and make a list of the features you wish to include in your voice operated mail system. From the title, I can make a few guesses like the system will allow you to issue commands to the mailbox like "open first unread email", "mark all messages are read", "archive top 4 messages", "search for email from Varun", "check for new messages" etc.
Let us know if that's correct. Also, are you familiar with asp.net? Do you have any experience of coding in ASP? If not, the the first step would be to start learning the basics of ASP and .Net. You'll need some knowledge of how voice processing works and what are the interfaces (check for open source ones) that you can use for your project.
Get started. We've very talented CEans here who will help you in your project. Keep us posted about your progress.
And is there any issue if I add SMTP in it like it has to be uploaded on net or any other.