Welcome![Sign In][Sign Up]
Location:
Search - mixer API

Search list

[Multimedia programMixer

Description: 在windows下控制多块声卡的音量和静音的Delphi源程序。使用纯Win32 API实现。
Platform: | Size: 268964 | Author: wuzhihui | Hits:

[SourceCodec_videocard.rar

Description: The mixer API is a set of Windows multimedia functions that are used to retrieve information about audio-mixer devices. The mixer API classifies audio-mixer lines as source and destination lines. Source lines are inputs into the audio card (for example, CD, microphone, line-in, and wave). Destination lines are outputs from the card (for example, speakers, headphones, phone line, and wave in). For a source line to be valid, it should have a unique path from the source to a destination. A single source line might map to more than one destination, but no more than a single path can connect a source line to a destination line. For more information about the mixer API, see the Microsoft Windows SDK documentation.
Platform: | Size: 14528 | Author: eeec@126.com | Hits:

[Multimedia Developmixer2

Description: 一个音量控制小程序,纯源代码。这个音量控制VB源程序我忘了从何处下载的,我将里面的API及相关函数封装成一个类,这样用起来方便多了。 作者:周争鸣 z-zm@263.net-a small volume control procedures, pure source code. This volume control VB source I forgot where to download, I will be inside the API and related functions into one package type, use up more convenient. Author : Zhou Zheng z-zm@263.net
Platform: | Size: 6144 | Author: 王霸天 | Hits:

[Audio programmixer

Description:
Platform: | Size: 68608 | Author: tongling | Hits:

[Multimedia DevelopMixer

Description: 在windows下控制多块声卡的音量和静音的Delphi源程序。使用纯Win32 API实现。-In the windows under the control of multi-block sound card volume and mute the Delphi source code. Realize the use of pure Win32 API.
Platform: | Size: 268288 | Author: wuzhihui | Hits:

[Multimedia Developaudio

Description: 通过API实现混音器控制程序,可以自定义控件。-API realize through the mixer control program, you can custom control.
Platform: | Size: 2995200 | Author: 王亚龙 | Hits:

[JSP/Javamixer-src-2004-12-06

Description: Java Sound API example. It represents a mixer of every sound device of the computer where is running.
Platform: | Size: 11264 | Author: David Bea Ruiz | Hits:

[Audio programMixerAPI

Description: 目前写得最好的一篇关于windows mixer api的文档,读完后,让你恍然大悟,原来mixer api是这样的。-At present, the best written article on the windows mixer api document, after reading so that you came that this is the mixer api.
Platform: | Size: 47104 | Author: 一心一意 | Hits:

[Algorithmoscilloscope_src

Description: 这是一个简单的应用我建立理解波的Windows音频API的基础知识,并获得一个快速傅立叶变换(FFT变换)的基本掌握。它的功能是:双缓冲绘图,取样的音频源,选择一个录音源使用搅拌机,FFT频谱计算阵列,并策划采样数据。 -This is a simple application I built to understand the basics of the Windows Audio WAVE API, and to get a basic grasp on Fast Fourier Transforms (FFTs). Features of the application are: double buffering graphics, sampling an audio source, selecting an audio recording source using the mixer, calculating the FFT spectrum array, and plotting sampled data.
Platform: | Size: 1137664 | Author: wu | Hits:

[DirextXasound_4

Description: Audio Mixer函数缩进一组控制音频线到目标设备的函数,并也可以控制音量和其他效果。在这组API中,尽管只有十个函数和两个消息,但使用起来还是比较难。本在本节中,通过应用这些函数编写成3个应用程序,来展示它们的使用方法。而且,尽可能采用实际应用中的用户界面,这样,更有可能被读者直接利用。 -Audio Mixer Functions indent a line to the target device controls the audio functions, and also can control the volume and other effects. In this group of API, although only 10 functions and two messages, but it is still more difficult to use. This In this section, through the application of the preparation of these functions into three applications to demonstrate their use. Moreover, as far as possible the practical application of the user interface, so that readers are more likely to be the direct use of.
Platform: | Size: 45056 | Author: jack | Hits:

[Windows DevelopMixer

Description: 里面是控制音频音量的代码,主要真多 windows API的麦克风音量控制调整的-Which is to control the audio volume of code, mainly true multi-windows API' s microphone volume control adjustment
Platform: | Size: 1759232 | Author: 林子明 | Hits:

[Audio programVolume-Controller

Description: 用mixerApI实现声卡控制,包括线路检测、线路控件检测-using Mixer API achive soundcard oprater
Platform: | Size: 6144 | Author: meizhanqiang | Hits:

[Linux-UnixLinux-driver-development17

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第17章、Linux音频设备驱动。在Linux系统中,先后出现了音频设备的两种框架:OSS和ALSA,本节将在介绍数字音频设备及音频设备硬件接口的基础上讲解OSS和ALSA驱动的结构。17.1~17.2节讲解了音频设备及PCM、IIS和AC97硬件接口。17.3节讲解了Linux OSS音频设备驱动的组成、mixer接口、dsp接口及用户空间编程方法。17.4节讲解了Linux ALSA音频设备驱动的组成、card和组件管理、PCM设备、control接口、AC97 API及用户空间编程方法。17.5节以S3C2410通过IIS接口外接UDA1341编解码器的实例讲解了OSS驱动。17.6节以PXA255通过AC97接口外接AC97 编解码器的实例讲解了ALSA驱动。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 17, Linux audio device drivers. In Linux system, the audio equipment successively appeared two framework: OSS and ALSA, this section will be introduced in digital audio equipment and audio equipment and hardware interface on the basis of OSS and explain the structure of the driver ALSA. 17.1 ~ 17.2 explained audio equipment and PCM, IIS and AC97 hardware interface. Section 17.3 explained Linux OSS audio device driver s composition, mixer, DSP interface and the user interface space programming method. Section 17.4 explained Linux ALSA audio device drivers, the composition of the card and the component management, PCM equipment, control interface, AC97 API and user space programming method. Section 17.5 to S3C2410 through the IIS interface external UDA1341 codec examples to explain the OSS driver. Section 17.6 to PXA255 through the AC97 interface exter
Platform: | Size: 922624 | Author: 华清远见 | Hits:

[WaveletSpectrum-Analyzer

Description: 这是一个简单的应用,建立了解的Windows音频波形API的基本知识,并得到快速傅立叶变换(FFT)基本掌握。应用程序的特点是:双缓冲图形,采样音频信号源,选择录音源,使用调音台,计算FFT频谱阵列,并绘制采样数据。-This is a simple application built to understand the basics of the Windows Audio WAVE API, and to get a basic grasp on Fast Fourier Transforms (FFTs). Features of the application are: double buffering graphics, sampling an audio source, selecting an audio recording source using the mixer, calculating the FFT spectrum array, and plotting sampled data.
Platform: | Size: 12119040 | Author: 王海光 | Hits:

[Windows Develop[JDP]_API

Description: 混合器,现在检测音频卡设备和显示所有可用设备卷。控制主、CD、线、辅助、选项卡,麦克风,低音和高音。这是所有的API,可以有点困惑新手� 年代。打开系统声音合成器和使用此应用程序将移动搅拌机� 年代卷以及这个应用程序。-Mixer, audio card is now testing devices and displays all available devices volumes. Control of the main, CD, cable, auxiliary, tabs, microphone, bass and treble. This is all the API, you can somewhat confused newbie' s. Open the system sounds synths and use this application to move the mixer' s volume as well as the application.
Platform: | Size: 13312 | Author: 麻酥油卷 | Hits:

[Linux-UnixSB-Live-mixer

Description: Lowest firmware API version supported.
Platform: | Size: 6144 | Author: yerbhcr | Hits:

[OtherCODE_UPLOAD5470532000

Description: API Cd Player and Mixer for Visual Basic
Platform: | Size: 13312 | Author: lunwmpp | Hits:

[OtherAudioLib_demo

Description: Mixer api demo 一个简单的Audio 操作的简单的demo 可以调节系统音频,以及麦克风声音大小(Mixer api demo A simple demo of the simple operation of the Audio can adjust the system audio, as well as the microphone sound size)
Platform: | Size: 24576 | Author: Gavin0517 | Hits:

[Voice Compressnaudio

Description: 开源音频处理类库 NAudio主要的功能: 1、支持多种API播放音频,WaveOut、DirectSound、ASIO、WASAPI (Windows Vista及以上) 2、支持多种音频格式解压缩,MP3(ACM或者DMO解码)、AIFF、G.711(mu-law或者a-law)、ADPCM、G.722、Speex、SF2 3、可以解码任意ACM编码的音频 4、支持WaveIn、WASAPI、ASIO录音 5、支持读写标准WAV格式的文件 6、使用32位混音引擎 6、提供MIDI文件多种读写方式(NAudio main functions: 1, support a variety of API playback audio, WaveOut, DirectSound, ASIO, WASAPI (Windows Vista and above) 2, support a variety of audio format decompression, MP3 (ACM, AIFF, or DMO decoding) G.711 (mu-law or A-Law), ADPCM, G.722, Speex and SF2 3. You can decode any ACM encoded audio 4. Support WaveIn, WASAPI, ASIO recording 5. Documents supporting the read and write standard WAV format 6. Using a 32 bit mixer engine 6. Provide a variety of reading and writing methods for MIDI files)
Platform: | Size: 12766208 | Author: 苟利国 | Hits:

CodeBus www.codebus.net