Questions tagged [audio-codec]
The audio-codec tag has no summary.
64 questions
1 vote
1 answer
86 views
CM6533 USB-codec internal 8051 MCU
According to the DS CM6533, it has the following specifications: The CM6533 is a USB 2.0 audio chip built-in 8051 for flexible applications. Embedded 1T 8051 with 32K Byte SRAM and 512K Byte flash(...
2 votes
1 answer
97 views
PCM3168A codec Differential to Single Ended Buffer for DAC Output correct configuration
The plan On my DSP development board I’m planning to use the TI PCM3168A codec. For now, I’ll only be working with line-level, single-ended audio in/out. This codec only provides differential outputs, ...
0 votes
2 answers
90 views
Microphone picking EMI noise, can aluminum shielding reduce/solve that EMI noise?
An example of sound is similar to this video: https://youtu.be/fWlwKPlmWeM?si=Wkjh_yphI_JPgJJM&t=214 Schematic: PCB: There is a one-GSM module (EG25G-PCIe) near the module, approximately 50 mm ...
1 vote
1 answer
99 views
Audio codec TLV320AIC3110 vs TLV320AIC3111: miniDSP?
I'm working on a personal project that involves digital audio. I've never done digital audio before (I'm an EE so not new to electronics) so I've been learning concepts as I select components. I'm ...
0 votes
1 answer
207 views
Audio Codec Input/Output Channel Stages
I am planning to build a PCB for a Eurorack Modular Synthesizer, incorporating an STM32 for DSP and a bidirectional Audio Codec like the TLV320AIC3104 to handle the ADC/DAC. Eurorack audio signals ...
0 votes
2 answers
135 views
Should any DAC with an SPI interface be called a codec IC?
It seems most codec ICs typically use I²S for audio data but can also use SPI or I²C. Should any DAC with an SPI interface such as this one be called a codec IC? If not, what makes such chip be called ...
2 votes
2 answers
403 views
Synchronizing multiple I2S codecs on stm32f405
I am designing an audio device that requires two CODECs to be connected to the MCU - two stereo outputs, two stereo inputs. When working with a single codec, no problems with synchronization occur ...
0 votes
0 answers
124 views
Why does the ES8374 have 5 pins to receive input from a microphone?
I am using a ES8374 codec for an audio application. I am not able to make out how to connect my analog condenser mic (which has two pins) to the ES8374 mic pins. (Refer to pictures from the datasheet) ...
1 vote
1 answer
179 views
PCB design for Renesas' DA7212 audio codec
I'm designing my very first PCB. I managed to route all my components and I'm stuck at the last footprint - DA7212 from Renesas: Those balls are both incredibly tiny and packed dense. I'd need a ...
2 votes
1 answer
211 views
Grounded ADC pins on the CS4272-CZZR producing horrible noise?
I am currently busy with an audio processing project that requires 4 output channels. I have a Nucleo F303RE running some digital filtering on audio data, which is being read by one of the two CS4272s ...
2 votes
0 answers
126 views
TRS differential input and output connector wiring for balanced audio CODEC I/O connections
I've been studying the ADAU1361 evaluation board and noticed an odd thing how the differential input and output connectors are connected in their schematic on its user guide, page 7, focus on the left ...
2 votes
1 answer
292 views
Can the differential output signal of a DAC be AC coupled directly to the differential input pins of a class D audio amplifier?
The datasheet of the audio codec I'm using (CS4272-CZZ) suggest a filter on the differential output pins. Their suggested configuration also combines the signals into a single ended output. I want to ...
0 votes
0 answers
278 views
Documentation/manual for stm32-wm8994 library?
I have a STM32F746G-DISCOVERY kit that has a WM8994 (Audio Hub CODEC). I'm learning how to generate a sound from the STM32F746G and send it to the WM8994 via Serial Audio Interface (SAI) to use in my ...
0 votes
2 answers
195 views
Lots of audio codecs and few components: separate AGND from DGND?
I am trying to design a PCB that embeds 16 ADAU1787 audio codecs (ADC/DAC). I want to design a board that connects to an FPGA through an FMC port and connects all the codecs to output connectors (...
0 votes
2 answers
2k views
Can an ESP32 be fed an audio signal and then output that audio to a Bluetooth speaker?
I have a CODEC circuit with a AUX audio output. Is it possible to connect that output back to the ESP32 and transmit to a Bluetooth speaker using the ESP32-A2DP library? If so, would this be the ...