-
Detailed simulation of the working principle of microwave ovens, on the time set...
详细模拟微波炉的工作原理,讲述时间的设置,已经运行全过程-Detailed simulation of the working principle of microwave ovens, on the time settings, has been running the whole process of
- 2023-09-02 01:40:03下载
- 积分:1
-
AdjustSound sample shows how to load and play a wave file using a DirectSound bu
AdjustSound sample shows how to load and play a wave file using a DirectSound buffer and adjust its focus, frequency, pan, and volume
- 2022-05-31 23:55:32下载
- 积分:1
-
dos下通过pc喇叭播放wav流文件
dos下通过pc喇叭播放wav流文件-dos pc through loudspeakers broadcast wav document flow
- 2022-10-08 09:55:03下载
- 积分:1
-
自编的wav文件播放器,用MCI函数实现,可以显示波形,界面比较美观...
自编的wav文件播放器,用MCI函数实现,可以显示波形,界面比较美观-Written and directed the wav file player, with MCI function, can display waveforms, beautiful interface compared
- 2022-02-26 01:55:24下载
- 积分:1
-
一个基于对话框的mfc的简单例子,播放.wave文件。对于初学者入门有较大的帮助。
一个基于对话框的mfc的简单例子,播放.wave文件。对于初学者入门有较大的帮助。-Mfc dialog based on the simple example, the player. Wave file. For beginners entry has a greater help.
- 2022-02-04 20:04:43下载
- 积分:1
-
这个程序的功能为将音频数据到IIS BT656数据传输…
本程序功能为将音频的IIS数据插入bt656数据中一起传输。在程序中,sdata并不从外界输入,而是由内部的一个16位的counter并串转换产生,以此来检测程序在串并转换sdata时是否有遗漏。
本程序并未经过实测,但ModelSim的仿真结果正确。-this program will function as audio data into IIS bt656 together data transmission. In the process, not from outside sdata input, but by an 16 to the counter and have a string of conversion, procedures in order to detect the change sdata series and whether there are any omissions. The procedure has not been measured, but the ModelSim simulation results correctly.
- 2022-07-12 11:06:47下载
- 积分:1
-
numeric keypad audible system
数字键盘发声系统-numeric keypad audible system
- 2022-03-22 16:54:43下载
- 积分:1
-
实用录音程序
在开始工作之前,要先介绍DirectSound录音用到的三个非常重要的对象,IDirectSoundCapture8 ,设备对象,根据你录音的设备创建的设备对象,利用该对象可以获取设备的属性。IDirectSoundCaptureBuffer8,缓冲区对象,该对象由设备对象创建,主要用来操作音频数据IDirectSoundNotify8 ,事件通知对象,该对象用来通知应用程序从缓冲区中将数据取走,写入文件保存起来。利用DirectSound录音的主要思路,就是先根据选择的录音设备创建设备对象,然后通过设备对象创建辅助缓冲区对象,开始录音的时候,设备将数据写入缓冲区,应用程序主动的从缓冲区将数据读出来写文件即可,就实现了录音功能。这里简单介绍一下dsound的通知功能,应用程序会创建一个通知对象,然后将通知对象邦定,然后设定通知位置(position),什么是通知位置呢,比如缓冲区的大小为4000字节,如果你想当数据达到缓冲区一半的时候能得到通知开始copy数据,那么此时你就可以将通知位置设定为2000,通知位置可以任意的设定,当缓冲区的数据达到你设定的位置时,就会通知应用程序将缓冲区的数据copy到文件中,缓冲区是循环利用的,当缓冲区填充满了以后,就会从头开始充填数据,所以,缓冲区就是一边读,一边写的过程。
- 2022-01-31 23:13:46下载
- 积分:1
-
用Visusl C++编写的基于G723压缩格式的声音编码与解码库
用Visusl C++编写的基于G723压缩格式的声音编码与解码库-Visusl C with the preparation of the G723 based voice compression format for encoding and decoding
- 2023-06-20 19:05:04下载
- 积分:1
-
arm_audio_player 最新的基于ARM的音频播放器源码
arm_audio_player 最新的基于ARM的音频播放器源码-arm_audio_player based on ARM
- 2022-07-04 15:00:56下载
- 积分:1