i need to connect the microphones to my arduino, which is an uno. They're electret mini microphones here's the link to them
Wired Miniature Electret Microphone : ID 1935 : $0.95 : Adafruit Industries, Unique & fun DIY electronics and kits
Yeah... Don't use that microphone unless you know what you're doing. And even if you do know what you're doing you may not want to build the additional required circuitry.
An electret microphone with the Arduino needs 3 "things" -
1. Electret condenser mics need to be powered,* and that power has to be "isolated" from the audio with a resistor & capacitor. (Dynamic mics don't require power.)
2. All microphones put out a small (a few millivolts) signal, which of course depends on the loudness of the sound and the sensitivity of the microphone. That means you need a preamp to bring the signal up to approximately audio line-level (about 1V). (The Arduino can take a slightly higher voltage, but line-level is about right.)
3. Normal audio signals are AC and voltage swings from positive to negative. But the Arduino can't read negative voltages, and in fact it can be damaged by negative voltages, so you need to bias the signal. Since the Arduino runs at 5V, the audio is typically biased at 2.5V.
The little board that jremington linked to has a built-in mic along with some other circuitry and it takes care of all 3 issues. (The one thing it's "missing" is variable gain.)
SparkFun publishes the [u]schematic[/u] for that board, and if you wanted to build your own electronics to use with your "bare" microphone module, that circuit is a great place to start.
i need to be able to connect 3 to my arduino in order to get started,
The good news is that the Arduino has multiple analog inputs so once you can read 1 microphone you can read 3.
* A regular computer soundcard puts-out 5V to power an electret "computer microphone". If you plug a computer microphone into an "old-time" cassette recorder it won't work because they don't provide power to the mic.
Electret mics used on stage either have a battery built-in, or sometimes they use 48V "phantom power" from the mixer.
Studio condenser mics are different from electret condensers and they use 48V phantom power from the mixer or preamp.
Like I said, dynamic mics (like the famous Shure SM57 or SM58 don't need power, but of course they still need a preamp (usually built into the mixer or PA system).