代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.cxx
/*
* sound.cxx
*
* Code for pluigns sound device
*
* Portable Windows Library
*
* Copyright (c) 2003 Post Increment
*
* The contents of this file are subject to the Mozilla Public Li
sound.xpm
/* XPM */
static char * sound_xpm[] = {
"16 16 17 1",
" c None",
". c #000000",
"+ c #9E9A8C",
"@ c #B8B4A6",
"# c #9B988A",
"$ c #CFCCC4",
"% c #E4E2DE",
"& c #D1CFC7",
"* c #C5C2B7",
"= c #DEDCD7",
sound.c
main ()
{
char audio[8192];
int i;
for (i = 0; i < 4095; i += 1)
audio[i] = i / 8,
audio[8191 - i] = i / 8;
for (;;)
write (1, audio, 8192);
}
sound.java
/*
* Created on Apr 25, 2004
*
* Copyright (C) 2003
*
* $Id: Sound.java,v 1.3 2005/12/04 20:48:28 cawe Exp $
*/
/*
Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you
sound.h
/////////////////////////////////////////////////////////////////////////////
// Name: sound.h
// Purpose: wxSound class (loads and plays short Windows .wav files).
// Optional
sound.h
/////////////////////////////////////////////////////////////////////////////
// Name: sound.h
// Purpose: wxSound class (loads and plays short Windows .wav files).
// Optional
sound.h
#ifdef __WXMAC_CLASSIC__
#include "wx/mac/classic/sound.h"
#else
#include "wx/mac/carbon/sound.h"
#endif
sound.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/msw/sound.h
// Purpose: wxSound class
// Author: Julian Smart
// Modified by:
// Created:
sound.h
/////////////////////////////////////////////////////////////////////////////
// Name: sound.h
// Purpose: wxSound class (loads and plays short Windows .wav files).
// Optional
sound.h
/////////////////////////////////////////////////////////////////////////////
// Name: sound.h
// Purpose: wxSound class (loads and plays short Windows .wav files).
// Optional