代码搜索:DirectSound
找到约 571 项符合「DirectSound」的源代码
代码结果 571
www.eeworm.com/read/192685/8360380
txt 如何控制录制的wav文件格式,如频率,位,单声道等.txt
如 果 只 要 控 制 频 率 , 位 , 单 声 道 , 那 使 用 DirectSound可 以 轻 松 完 成 。 具 体 的 例 子 在 MS D7的 SDK里 有 。
www.eeworm.com/read/242302/13075773
txt 如何控制录制的wav文件格式,如频率,位,单声道等.txt
如 果 只 要 控 制 频 率 , 位 , 单 声 道 , 那 使 用 DirectSound可 以 轻 松 完 成 。 具 体 的 例 子 在 MS D7的 SDK里 有 。
www.eeworm.com/read/114100/15110058
txt 如何控制录制的wav文件格式,如频率,位,单声道等.txt
如 果 只 要 控 制 频 率 , 位 , 单 声 道 , 那 使 用 DirectSound可 以 轻 松 完 成 。 具 体 的 例 子 在 MS D7的 SDK里 有 。
www.eeworm.com/read/274114/10887963
doc 利用directsound实现声卡录音.doc
www.eeworm.com/read/358610/6282387
txt 利用directsound实现声卡录音.txt
利用<mark>DirectSound</mark>实现声卡录音
摘要:本文详细讲述了如何利用<mark>DirectSound</mark>对经过声卡和麦克风的数据进行捕获,进行录音,并保存为wave格式的文件。
曾经学习过Directshow的开发,对于Dsound一直没有仔细的学习,以前只是知道Dsound是做音频开发的,我一直以为它和Dshow的结构体系差不多,经过仔细学习后,发现,其实他们完全两码事。DirectSoun ...
www.eeworm.com/read/14356/330587
c cpi_player_output_directsound.c
#include "stdafx.h"
#include "globals.h"
#include "CPI_Player.h"
#include "CPI_Player_CoDec.h"
#include "CPI_Player_Output.h"
#include "CPI_Equaliser.h"
#define DIRECTSOUND_VERSION 0x0500
#in
www.eeworm.com/read/15710/535549
c cpi_player_output_directsound.c
#include "stdafx.h"
#include "globals.h"
#include "CPI_Player.h"
#include "CPI_Player_CoDec.h"
#include "CPI_Player_Output.h"
#include "CPI_Equaliser.h"
#define DIRECTSOUND_VERSION 0x0500
#in
www.eeworm.com/read/268663/4251205
c cpi_player_output_directsound.c
#include "stdafx.h"
#include "globals.h"
#include "CPI_Player.h"
#include "CPI_Player_CoDec.h"
#include "CPI_Player_Output.h"
#include "CPI_Equaliser.h"
#define DIRECTSOUND_VERSION 0x0500
#in
www.eeworm.com/read/279152/10460200
cpp directsounderr.cpp
/******************************************************************************
*
* DirectSoundErr.cpp : This class gives a static method related to the differents
* error messages returned by
www.eeworm.com/read/274114/10887966