I am making a talk-back program that is suppose to reply to some things I say. For that, it will need a microphone module and speakers module. Can anyone send me microphone and speakers module setup script?
void setup ()
{
setupMicrophoneModule ();
setupSpeakerModule();
// Do other setup stuff
}
You need to fill in the blanks.
Wow! That was too simple. Thank You!
AudiRameez:
That was too simple.
We'll see.