代码搜索结果
找到约 10,000 项符合
Audio 的代码
readme.avilib
avilib: Reading and writing avi files
=====================================
Copyright (C) 1999 Rainer Johanni
avilib is a open source library for dealing with AVI
files under Lin
mpegtoraw.cpp
/* MPEG/WAVE Sound library
(C) 1997 by Jung woo-jae */
// Mpegtoraw.cc
// Server which get mpeg format and put raw format.
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#inc
iaudioplayer.java
package tcpSoundCommunication;
import java.io.*;
import java.net.*;
public interface IAudioPlayer
{
/* Load the audio from a URL */
public void loadAudio(URL url) throws Exception;
/* Lo
igs5050snd.c
/* igs5050Snd.c - IGST 5050 Sound Support Module */
/* Copyright 2000 - 2003 Wind River Systems, Inc. */
/*
modification history
--------------------
01g,18jun03,jlb Updated to Tornado 2.2
01f,18oc
decoder.c
/*
decoder.c
Copyright (C) Christian Wolff for convergence integrated media.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Gener
magic
# Magic data for mod_mime_magic Apache module (originally for file(1) command)
# The module is described in /manual/mod/mod_mime_magic.html
#
# The format is 4-5 columns:
# Column #1: byte number t
spd2mulaw
#! /bin/sh
# Convert a file of 16 bit linear audio samples into a file with 8 bit
# mu-law encoded samples, and a Sun audio file header, so that it can
# be played with the command play.
audioconver
spd2au
#! /bin/sh
# Convert a file of 16 bit linear audio samples into a similar file
# with a Sun audio file header, so that it can be played with the
# command play.
audioconvert -F -i rate=8000,channels
play.1
.\" Copyright (c) 1996 Entropic Research Laboratory, Inc.; All rights reserved
.\" @(#)play.1 1.6 11/21/96 ERL
.ds ]W (c) 1992 Entropic Research Laboratory, Inc.
.TH PLAY 1\-ESPS 11/21/96
.SH NAME
pl
imageandsound.java
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
import java.net.*;
import java.applet.*;
public class ImageandSound extends Applet implements MouseListener
{
int whi