代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
sound.h
/*
Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free So
sound.cpp
#include "Sound.h"
#define SAFE_RELEASE(p) {if (p) { p->Release(); p = NULL;}}
CSound::CSound()
{
CoInitialize(NULL);
m_pDirectAudioPerformance = NULL;
m_pDirectAudioLoader = NULL;
sound.h
#ifndef SOUND_H
#define SOUND_H
#include
#include
#include
#pragma comment(lib,"dsound.lib")
#pragma comment(lib,"strmiids.lib")
class CSound;
class CW
sound.h
#ifndef __SOUND_h__
#define __SOUND_h__
// write your header here
void PlaySnd(unsigned int SndIndex);
enum SndIndex{ // 所有语音资源的索引
S_0, S_1, S_2, S_3, S_4, S_5, S_6, S_7, S_8, S_9, S_
sound.asm
// GCC for SUNPLUS u'nSP version 1.0.23
// Command: C:\PROGRA~1\Sunplus\UNSPID~1.2D\toolchain\cc1.exe C:\DOCUME~1\lk\LOCALS~1\Temp\cc2Laaaa.i -fkeep-inline-functions -quiet -dumpbase Sound.c -mglobal
sound.lst
Sunplus u'nSP Assembler - Ver. 1.14.12
Listing File Has Been Relocated
// GCC for SUNPLUS u'nSP version 1.0.23
// Command: C:
sound.c
//======================================================
// 文件名称: Sound.c
// 功能描述: 语音播放函数
// 维护记录: 2006-08-30 v1.0
//======================================================
#include "spce061a.h"