5 ms·
I’ve got a microphone with a physical kill switch and when turned off it still leaks like a sieve. Be careful with those switches.
by bzb5 6y ago
I’ve got a microphone with a physical kill switch and when turned off it still leaks like a sieve. Be careful with those switches.
- wizzwizz4 6y agoIf you have two kill switches, one on each wire, would it still leak?
- Scoundreller 6y agoOr, instead of single-pole, single-throw switch, have a double-pole switch which pulls it to ground instead of leaving it floating?
- onion-soup 6y agoI always wondered if these physical switches are actually reliable and now reading your comment actually terrifies me. This behavior can cause irreversible social damage in say during high steak business meetings. One could absolutely sue the microphone manufacturer for this.
- formerly_proven 6y ago"It depends". Digital built-in microphones use DMIC, which aiui is a one-wire interface where the microphone just sends a delta-sigma bitstream. If you implement the switch through a multiplexer or logic gate this kills the signal 100 % essentially. Analog electrets can't be just shorted, because that causes a loud BANG when you switch due to the bias voltage, so you use a capacitor in series, which only shorts the AC portion. Because of the impedances involved, this only gives you 40-60 dB of attenuation, which isn't enough for a good ADC. Similar for XLR microphones (hot+cold are shorted, not disconnected, because of phantom power).
- jrockway 6y agoWhy do you need to short it? Just move the wires from "on" to "high impedance" (similar to what a pair of scissors would do when applied to the cable).
- formerly_proven 6y agoThe assumption is you want a click/pop-free mute. If you don't, then just SPDT the signal input to ground, problem solved. But if you do want it to be pop-free, you can't be disturbing the DC bias path (as explained above), so that isn't an option.
- amelius 6y agoCan't you switch the bias voltage off?
- anticensor 6y agoIt would make the microphone half-off, still capturing the upper half of the soundwaves.
- formerly_proven 6y agoNo, the output of electret capsules is generally wired as a common source amplifier at Ugs ~0 V with an N-JFET. Without bias, there will be neglibible output (~essentially only the capacitive coupling from the gate to the output; if you SPDT the bias voltage to ground, you're having a >100 MOhm source impedance (the capsule) fighting a couple kOhms (bias + input resistance) through perhaps 5 pF or so.
- formerly_proven 6y agoYes, but then we're back to loud popping sounds when you turn it back on.
- amelius 6y agoYou could ramp up/down the voltage gradually. Anyway the thing is connected to an ADC. The computer can sense when the switch is turned on/off, and turn off (or flush) the audio pipeline at the appropriate times.
- formerly_proven 6y agoHow does the ADC distinguish the transient from switching the bias voltage from an intentional signal? (Yes, if you see the entire waveform, this is quite easy, but because of the low frequency, this would incur another ~20-50 ms in latency, which is unacceptable). Ramping the bias voltage requires additional components (cheapest way these days would probably be a separate DAC integrated into the audio codec, but then you are back to not having a physical kill switch) and also incurs extra delay for turning off and on (probably 100-200 ms).
- YarickR2 6y agoOh I love them high steak business meatings, with rare proposals and well done outcomes. ontopic: all mechanical switches fail, and have multiple ways to fail, from subtle contact jitter to loose/broken springs to whatever else could break
- qchris 6y agoI upvoted your 'steak' puns, but wanted to point out that "the all mechanical switches fail" is not necessarily a useful observation. All things fail, and it's absolutely possible to design a product where either a) the switches are trivially repairable (like switching out RAM on my Lenovo, which requires exactly two Philips screws), or b) designing the switches such that their mean time to failure is far longer than the mean time to failure of any of the other critical components, which is absolutely do-able using the right materials and tolerances. It's not as though audio on a laptop is pumping enormous amounts of current that presents a serious electrical challenge in that respect, and it's unlikely that the mechanism is going to be used 1000 times per day for 10 years. Edited for formatting