代码搜索:Audio

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

代码结果 10,000
www.eeworm.com/read/334325/12612493

h audio_out_internal.h

// prototypes: //static ao_info_t info; static int control(int cmd, void *arg); static int init(int rate,int channels,int format,int flags); static void uninit(); static void reset(); static int get_
www.eeworm.com/read/334234/12616307

c audio_input_output.c

/* * audio_cap_disp.c */ /* Standard Linux headers */ #include // always include stdio.h #include // always include stdlib.h #include
www.eeworm.com/read/334234/12616308

h audio_input_output.h

/* * audio_input_output.h */ /* Success and Failure definitions for audio functions */ #define AUDIO_SUCCESS 0 #define AUDIO_FAILURE -1 /* Function prototypes */ int audio_input_setup(int *fdByRef
www.eeworm.com/read/334234/12616380

c audio_decoder_dummy.c

/* * audio_decoder.c */ /* Standard Linux headers */ #include // always include stdio.h #include // always include stdlib.h /* Codec Engine headers */ #i
www.eeworm.com/read/334234/12616392

c audio_encoder_dummy.c

/* * audio_decoder.c */ /* Standard Linux headers */ #include // always include stdio.h #include // always include stdlib.h /* Codec Engine headers */ #i
www.eeworm.com/read/238315/13895644

uv2 audio_bootloader.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (audio_bootloader), 0x0000 // Tools: 'MCS-51' Group (Source) File 1,1, 0x0 File 1,1,
www.eeworm.com/read/134686/13976314

bak agc_audio.c.bak

/*****************************************************************************/ /* Filename: agc_aduio.c */ /* Author:ZhangYong */
www.eeworm.com/read/236764/13999760

v vga_audio_pll.v

// megafunction wizard: %ALTPLL% // GENERATION: STANDARD // VERSION: WM1.0 // MODULE: altpll // ============================================================ // File Name: VGA_Audio_PLL.v // M
www.eeworm.com/read/203170/15364460

c audio_allpass_reverberator.c

/* allpass.c - allpass reverberator with circular delay line */ double tap(); void cdelay(); double allpass(D, w, p, a, x) /* usage: y=allpass(D,w,&p,a,x); */ double *w, **p, a, x;
www.eeworm.com/read/203170/15364476

c audio_lowpass_reverberator.c

/* lowpass.c - lowpass reverberator with feedback filter G(z) */ double tap(), can(); void cdelay(); double lowpass(D, w, p, M, a, b, v, x) double *w, **p, *a, *b, *v, x; /* \(v\)