代码搜索结果
找到约 10,000 项符合
Audio 的代码
audio.h
/*
**********************************************************************
* audio.c -- /dev/dsp interface for emu10k1 driver
* Copyright 1999, 2000 Creative Labs, Inc.
*
*****************
audio.c
/*
**********************************************************************
* audio.c -- /dev/dsp interface for emu10k1 driver
* Copyright 1999, 2000 Creative Labs, Inc.
*
*****************
audio.h
/*============================================================================
PROJECT...............: Wireless Headset
FILE..................: audio.h
INITIAL AUTHOR........: Nordic Semiconductor
audio.c
/*============================================================================
PROJECT...............: Wireless Headset
FILE..................: audio.c
INITIAL AUTHOR........: Nordic Semiconductor
audio.exp
## The following functions need to have tests written for them:
# lin2mu
# mu2lin
# loadaudio
# saveaudio
# setaudio
audio.xpm
/* XPM */
static char * audio_xpm[] = {
"16 16 83 1",
" c None",
". c #00E000",
"+ c #00F100",
"@ c #00F500",
"# c #00DE00",
"$ c #00AF00",
"% c #00AF01",
"& c #00A402",
"* c #00A100",
"= c #00A400",
audio.c
/*****************************************************************************
* audio.c: audio decoder using ffmpeg library
*************************************************************************
audio.java
package org.videolan.jvlc;
public class Audio implements AudioIntf {
private long libvlcInstance;
private native boolean _getMute();
private native void _setMute( boolean value );
pr
audio.c
/*****************************************************************************
* libvlc_audio.c: New libvlc audio control API
************************************************************************
audio.c
/*******************************************************************************************************
*