代码搜索结果
找到约 12,685 项符合
Sound 的代码
sound.txt
Information about PowerPC Sound support
=====================================================================
Please mail me (Cort Dougan, cort@fsmlabs.com) if you have questions,
comment
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
class dyn_sound : public bsp_object
{
public:
sound *snd;
int instance;
vector *lockpos,*lockvel;
int volume,loop;
float mindist,maxdist;
dyn_sound();
virtual ~dyn_sound();
i
sound.rc2
//
// Sound.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
sound.cpp
// Sound.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "Sound.h"
#include "SoundIn.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
//
// Note!
//
sound.def
; Sound.def : Declares the module parameters for the DLL.
LIBRARY "Sound"
EXPORTS
; Explicit exports can go here
sound.h
// Sound.h : main header file for the Sound DLL
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main sym
sound.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sound", "Sound.vcproj", "{CED1A486-A9E9-4804-AAF6-1D3A06100F1F}"
EndProject
Global
sound.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: mkernel/modules/sound/sound.c
* PURPOSE: SoundBlaster 16 Driver