-
WinCE系统,详细描述了媒体播放软件和它的源…
详细介绍了WinCE系统下的媒体播放软件及其源码。-WinCE system, described in detail under the media player software and its source code.
- 2023-02-08 00:20:03下载
- 积分:1
-
其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open("/dev/dsp", O_RDWR) ,...
其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open("/dev/dsp", O_RDWR) ,则无法录音和回放。只能分别设置RDONLY和WRONLY。即半双工方式。否则,就是在录音的时候可以听见,但是无法回放。分析下来似乎是IIC总线中只分配了一个通道给声卡,或者是只启用了一个通道,所以无法录音和放音同步进行。解决方法就是分别以RDONLY方式打开进行录音和WRONLY方式打开进行放音。
Sound1.c用于将录音保存在test.wav文件中,并利用cast test.wav > /dev/sound/dsp回放文件。此处需要注意的是,录音频率必须是44100才能正确回放。否则就会出现类似快放的效果。分析应该是cast方式利用了dsp的默认播放频率44100,所以如果录音的时候低于这个频率,这放的时候就会快放。
此外,设置采样率的时候必须设置成16bit,否则会提示出错。原因尚不知道,估计是与声卡有关。
- 2022-01-21 20:45:44下载
- 积分:1
-
rs纠错编码-译码部分
rs纠错编码-译码部分-rs-correction coding- decoding part
- 2023-08-05 18:30:03下载
- 积分:1
-
used to monitor network traffic data source and application procedures, to facil...
用来监视网络通信数据的源代码和应用程序,方便网络程序底层开发.-used to monitor network traffic data source and application procedures, to facilitate the development of the underlying network programming.
- 2022-01-25 18:25:42下载
- 积分:1
-
u盘电路详细资料
u盘电路详细资料--Detailed circuit materials for U disk.
- 2022-12-02 21:40:03下载
- 积分:1
-
嵌入式LInux下C编程。详细具体介绍了linux系统编程的方方面面。请多下载...
嵌入式LInux下C编程。详细具体介绍了linux系统编程的方方面面。请多下载-Embedded C programming under LInux. Detailed and specific description of all aspects of linux system programming. Like him to download
- 2022-05-15 16:03:17下载
- 积分:1
-
Arm with keil prepared source code, novices can easily learn to fly faster arm7.
用keil编写arm源代码,可以方便新手更快上手学懂arm7.-Arm with keil prepared source code, novices can easily learn to fly faster arm7.
- 2022-09-21 10:45:03下载
- 积分:1
-
WinCE system, described in detail under the media player software and its source...
详细介绍了WinCE系统下的媒体播放软件及其源码。-WinCE system, described in detail under the media player software and its source code.
- 2022-03-21 22:43:03下载
- 积分:1
-
STemwin在stm32F103上的移植
应用背景这是一个stemwin的程序,多应用在需要配置用户界面的地方,当你需要用户gui支持时,可以尝试使用该程序.方便使用的.值得借鉴关键技术使用stm32的标准外设库,而且是在keil环境下编程,使用的C语言.使用的关键技术有C数据结构,GUI移植系统.Keil使用技术.
- 2022-02-25 23:03:03下载
- 积分:1
-
ADS 1.2 开发的用来烧写 AMD Flash 程序源码
ADS 1.2 开发的用来烧写 AMD Flash 程序源码-ADS 1.2 use for program AMD Flash
- 2022-12-27 12:15:04下载
- 积分:1