Author Topic: ADAU1701 alternatives for simple audio DSP project?  (Read 649 times)

0 Members and 1 Guest are viewing this topic.

Offline danieljfarrellTopic starter

  • Contributor
  • Posts: 18
  • Country: gb
ADAU1701 alternatives for simple audio DSP project?
« on: June 28, 2022, 06:47:03 am »
Hello

I would like to play around with audio DSP by making an FIR filter.

I know that the ADAU1701 https://www.analog.com/en/products/adau1701.html can do what I need, but it is hard to get.

Maybe TI's TAS3204 https://www.ti.com/product/TAS3204 is a good alternative?

In terms of device specifications, I am unsure what I need. The impulse response I will use is: momo, 24 bit, 48kHz sample rate (truncate to 984 samples) and the ADAU1701 can handle this.

What specifications should I look for in finding an alternative?

Thanks!
« Last Edit: June 28, 2022, 07:56:33 am by danieljfarrell »
 

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6721
  • Country: nl
Re: ADAU1701 alternatives for simple audio DSP project?
« Reply #1 on: June 28, 2022, 10:28:30 pm »
Any old Cortex M7 with an i2s codec is plenty powerful. What sets the ADAU1701 apart is that it doesn't require any programming, you can't for instance make a FIR filter with it. You can give it a small set of FIR filter coefficients and it will do it, but you're not the one making the FIR filter program.

The Teensy I think has the biggest hobbyist community programming audio DSP not on PCs (lots of DSP plugin development for PCs obviously). There's also the Bela DSP, which can do thousands of taps of straight FIR filtering. Don't think anyone implemented zero latency FFT based filtering yet unfortunately, so if you want multisecond reverb or room correction you'll have to implement that yourself ... the ADAU obviously ain't going to do it either though.

Everything which is not ADAU requires more programming though.
« Last Edit: June 28, 2022, 10:50:02 pm by Marco »
 

Offline danieljfarrellTopic starter

  • Contributor
  • Posts: 18
  • Country: gb
Re: ADAU1701 alternatives for simple audio DSP project?
« Reply #2 on: June 29, 2022, 06:39:44 am »
Thanks!

That’s really helpful to get the big picture.

The problem is availability of micros, but it’s good to know that this is not really a computational difficult problem and can be handled by even old hardware.

So the ADAU seems a good route or the Teensy if I want to do the programming myself. I will contact the Bela folks too.

Thanks

Dan
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf