I want to restrict my speech recognition program to be only used by one single specific microphone. How to design the module so that if that specific microphone is connected then the further execution will start, otherwise it will be terminated.
I want to do it because, we carry out speech recognition in a noisy scenario and hence use of this noise cancellation based microphone is strictly recommended, other microphone would give false recognition in noisy scenario.
The main codes are in C programming language and all together i am executing it with a shell script.
Is there anyother techniques which can be used in this case.. for example RFID? Also share your experiences.
Thank you