I created an application that analyzes the sound from the built-in microphone.
But I can not perform the same actions after connecting a studio external microphone to the 3.5 jack. I can assume that I always record the sound from the internal microphone and ignore the external one. How can I solve this problem?
streamer to record to a buffer and Audio.dll:
' streamer.Initialize2(1,"streamer",44100,True,16, streamer.VOLUME_MUSIC)
streamer.Initialize("streamer", Hz, True, 16, streamer.VOLUME_MUSIC)
streamer.StartRecording