Welcome![Sign In][Sign Up]
Location:
Search - mono

Search list

[Audio programfixpt.tar

Description: This module contains a high-performance HE-AAC decoder for 32-bit fixed-point processors. The following is a summary of what is and is not supported: Supported: - MPEG2, MPEG4 low complexity decoding (intensity stereo, M-S, TNS, PNS) - spectral band replication (SBR), high-quality mode - mono, stereo, and multichannel modes - ADTS, ADIF, and raw data block file formats
Platform: | Size: 668696 | Author: gloryn | Hits:

[Other resource16080

Description: OLED drive mono colour
Platform: | Size: 34337 | Author: stone | Hits:

[DirextXAudioCap

Description: This sample application demonstrates audio capture using DirectShow. The application enables the user to perform the following tasks: Capture audio to a file. Select the audio capture device. View properties on the audio capture device. Select the sample rate and number of channels (stereo or mono).
Platform: | Size: 44064 | Author: 黄文辉 | Hits:

[Audio programAudioChannelSwitcher

Description: 切换音频声道的DShow插件,可以在Mono和stereo之间进行以下切换: mono->stereo 复制一份,变成双声道 stereo->mono 选择左声道、右声道或混音 stereo->stereo 复制左声道或右声道,去掉另一个声道的声音 VC6工程,需要DShow的include和lib编译
Platform: | Size: 1292844 | Author: doitfreely | Hits:

[SourceCodebluetooth mono headset

Description: 蓝牙单声道耳机源码
Platform: | Size: 2073280 | Author: wei56271@sina.com | Hits:

[SourceCode多皮肤多语言版源码

Description: BlogEngine v1.3 多皮肤多语言版源码 拥有非常好的分层架构,原生态支持xml作为数据库,也可采用mssql作为数据库(运行SetUp目录),是学习asp.net非常难得的开源系统。 新功能 : 扩展管理器,可以禁用扩展或改变扩展的设置 Windows Live Writer发帖支持 专门为移动设备输出到小屏幕提供支持 改进的用户和角色管理 非管理员用户只能编辑和删除自己的文章 该博客导入工具现在支持blogml、RSS和Atom 精细控制trackbacks和pingbacks 使用属性实现用户控件注入 文章中显示相关内容功能 新的导航链接添加到文章顶部 发表评论时发送更丰富的EMIAL信息 瞬息万变的IT世界,blogengine.net实现全面的MONO支持
Platform: | Size: 1717045 | Author: 153710010@qq.com | Hits:

[ARM-PowerPC-ColdFire-MIPSSeekFor GUI Cool(TM) V1[1].0 for S3C44B0x

Description: CPU:arm S3C44b0 LCD驱动程序 MONO GREY COLOR 包括BOOT LOADER 移植注意FLASH 和SRAM 所在区域-CPU : arm S3C44b0 LCD driver MONO 1,005 COLOR including BOOT LOADER transplant attention FLASH and SRAM region
Platform: | Size: 31744 | Author: 黄伟 | Hits:

[Windows DevelopUltraUsbTest

Description: 串口编成的实际应用,通过串口与单片机通讯,实践中的一个例子-practical application of serial-port programming, an example in practicing: communicating with Mono-Chip Computers through serial-port
Platform: | Size: 11792384 | Author: 米海珍 | Hits:

[Multimedia Develop获取AVI类型文件的信息

Description: 由于在Windows2000下右键点击RIFF (*.avi,*.wav) 类型的文件,在摘要里没有该文件的具体信息,所以我就编了一个小程序,用来显示该类型文件的信息。具体信息主要包含视频流和音频流信息。视频流信息主要有:(1)Total frames (2)Frame rate (3)Codec (4)视频的宽度和高度等。音频信息主要有:(1)音频的格式 (2)单声道还是立体声 (3)采样频率等。-in Windows2000 Right click RIFF (*. avi,*. wav) file types, in a summary of the document was not specific information, so I compiled a small program used to indicate the type of document information. Specific information mainly includes streaming video and audio streams of information. Video streams of information are : (1) Total frames (2) Frame rate (3) Codec (4) video on the width and height. Major Audio Information : (1) Audio format (2) mono or stereo (3) sampling frequency.
Platform: | Size: 30720 | Author: 高飞 | Hits:

[Multimedia DevelopPlayWavByMCI

Description: 我在网上转悠了半天,想找一个能实现立体声录音的源代码,最好是能指定声道进行录音(比如:指定录左声道时,右声道的声音就不会被录进来),可我没有找到,只好自己来写一个了。 本程序实现音频文件的播放;单声道录音、立体声录音并保存为.wav文件; 枚举系统中的声卡显示在下拉列表中供用户选择。 指定声道录音的功能我仍然没有实现,若有朋友知道实现方法敬请告知(chrys@163.com) 我的实现方法是:先录制立体声的.wav文件,然后再将声道提取出来,分别保存为 左声道的.wav文件和右声道的.wav文件,方法虽然笨,但也是没办法了。 -I cruise the Internet for a long time and want to achieve a stereo recording of the source code, it would be best to designated channel recording (for example : the designation were left channel, right channel voices will not come to be recorded), I could not find, they themselves had to write one. The program audio player; Mono audio, stereo recording and save. Wav file; Enumeration System of the card shows the drop-down list for users to select. Designated channel recording function, I still did not materialize, if my friends to know that this method Comments (chrys@163.com) I realize is : the first stereo recording. wav file and then re-channel extracted, kept separate from the left channel. wav files and the right channel. wav file, though stupid, but it is also not a solution.
Platform: | Size: 69632 | Author: 谢红伟 | Hits:

[Windows Develop实现音频文件的播放

Description: 本程序实现音频文件的播放;单声道录音、立体声录音并保存为.wav文件;枚举系统中的声卡显示在下拉列表中供用户选择。   指定声道录音的功能我仍然没有实现,若有朋友知道实现方法敬请告知(chrys@163.com)我的实现方法是:先录制立体声的.wav文件,然后再将声道提取出来,分别保存为左声道的.wav文件和右声道的.wav文件,方法虽然笨,但也是没办法了。 -the program audio player; Mono audio, stereo recording and save. Wav file; Enumeration System of the card shows the drop-down list for users to select. Designated channel recording function, I still did not materialize, if my friends to know that this method Comments (chrys@163.com) I realize is : the first stereo recording. wav file and then re-channel extracted, kept separate from the left channel. wav files and the right channel. wav file, though stupid, but it is also not a solution.
Platform: | Size: 15360 | Author: lf | Hits:

[Multimedia DevelopHwAudioRec

Description: 直接压缩成mp3的录音机程序,录音过程中不需要产生.wav文件,边录音边压缩,处理速度快,节约磁盘空间,尤其对长时间录音非常合理。本程序可以录制单声道、立体声、左声道、右声道的语音。录音和播放过程中都有实时的波形显示。特别感谢我的好朋友李志刚的指点,由于他的提醒,我从使用mciSendXXX()改用waveInXXX()。-directly into compressed MP3 recorders procedures, the process of recording have not. Wav file, while recording edge compression, fast processing speed and save disk space, especially for long recording very reasonable. This procedure can record mono, stereo, left channel, right channel voice. Recording and playback process have real-time waveform display. Special thanks to my good friend, Li Zhigang's instructions, he reminded, I use mciSendXXX () switch waveInXXX ().
Platform: | Size: 310272 | Author: 谢红伟 | Hits:

[Windows Developcpr2mp3rcdr

Description: 直接压缩成mp3的录音机程序,录音过程中不需要产生.wav文件,边录音边压缩,处理速度快,节约磁盘空间,尤其对长时间录音非常合理。本程序可以录制单声道、立体声、左声道、右声道的语音。录音和播放过程中都有实时的波形显示。-directly into compressed MP3 recorders procedures, the process of recording have not. Wav file, while recording edge compression, fast processing speed and save disk space, especially for long recording very reasonable. This procedure can record mono, stereo, left channel, right channel voice. Recording and playback process have real-time waveform display.
Platform: | Size: 149504 | Author: 望打开 | Hits:

[Multimedia DevelopAVIFormat

Description: 具体信息主要包含视频流和音频流信息。视频流信息主要有:(1)Total frames (2)Frame rate (3)Codec (4)视频的宽度和高度等。音频信息主要有:(1)音频的格式 (2)单声道还是立体声 (3)采样频率等。 -mainly contains specific information streaming video and audio streams of information. Video streams of information are : (1) Total frames (2) Frame rate (3) Codec (4) video on the width and height. Major Audio Information : (1) Audio format (2) mono or stereo (3) sampling frequency.
Platform: | Size: 18432 | Author: 方格路 | Hits:

[Otherall1

Description: 利用小波和霍夫曼对单声道文件进行压缩编码 并解码输出-using wavelet and Hoffman right mono document coding and decoding output
Platform: | Size: 1024 | Author: 彭瑶 | Hits:

[VOIP programIPphone2.0

Description: 2.0说明 1.0支持系统的录音多种格式,有一定的延时,没有过滤杂音功能. 2.0已取消支持系统的录音多种格式,使用PCM采集数据G711A压缩格式(8000HZ单声道16位格式录音每秒以8K完成数据,16000HZ单声道16位格式录音每秒以11K完成数据,音质相当好),延时降低到最小100-500MS以内,不会随时间增加而增加延时(如果是说话测试一直保持200MS的延时,如果是用播放歌曲来测试,有自动校正延时功能,恢复成200MS的延时,恢复过程中不会中断歌曲的播放,只是小小加快唱歌的速度,听觉不会觉察出来),加入了过滤杂音功能. 2.0安装 将ACMG711.dll复制到系统文件夹里 再安装控件 -2.0 1.0 Note recording system to support multiple formats, a certain delay, no noise filtering function. 2.0 support system has been abolished recording formats, the use of PCM data acquisition G711A compression format (8000HZ 16 mono recording format to 8K per second complete data 16000HZ mono recording format 16 to 11K per second complete data quality is very good), Delay reduced to the minimum 100-500MS within not with time delay increases (if word has been tested 200MS delay, If it is used to test play the songs, the automatic correction function of delay, 200MS resume into the delay, the recovery process will not be interrupted play songs, singing just a small speed up the pace of the hearing will not be perceived out), joined the noise filter function. 2.0 to install ACMG711.dll copi
Platform: | Size: 407552 | Author: XDUniversity | Hits:

[VOIP programTalkG726

Description: G726局域网语音通话程序和源代码 这是使用G726语音压缩(16kbps)和RTP进行传输的程序,因为我没有带WIFI的PPC,所以每个程序都是单独测试的,PC端和PPC端分别都工作正常。 G726编解码算法来自OpenH323.传输使用的RTP可以在RTP程序中找到讲解,这个程序主要是G726的函数。将整个 G726封装为g726_Encode和g726_Decode两个函数,参数为压缩和解压数据存储的地址指针,可以将960字节压缩到120字节和将 120字节解压为960字节。这里G726使用的时候,音频设置为8kHz,16位量化,单声道。 使用方法很简单,只用两端各自输入对方的IP,然后按下“开始对话”,就可以进行语音通信了。 PPC端的运行比较稳定,已经进行了自收自发近一个小时连续工作的测试,非常稳定,话音清晰。-G726 LAN voice calls procedures and the source code is the use of voice compression G726 (16kbps ) and RTP for the transmission process, because I did not bring WIFI the PPC, there are separate procedures for each test, PC- and PPC-were all normal work. G726 codec algorithm from the OpenH323. RTP transmission can be used in the process to find RTP stresses Xie, this procedure is mainly a function of G726. Packaging whole G726 for g726_Encode and g726_Decode two functions, Parameters for the compression and decompression of data storage address pointer, 960 bytes can be compressed to 120 to 120 bytes and bytes to 960 bytes decompression. G726 used here, Audio set to 8kHz, 16 quantify mono. It is very simple to use, with only two ends of the respective input each other's IP, then press
Platform: | Size: 1002496 | Author: Xia Tao | Hits:

[Audio programdllVolumeCtrl1

Description: 《音量控制封装类》 最近总是遇到调音量和选择录音通道方面的程序,我从网上下载了一个音量控制类,但在不同的操作系统有时会出错,我修改了 里面的错误,重新封装成dll类,并提供详细的测试程序。没什么技术只是为了方便使用。 不过这个类在某些操作系统上对录音通道选择时还是会出问题,比如明明是选择"Mono"录音通道,可他却选到其他通道了, 我用了DirectX自带的例子程序也不能正确选到想要的录音通道,不知道如何能准确地选择需要的录音通道,若有高手知道请不吝 赐教,我的E-Mail:chrys@163.com,多谢!         致 礼!         谢红伟         chrys@163.com           2006-02-16-"Volume Control Packaging category of" always encountered recently stressed the volume and channel selection recording of the procedures, I downloaded from the Internet by a volume control category, but in different operating systems sometimes be wrong, I revised the inside of errors, dll encapsulation into categories, and to provide detailed test procedures. No technology is meant to facilitate use. But in the category of some systems of recording channels to choose or will be problems, For example, she choose "Mono" recording channel, but he elected to the other channel, I used the example of DirectX, bringing their procedures for the election not to want to correct audio channel, do not know how to accurately select the desired audio channel, if experts know Help us
Platform: | Size: 108544 | Author: 谢红伟 | Hits:

[Multimedia programyingliangctrol

Description: 最近总是遇到调音量和选择录音通道方面的程序,我从网上下载了一个音量控制类,但在不同的操作系统有时会出错,我修改了里面的错误,重新封装成dll类,并提供详细的测试程序。没什么技术只是为了方便使用。 不过这个类在某些操作系统上对录音通道选择时还是会出问题,比如明明是选择"Mono"录音通道,可他却选到其他通道了, 我用了DirectX自带的例子程序也不能正确选到想要的录音通道,不知道如何能准确地选择需要的录音通道,若有高手知道请不吝赐教,我的E-Mail:chrys@163.com,多谢!-recent encounter always stressed the volume and channel selection recording of the procedures, I downloaded from the Internet by a volume control category, but in different operating systems sometimes be wrong, I revised the inside of errors, dll encapsulation into categories, and to provide detailed test procedures. No technology is meant to facilitate use. But in the category of some systems of recording channels to choose or will be problems, For example, she choose "Mono" recording channel, but he elected to the other channel, I used the example of DirectX, bringing their procedures for the election not to want to correct audio channel, do not know how to accurately select the desired audio channel, if experts know Help us to assume my E-Mail : chrys@163.com, thank!
Platform: | Size: 37888 | Author: gongshenglai | Hits:

[Audio programreverb_Re1.0

Description: 该软件主要针对单声道(16bit)量化的音频文件做混响效果处理,并提供了一些可视化的接口供用户调节相应的关键参数,可以得到不同环境下的混响音效,并能同步显示输入输出波形,是一款比较好的可视化软件。-the software targeted at Mono (16bit) quantify the audio files so reverberation effect, and provided some visual interface for the user to adjust the corresponding key parameters can be different environment reverberation of sound, and can simultaneously show that the output waveform is one good visualization software.
Platform: | Size: 141312 | Author: 陈正松 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net