Hey all,
I couldn't find much information regarding a project that I wanted to do. I wanted to use arduino to build a device that would record audio (speech) and send it to a server over a wireless connection.
I am not sure if this is possible, but are there any microphone modules that can "record" audio? Most of them that I manage to look up are only audio sensors. Also, I don't need to record the audio per say (I dont want to store it but just process i.e. receive audio, and stream it to a server)
Is this possible with arduino and what are some drawbacks, audio quality wise? Are some other devices better suited for this e.g. raspberry?
Hope someone can help with this!
For more context, some sort of requirements for the said project:
- Record speech
- Send to a server for further processing and storage
- Do some speech-to-text conversion
- Send the text result to a web app UI