Symphony SoundBite Development Kit

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Symphony SoundBite Development Kit

1,889 次查看
tekajay
Contributor I

Hi,

 

I've recently been handed a project and was asked to build it on the Symphony SoundBite Development Kit. The Kit has the DSP56371 Processor. I have gone through a few tutorials and gotten a brief idea of building projects and debugging them.

 

However, for my project I have to input samples from the microphone, process it and finally output the samples to the speakers. For this I need to know the C - command and syntax for inputting and outputting the samples. Also I need to know how to set the Sampling Frequency of the Codec in the C-source code.

 

Could someone help by pointing me in the right direction where to look or if you have the answers, that would be great.

 

Thanks,

 

Ajay 

0 项奖励
回复
1 回复

1,089 次查看
mocambo
Contributor I

Hi,

you can start with my sample project:

http://forums.freescale.com/freescale/board/message?board.id=MCUCOMM&message.id=2151&query.id=94148#...

 

 

With C is difficult to optimize signal processing routine in dsp56xxx, I think you need to write some asm code.

Let me know if you have problems with my code.

 

0 项奖励
回复