代码搜索结果
找到约 1,533 项符合
Speaker 的代码
tstio.c
/*********************************************************************
Author: Dale Roberts
Date: 8/30/95
Program: TSTIO.EXE
Compile: cl -DWIN32 tstio.c
Purpose: Test the G
mixer.c
/*
* mixer
*
* Michel R. Prevenier.
*/
#include
#include
#include
#include
#include
#include
#include
#include
eventinfo.cs
namespace ASPNET.StarterKit.Communities.Events {
using System;
using System.Data.SqlClient;
//*********************************************************************
//
// E
itemeventspeaker.cs
namespace ASPNET.StarterKit.Communities {
using System;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using ASPNET.StarterKit.Communities.Events;
irqsig.c
/*
* Interrupt handling in Real-Time. Play sounds with PC speaker.
* Signal version
*
* (C) Michael Barabanov, 1997
* (C) FSMLabs 1999. baraban@fsmlabs.com
* Released under the GNU GENERAL PU
sound.c
/*
* Interrupt handling in Real-Time. Play sounds with PC speaker.
*
* (C) Michael Barabanov, 1997
* (C) FSMLabs 1999. baraban@fsmlabs.com
* Released under the GNU GENERAL PUBLIC LICENSE Versi
irqthread.c
/*
* Interrupt handling in Real-Time. Play sounds with PC speaker.
*
* (C) Michael Barabanov, 1997
* (C) FSMLabs 1999. baraban@fsmlabs.com
* Released under the GNU GENERAL PUBLIC LICENSE Versi
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
playcd.py
# Play CD audio on speaker or headphones.
callbacktypes = ['audio','pnum','index','ptime','atime','catalog','ident','control']
def playaudio(port, type, audio):
port.writesamps(audio)
def prtrack(
song.v
module song(clk_6MHz,clk_4Hz,speaker,high,med,low);
input clk_6MHz, clk_4Hz;
output speaker;
output[3:0] high,med,low;
reg[3:0] high,med,low;
reg[13:0] divider,origin;
reg[7:0] counter;
reg spe