Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
Post a new Thread
Codec driver - Kenneth Ciszewski - Nov 7 21:20:00 2004
|
I am using Code Warrior 6.0 for DSP56800E evaluation board and have been looking at the
Codec.mcp project. This is being compiled using SDK libraries (subdirectory "nos" )that
were updated for CW 6. In looking at this briefly, I don't see an obvious way to split
out the left and right audio channels coming out of and going back into the codec,
which will be requiredto do any actual filtering or other processing of the two separate
audio channels. Has anyone dealt successfully with this problem who would share their
solution?
|
|

(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )
RE: Codec driver - Louis Loving - Nov 8 14:23:00 2004
|
Message
The sampled
data from the codec should be interleaved 16 bit words. Sample Right, Sample Left, Sample
Right, etc. You could write a routine to separate the channels or write the filter to
operate on every other sample.
Hope this
helps,
Louis
I am using Code Warrior 6.0 for DSP56800E evaluation board and have been looking at the
Codec.mcp project. This is being compiled using SDK libraries (subdirectory "nos" )that
were updated for CW 6. In looking at this briefly, I don't see an obvious way to split
out the left and right audio channels coming out of and going back into the codec,
which will be requiredto do any actual filtering or other processing of the two separate
audio channels. Has anyone dealt successfully with this problem who would share their
solution?
_____________________________________ /groups.php3
|

(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )