代码搜索结果
找到约 10,000 项符合
Sound 的代码
make.sh
#!/bin/sh
dirs="`pwd`"
cd ../../ && ./configure --enable-sound && gmake clean && gmake && cd ${dirs}
make.sh.svn-base
#!/bin/sh
dirs="`pwd`"
cd ../../ && ./configure --enable-sound && gmake clean && gmake && cd ${dirs}
sttypes.h
/*****************************************************************************
*
* Custom variable types used in SoundTouch sound processing library.
*
* Author : Copyright (c) Olli Parvia
fifosamplebuffer.h
/*****************************************************************************
*
* A buffer class for temporarily storaging sound samples, operates as a
* first-in-first-out pipe.
*
* Sampl
fifosamplebuffer.cpp
/*****************************************************************************
*
* A buffer class for temporarily storaging sound samples, operates as a
* first-in-first-out pipe.
*
* Sampl
gameeffects.java
/***************************************************************************/
// NOTE: before asking any questions on sound i should point you to the
// Includes directory. This is a version of the
soundsystem.cpp
//-----------------------------------------------------------------------------
// Name: SoundSystem.cpp
//
// Description: Helper class to play sound files
//
// File Function: Function file for
soundsystem.h
//-----------------------------------------------------------------------------
// Name: SoundSystem.h
//
// Description: Helper class to play sound files
//
// File Function: Header file
//
//
soundsystem.cpp
//-----------------------------------------------------------------------------
// Name: SoundSystem.cpp
//
// Description: Helper class to play sound files
//
// File Function: Function file for
soundsystem.h
//-----------------------------------------------------------------------------
// Name: SoundSystem.h
//
// Description: Helper class to play sound files
//
// File Function: Header file
//
//