代码搜索结果

找到约 1,762 项符合 Speaker 的代码

sound.h

/** * The 15-410 Reference Kernel * @name sound.h * * Function for using the PC Speaker. * * @author Zachary Anderson(zra) */ #ifndef _SOUND_H #define _SOUND_H #define PITCH_LC 9121 #define

recvcd.py

# Receive UDP packets from sendcd.py and play them on the speaker or # audio jack. import al, AL from socket import * from cd import DATASIZE PORT = 50505 # Must match the port in sendcd.py def

usbspeakerlib.c

/* usbSpeakerLib.c - USB speaker class drive with vxWorks SEQ_DEV interface */ /* Copyright 2000-2002 Wind River Systems, Inc. */ /* modification history -------------------- 01h,15oct04,ami Apigen

sound.h

/** * The 15-410 Reference Kernel * @name sound.h * * Function for using the PC Speaker. * * @author Zachary Anderson(zra) */ #ifndef _SOUND_H #define _SOUND_H #define PITCH_LC 9121 #define

sound.h

/** * The 15-410 Reference Kernel * @name sound.h * * Function for using the PC Speaker. * * @author Zachary Anderson(zra) */ #ifndef _SOUND_H #define _SOUND_H #define PITCH_LC 9121 #define

speakerutils.java

package org.jnode.driver.sound.speaker; import javax.naming.NameNotFoundException; import org.apache.log4j.Logger; import org.jnode.driver.ApiNotFoundException; import org.jnode.driver.Device;

usbspeakerlib.c

/* usbSpeakerLib.c - USB speaker class drive with vxWorks SEQ_DEV interface */ /* Copyright 2000-2002 Wind River Systems, Inc. */ /* modification history -------------------- 01g,29oct01,wef Remove

usbspeakerlib.c

/* usbSpeakerLib.c - USB speaker class drive with vxWorks SEQ_DEV interface */ /* Copyright 2000-2001 Wind River Systems, Inc. */ /* modification history -------------------- 01e,08aug01,dat Removi

usbspeakerlib.c

/* usbSpeakerLib.c - USB speaker class drive with vxWorks SEQ_DEV interface */ /* Copyright 2000-2002 Wind River Systems, Inc. */ /* modification history -------------------- 01g,29oct01,wef Remove

speakermanytomany.java

package com.manning.hq.ch05.manytomany; import java.util.Set; import java.util.HashSet; /** * Speaker instance for Chapter 3. * * @author Nick Heudecker * @author Patrick Peak */ public class S