代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.c
#include
#include
#ifdef HAVE_MAD
#include
#else
#define getbits mpg_getbits
#include "mpglib/mpglib.h"
#undef getbits
#endif
#include "swfdec_internal.h"
void adpcm
sound.asm
EXTRN GENSOUND:FAR
PUBLIC MUSIC
STACK SEGMENT PARA STACK 'STACK'
DB 64 DUP ('STACK')
STACK ENDS
DATA SEGMENT PARA 'DATA'
MUS_FREQ DW 330, 294, 262, 294, 3 DUP (
sound.asm
EXTRN GENSOUND:FAR
PUBLIC MUSIC
STACK SEGMENT PARA STACK 'STACK'
DB 64 DUP ('STACK')
STACK ENDS
DATA SEGMENT PARA 'DATA'
MUS_FREQ DW 330, 294, 262, 294, 3 DUP (
sound.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CSoundDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Sound.h"
sound.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
sound.cpp
// Sound.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Sound.h"
#include "SoundDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
sound.h
// Sound.h : main header file for the SOUND application
//
#if !defined(AFX_SOUND_H__BDDA38F3_613D_11D2_A7A3_000000000000__INCLUDED_)
#define AFX_SOUND_H__BDDA38F3_613D_11D2_A7A3_000000000000__IN