代码搜索:Audio

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

代码结果 10,000
www.eeworm.com/read/110527/15531952

c audio_sun.c

#include #include #include #include #ifdef SOLARIS #include #include #endif #include #include "audio.h" #ifdef NET
www.eeworm.com/read/110527/15531953

c audio_sgi.c

#include #include #include #include #include #include "audio.h" int audio_open(struct audio_info_struct *ai) { ai->config = ALnewconfig();
www.eeworm.com/read/110527/15531956

c audio_dummy.c

#include "audio.h" int audio_open(struct audio_info_struct *ai) { fprintf(stderr,"No audio device support compiled into this binary (use -s).\n"); return -1; } int audio_reset_parameters(struct
www.eeworm.com/read/110527/15531957

c audio_java.c

#include #include "jmpg_audio_NativeAudio.h" #include "audio.h" #define MAX_AUDIO 16 static struct audio_info_struct *ais[MAX_AUDIO] = { NULL , }; JNIEXPORT jint JNICALL Java_jmpg_audio_N
www.eeworm.com/read/110527/15531958

c audio_nas.c

/* * simple audio Lib .. * Network Audio System? (NAS) */ #include #include #include #include #include #include #incl
www.eeworm.com/read/110527/15531960

c audio_hp.c

#include #include #include #include #include #include "audio.h" #include int audio_open(struct audio_info_struct *ai) { struc
www.eeworm.com/read/110527/15531961

c audio_oss.c

#include #include #include #include #include #include "audio.h" #ifndef AFMT_S16_NE # ifdef OSS_BIG_ENDIAN # define AFMT_S16_NE AFMT_S16_BE
www.eeworm.com/read/109811/15547634

c audio_sun.c

/* * madplay - MPEG audio decoder and player * Copyright (C) 2000-2004 Robert Leslie * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener
www.eeworm.com/read/109811/15547635

c audio_alsa.c

/* * madplay - MPEG audio decoder and player * Copyright (C) 2000-2004 Robert Leslie * ALSA audio output module (C) 2002 Hod McWuff * * This program is free software; you can redistribute it and/
www.eeworm.com/read/109811/15547695

c audio_carbon.c

/* * madplay - MPEG audio decoder and player * Copyright (C) 2000-2004 Robert Leslie * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener