![]() |
This is just a sampling of audio circuits that I have found useful and interesting.
![]() |
Below is the circuit diagram of stereo digital volume control. In this circuit, switch S1 controls increasing the volume and switch S2 controls decreasing the volume.
The IC1 timer, ICM7555, is set up as an astable multivibrator and generates low-frequency pulses to the up/down clock input pins of the 74LS193 (IC2) up/down counter, through switches S1 and S2. The pulse frequency can be controlled by changing the value of R1 on IC1.
Operation of switch S1 (up) triggers the binary output to increment while operation of S2 (down) triggers the binary output to decrement. The highest count being 15 (all outputs logic 1) and lowest count being 0 (all outputs logic 0), it outcomes in highest and lowest volume respectively.
The active high outputs A, B, C and D of the counter (IC2) are utilized to controll two quad bi-polar analogue switches, CD4066 ICs (IC3 and IC4). Each switch section shorts part of the resistor network comprising series resistors R6 thru R9, for one channel, and R10 thru R13, for the other channel. Switch S3 is utilized for resetting the output of counter to 0000. This sets the volume of both channels to the lowest level.
This circuit is really only meant as an idea, because there are some drawbacks.
- First, there is no debounce on the switches. This can cause erratic changes in the volume. It might be better to have two timers configured as mono-stable oscillators, each triggered by a separate switch. One for counting up, the other for counting down. A dual timer could be used.
- Second, there is no count limit control. When counting up or down, the counter can readily change from minimum (0000) to maximum (1111), or visa versa, with a single switch push. You could probably use the Carry (CO) and Borrow (BO), to gate out pulses when minimum or maximum count is encountered.
![]() |
Dynamic microphones are also better suited to handling high volume levels, such as from certain musical instruments or amplifiers. They have no internal amplifier and do not require batteries or external power.
This dynamic microphone amplifier circuit has a total gain of about 200 X. If you use 200Ω microphones, R1 should be 220Ω and C1 should be 4.7µF. For the best performance, use metal film resistors, MKM type for unpolar capacitor and tantalum type for bipolar capacitor. Use a stable, regulated, power supply. With a 3mV (P-P) input signal, the output will be 800m (P-P). The maximum output voltage is about 10V (P-P), when the input is 50mV (P-P). The bandwidth is from 50Hz to 100KHz.
This is the diagram of a Low Impedance (~200 ohm) microphone amplifier. It can be powered with 6-30 VDC. The input section, consisting of R1, R3, R4, R5, C1, and C2, is a grounded base Low-to-High Impedance Matching circuit. If you are working with a High Impedance microphone, or High Impedance audio source, the input section can be eliminated and the audio input at C4 (as shown on the diagram).
R7 and R8 form a voltage divider that keeps the plus input of the op-Amp at 1/2 the supply voltage. C5 stabilized this voltage. R9 sets the Gain of the High Impedance Op-Amp stage. At the low end, stage gain will be around 1 (0 dB). At the high end, stage gain will be around 250 (~24 dB).
![]() |
This is a pretty simple circuit for in front of a power amplifier. This small amplifier circuit has a maximum gain of around 22 dB (voltage gain) and the frequency response is +/-3.0 dB from about 120 Hz to higher than 20,000 Hz. The low frequency response is determined primarily by the value of C1 and R2.
Rin = RS+(R1//R2//ßRE) = 500 + ( 80K // 30K // 100*25 ) = 20.2 kΩ
fcl,in = 1/(2*PI*Rin*C1) = 1/(6.28*21.2E3*0.1e-6) = 75.1 Hz
Rin = RS+(R1//R2//ßRE) = 0 + ( 470K // 47K // 100*25 ) = 20.2 kΩ.
fcl,in = 1/(2*PI*Rin*C1) = 1/(6.28*47E3*0.1e-6) = 34 Hz
With R1 being fixed, the low frequency roll-off is controlled by capacitor C1. If the value of C1 ischanged to 0.1 pF, the low end’s comer frequency - the frequency at which the low-end roll-off starts - is decreased to about 70 Hz. Should you need an even deeper low-end roll-off, modify C1 to a 1.0 pF capacitor; if it is an electrolytic type, make certain that it is installed into the circuit together with the appropriate polarity, with the positive terminal linked to the base of Q1.
![]() |