Dsp Workflow


xernobyl

Still Fresh
Joined
Sep 25, 2008
Messages
8
Location
.pt
Website
web.ist.utl.pt
I've never really coded for a DSP. Imagining I wanted to code a sound application, a synth maybe, with a few filters running on the DSP how would it work? I guess it has nothing to do with using GLSL shaders... that's the only example of using a second processor/architecture I can find.
 
emil10001 said:
Perhaps this will help.


Perhaps, if I wanted to spend one month reading tech specs and such. Is there any code sample of a simple thing using the DSP somwhere?
 
Last edited by a moderator:
Yeah, a high level overview on how it would work would be cool. I'd assume you can write a DSP program in C/C++ (hopefully ;) ) upload it to the dsp and point it at some memory to process.

I can't find any specific examples with a simple google search but surely TI has a "Getting Started" doc somewhere.
 
Back
Top