Questions:
1) What is the more appropriate processing power for this application: a computer, microcontroller, or other?
2) a) if computer which software(language) would you recommend for this application?
b) if microcontroller which one would you recommend for this application?
This is the application -
Input: device processes/recognizes audio input (such as a dog barking or someone shouting) - most likely with a microphone
Process: the device then waits for the input to stop (even momentarily) i.e. the dog stops barking or the person shouting takes a breath) and then send a signal to begin the output
Output: graphic to an LCD (any size) or play a pre-programmed audio file (i.e. mp3) most likely with a speaker
About me: I'm a beginner to intermediate programmer with experience in C, Fortran and Java. I also have some exposure to microcontrollers through a Basic Stamp microcontroller. What I am most unsure about is how to deal with the audio/listening part of this application i.e. to listen for a specific sound and then recognize when it has stopped
Thank you in advance if you decide to leave any comments/suggestions/advice.
1) What is the more appropriate processing power for this application: a computer, microcontroller, or other?
2) a) if computer which software(language) would you recommend for this application?
b) if microcontroller which one would you recommend for this application?
This is the application -
Input: device processes/recognizes audio input (such as a dog barking or someone shouting) - most likely with a microphone
Process: the device then waits for the input to stop (even momentarily) i.e. the dog stops barking or the person shouting takes a breath) and then send a signal to begin the output
Output: graphic to an LCD (any size) or play a pre-programmed audio file (i.e. mp3) most likely with a speaker
About me: I'm a beginner to intermediate programmer with experience in C, Fortran and Java. I also have some exposure to microcontrollers through a Basic Stamp microcontroller. What I am most unsure about is how to deal with the audio/listening part of this application i.e. to listen for a specific sound and then recognize when it has stopped
Thank you in advance if you decide to leave any comments/suggestions/advice.