代码搜索结果

找到约 10,000 项符合 Sound 的代码

sound.h

#ifndef __SOUND_h__ #define __SOUND_h__ // write your header here void PlaySnd(int SndIndex, int DAC_Channel); #endif

sound.c

#include "s480.h" void PlaySnd(int SndIndex, int DAC_Channel) { extern unsigned long RES_Table; unsigned long Addr,EndAddr; unsigned int Ret,Status; Addr = *(&RES_Table + (SndIndex

sound-faq

bttv and sound mini howto ========================= There are alot of different bt848/849/878/879 based boards available. Making video work often is not a big deal, because this is handled completel