代码搜索结果
找到约 1,533 项符合
Speaker 的代码
usbspeakerlib.h
/* usbSpeakerLib.h - Definitions for USB speaker class driver */
/* Copyright 2000 Wind River Systems, Inc. */
/*
Modification history
--------------------
01e,18sep01,wef merge from wrs.tor2_0.usb
results.txt
#
# results.txt
#
#
# NOTE:
#
# In following "ti46" refers to:
#
# "NIST CD-ROM Version of the Texas Instruments-developed 46-Word
# Speaker-Dependent Isolated Word Speech Database"
#
# "tidigits" re
readme
README
======
Models in this directory were trained with the
"NIST CD-ROM Version of the Texas Instruments-developed Studio Quality
Speaker-Independent Connected-Digit Corpus".
Contents of this d
八月桂花香.asm
;蜂鸣器接口
;特别提醒,仿真时请将P1.0同LED断开,可以直接将LED0处的P1.0网络标号删除即可
speaker equ P1.0
ORG 0000H
LJMP START
ORG 000BH ;中断入口
INC 20H ;中断服务程序,中断计数器加1
MOV TH0,#0D8H
cchannelswap.h
#ifndef _CCHANNELSWAPPAGE_H_
#define _CCHANNELSWAPPAGE_H_
#include "TconfPageDecAudio.h"
class TchannelSwapPage :public TconfPageDecAudio
{
private:
struct Tspeaker
{
int cbx,speaker
usbspeakerlib.h
/* usbSpeakerLib.h - Definitions for USB speaker class driver */
/* Copyright 2000 Wind River Systems, Inc. */
/*
Modification history
--------------------
01e,18sep01,wef merge from wrs.tor2_0.usb
beep.rc
/* $Id: beep.rc 21705 2006-04-22 13:58:53Z tretiakov $ */
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "PC Speaker Device Driver\0"
#define REACTOS_STR_INTERNAL_NAME "beep\0"
beep.c
/*
* PROJECT: ReactOS HAL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: hal/halx86/generic/beep.c
* PURPOSE: Speaker support (beeping)
*
misc.c
#include
#include
#include
//Speaker
BOOL WINAPI Beep(
DWORD dwFreq,
DWORD dwDuration
){
printf("beep??? %X,%X\n", dwFreq, dwDuration);
}
usbspeakerlib.h
/* usbSpeakerLib.h - Definitions for USB speaker class driver */
/* Copyright 2000 Wind River Systems, Inc. */
/*
Modification history
--------------------
01e,18sep01,wef merge from wrs.tor2_0.usb