代码搜索结果
找到约 10,000 项符合
Audio 的代码
resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by AVChat.rc
//
#define IDD_AVCHAT_DIALOG 102
#define IDR_MAINFRAME 128
#defin
resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by AVChat.rc
//
#define IDD_AVCHAT_DIALOG 102
#define IDR_MAINFRAME 128
#defin
clocking.txt
Audio Clocking
==============
This text describes the audio clocking terms in ASoC and digital audio in
general. Note: Audio clocking can be complex!
Master Clock
------------
Every audio subsyste
clocking.txt
Audio Clocking
==============
This text describes the audio clocking terms in ASoC and digital audio in
general. Note: Audio clocking can be complex !
Master Clock
------------
Every audio subsyst
clocking.txt
Audio Clocking
==============
This text describes the audio clocking terms in ASoC and digital audio in
general. Note: Audio clocking can be complex!
Master Clock
------------
Every audio subsyste
mute.c
#include "demohs.h"
#include
static const audio_note mute_beep[] =
{
AUDIO_TEMPO(80), AUDIO_VOLUME(32), AUDIO_TIMBRE(sine),
AUDIO_NOTE(G5, QUAVER),
AUDIO_END
};
qemu-fix-memset-args
Index: ioemu/audio/audio.c
===================================================================
--- ioemu.orig/audio/audio.c 2006-08-17 19:37:35.755591169 +0100
+++ ioemu/audio/audio.c 2006-08-17 19:50
qemu-fix-memset-args
Index: ioemu/audio/audio.c
===================================================================
--- ioemu.orig/audio/audio.c 2006-08-17 19:37:35.755591169 +0100
+++ ioemu/audio/audio.c 2006-08-17 19:50
aic23.c
#include "DSP28_Device.h"
extern Uint16 volume;
extern Uint16 AicRegs;
void InitAic23()
{
WriteAic23(RESET,0);
WriteAic23(D_INTERFACE_ACT,0x001);
WriteAic23(POWE
yuv2lav.c
/*
* yuv2lav - write YUV4MPEG data stream from stdin to mjpeg file
*
* Copyright (C) 2000, pHilipp Zabel
*
* This program is free software; you can redistribute it and/or
* m