代码搜索结果

找到约 21,607 项符合 Audio 的代码

audio.c

/* * audio.c - audio interface for reference clock audio drivers */ #ifdef HAVE_CONFIG_H # include #endif #if defined(HAVE_SYS_AUDIOIO_H) || defined(HAVE_SUN_AUDIOIO_H) || \ defined(

audio.h

/* * Header file for audio drivers */ #include "ntp_types.h" #define MAXGAIN 255 /* max codec gain */ #define MONGAIN 127 /* codec monitor gain */ /* * Function prototypes */ int audio_init P

audio-pcm.c

/* * audio-pcm.c - Scope out the PCM audio stuff */ #ifdef HAVE_CONFIG_H # include #endif #if defined(HAVE_MACHINE_SOUNDCARD_H) || defined(HAVE_SYS_SOUNDCARD_H) #include "audio.h" #incl

audio.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (audio), 0x0000 // Tools: 'MCS-51' Group (Source) File 1,1, 0x0 File 1,4,

audio-example.c

/* * audio-example.c * * Build a pipeline with testaudiosource->alsasink * and sweep frequency and volume * */ #include #include gint main (gint ar

audio.cxx

// // audio.cxx // // Roger Hardiman // // /* * audio.cxx * * PWLib application source file for audio testing. * * Main program entry point. * * Copyright 2005 Roger Hardiman * * Copied by De

audio.h

/* * main.h * * PWLib application header file for sound test. * * * $Log: audio.h,v $ * Revision 1.1 2005/08/18 22:29:15 dereksmithies * Add a full duplex sound card test (which was excised