hi sir, i want to route the audio from mic input to speaker output without any recording or playback function in zybo board...i donno how to make ssm2603 to work like this...can I just something related to that
ssm2603
Production
The SSM2603 is a low power, high quality stereo audio codec for portable digital audio applications with one set of stereo programmable gain amplifier...
Datasheet
ssm2603 on Analog.com
hi sir, i want to route the audio from mic input to speaker output without any recording or playback function in zybo board...i donno how to make ssm2603 to work like this...can I just something related to that
Hello Rataashi,
I am sorry but I have no idea what a zybo board is? Can you supply some information about it?
Dave T
https://digilent.com/reference/programmable-logic/zybo-z7/reference-manual?redirect=1
the above is zybo reference manual.
https://digilent.com/reference/programmable-logic/zybo-z7/demos/dma-audio
this is the audio demo given by digilent team for zybo.I'm using vivado 2021.2.
in this they are recording and play back the audio through dma...but I want directly stream the audio from mic in to speaker out...i don't know how to do that
Hello Rataashi,
I am sorry but I have no idea. I think you should contact Digilent who makes the board.
Dave T
Thank you sir
Otherthan i2c protocol, can I access ssm2603 in full duplex mode?
Hello Rataashi,
I2C protocol is only used for sending control information by writing to the control registers. you can of course also read the registers.
The audio is always full duplex if you use the serial port. The ADC outputs show up on the serial outputs and the serial inputs will feed the DAC.
Do you have any more details of how you want to process the audio?
Dave T