代码搜索结果
找到约 10,000 项符合
Audio 的代码
echo.c
/*
* Copyright 2001 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
使用说明.txt
EDN USB学习板上共有8个键K1-K8,分别对应5,6,1,2,3,5,6,1。
接入电脑后,在设备管理器的“声音、视频和游戏控制器”下面应该会
出现一个USB <mark>Audio</mark> Device。
然后打开HappyEO电子琴(或者其它类似能够接收MIDI输入的软件),点
击HappyEO面板上的Option按钮,在弹出的对话框中,单击MIDI输入标签,
然后将“用MIDI输入设备”勾上 ...
testsound.java
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
public class TestSound extends Applet implements ActionListener,Runnable{
AudioClip audio;
Thread thread;
Button playau, l
usbaudio.h
/*----------------------------------------------------------------------------
* Name: DEMO.H
* Purpose: USB Audio Demo Definitions
* Version: V1.10
*------------------------
mpegaudiotab.h
/*
* mpeg audio layer 2 tables. Most of them come from the mpeg audio
* specification.
*
* Copyright (c) 2000, 2001 Fabrice Bellard.
*
* The licence of this code is contained in file LICENCE fo
flv.c
/*****************************************************************************
*
* This program is free software ; you can redistribute it and/or modify
* it under the terms of the GNU General P
madmix.c
/*
* madplay - MPEG audio decoder and player
* Copyright (C) 2000-2004 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
example8_14.java.bak
import java.applet.*;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class Example8_14 extends Applet
{
JButton play,loop,stop;
AudioClip audio = null;
publ
example8_16.java.bak
import sun.audio.*;
import java.io.*;
import java.awt.*;
import java.awt.event.*;
class Sound
{
FileInputStream file;
BufferedInputStream buf;
public Sound()
{
try
{