代码搜索结果

找到约 10,000 项符合 Audio 的代码

util.c

#include"myApp.h" void initCLK( int value) { int i; CLKMD=0; for(i=0;i

util.c

#include"myApp.h" void initCLK( int value) { int i; CLKMD=0; for(i=0;i

util.c

#include"myApp.h" void initCLK( int value) { int i; CLKMD=0; for(i=0;i

frame.h

/* * libmad - MPEG audio decoder library */ # ifndef LIBMAD_FRAME_H # define LIBMAD_FRAME_H # include "fixed.h" # include "timer.h" # include "stream.h" enum mad_layer { MAD_LAYE

mime.types

ez application/andrew-inset hqx application/mac-binhex40 cpt application/mac-compactpro doc application/msword bin application/octet-stream dms application/octet-stream lha application/octet-st

mime.c

/* * mime.c -- Web server mime types * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license requirements

vcxi.h

/* Copyright 1997-2003, ESS Technology, Inc. */ /* SCCSID @(#)vcxi.h 4.7 05/27/04 */ #ifndef __VCXI_H__ #define __VCXI_H__ #include "common.h" #include "sysinfo.h" #define

device.h

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2006-2007 Nokia Corporation * Copyright (C) 2004-2008 Marcel Holtmann * * * This program is free

023-mp.py

import audio sound = audio.Sound.open("E:\\Sounds\\mysound.mp3") def playMP3(): sound.play() print "PlayMP3 returns.." playMP3()

decapsavi.cpp

#include "DecapsAVI.h" static void long2str(char *dst, int n) { dst[0] = (n ) & 0xff; dst[1] = (n >> 8) & 0xff; dst[2] = (n >> 16) & 0xff; dst[3] = (n >> 24) & 0xff; }