ADC as DAC

ronsimpson

Joined Oct 7, 2019
4,719
It has been a while since I have played audio DSP, so my thoughts are old. There are a number of IC on the market that are built to read in audio and process it then send it back out.
1772080541457.png
 

Thread Starter

Kitt.Rainbolt

Joined Jan 16, 2026
36
It has been a while since I have played audio DSP, so my thoughts are old. There are a number of IC on the market that are built to read in audio and process it then send it back out.
View attachment 363937
I'm interested in dedicated DSP for other projects, though I've noticed that a lot of them use graphical programming languages like SigmaStudio and such. Do you happen to know if it is possible to compile C for these types of DSPs?
 

ronsimpson

Joined Oct 7, 2019
4,719
it is possible to compile C
I am hardware not software, so don't count on what I say. I cannot imagine not having a C compiler. I was looking for Graphical Programming and watched the videos on how easy you can put down a block and give it parameters. I was looking a blocks like graphic equalizers and limiter/compressor, mixers. (audio building blocks)
 

Thread Starter

Kitt.Rainbolt

Joined Jan 16, 2026
36
I am hardware not software, so don't count on what I say. I cannot imagine not having a C compiler. I was looking for Graphical Programming and watched the videos on how easy you can put down a block and give it parameters. I was looking a blocks like graphic equalizers and limiter/compressor, mixers. (audio building blocks)
I think those graphical programming languages are really neat for quick configuration! They're built for hardware people, so I expect you'd have an easy time implementing a solution with something like that.

If you're ever interested in low level DSP programming, there are a some good resources available for basic audio building blocks like filters and oscillators and such. MusicDSP.org is a solid starting point!
 
Top