代码搜索结果
找到约 10,000 项符合
Audio 的代码
magic
# Magic data for mod_mime_magic Apache module (originally for file(1) command)
# The module is described in htdocs/manual/mod/mod_mime_magic.html
#
# The format is 4-5 columns:
# Column #1: byte nu
hxaudply.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: hxaudply.cpp,v 1.25.2.3 2004/07/09 02:08:08 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserv
repository
symbian-61-thumb/datatype_dist/rm/audio/common
repository
symbian-61-thumb/datatype_dist/rm/audio/renderer
repository
symbian-61-thumb/datatype_dist/rm/audio/codec
audaix.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: audaix.h,v 1.2.42.1 2004/07/09 02:02:00 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
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);
}
audiosystem.java
/* Main interface to audio system
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it un
audiosystem.java
/* Main interface to audio system
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it un
wavfile.h
/******************************************************************************
*
* Classes for easy reading & writing of WAV sound files.
*
* For big-endian CPU, define BIG_ENDIAN during comp