代码搜索结果
找到约 1,762 项符合
Speaker 的代码
compute_block.v
module COMPUTE_BLOCK ( SET_TIME, ALARM, HRS, MINS, TOGGLE_SWITCH, CLK, RESETN,
TEST_MODE, TIM_DISPLAY, ALM_DISPLAY, SPEAKER_OUT );
input SET_TIME, ALARM, HRS, MINS, CLK, RESETN
makefile.am
sounddir = $(datadir)/sounds/alsa
wav_files = Front_Left.wav \
Rear_Center.wav \
Rear_Right.wav \
Side_Right.wav \
Front_Center.wav \
Front_Right.wav \
Noise.wav \
Rear_Left.wav \
Side_Left.wa
makefile.am
sounddir = $(datadir)/sounds/alsa
wav_files = Front_Left.wav \
Rear_Center.wav \
Rear_Right.wav \
Side_Right.wav \
Front_Center.wav \
Front_Right.wav \
Noise.wav \
Rear_Left.wav \
Side_Left.wa
music_tune.v
// music_tune.v
module music_tune(clk, speaker);
input clk;
output speaker;
//To play a range of increasing notes, we instantiate a 28 bits counter,
// from which we extract the 6 most signif
pcspeakerdevice.java
package org.jnode.driver.sound.speaker.pc;
import org.jnode.driver.Bus;
import org.jnode.driver.Device;
import org.jnode.driver.DriverException;
/** Defines the speaker device
* @author
music_police_siren.v
// music_police_siren.v //警笛鸣声
module music_police_siren(clk, speaker);
input clk;
output speaker;
//
reg [22:0] tone;
always @(posedge clk) tone
func_volume.c
/******************************************************************************
*
* Purpose: Func_Volume.c
*
* Creator: Paul v/d Linden
*
* Version: $Revision: 12 $
*
* File Name: $
top.v
module TOP ( SET_TIME, ALARM, HRS, MINS, TOGGLE_SWITCH, CLK, RESETN,
SPEAKER_OUT, HR_DISPLAY, MIN_DISPLAY, AM_PM_OUT );
output [13:0] HR_DISPLAY;
output [13:0] MIN_DISPLAY;
input SET_TIME, ALARM
top.v
module TOP ( SET_TIME, ALARM, HRS, MINS, TOGGLE_SWITCH, CLK, RESETN,
SPEAKER_OUT, HR_DISPLAY, MIN_DISPLAY, AM_PM_OUT );
output [13:0] HR_DISPLAY;
output [13:0] MIN_DISPLAY;
input SET_TIME, ALARM
mfcc.cpp
//########################################################################
//
// A C++ class library for automatic speech recognition and
// speaker recognition (identification and verification)