代码搜索结果
找到约 10,000 项符合
Audio 的代码
025-midi.py
import audio
midi = audio.Sound.open("E:\\Sounds\\mysound.mid")
def playMIDI():
midi.play()
print "PlayMIDI returns.."
playMIDI()
todo
ffmpeg TODO list:
----------------
Fabrice's TODO list: (unordered)
-------------------
Short term:
- av_read_frame() API
- seeking API and example in ffplay
- parse_only mode
- use AVFMTCTX_DISCARD
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 fou
audioplay.java
//AudioPlay.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.applet.*;
public class AudioPlay extends JApplet
implements ItemListener, ActionListener
{
p
skybird_log.htm
时间:2004-6-25 17:07:19 IP地址:127.0.0.9 支持类型:*/*
caudio.h
///////////////////////////////////////////////////////////////////////////////
//
// CAudio.h
//
// Copyright (c) 2003 Forum Nokia. All rights reserved.
//
// Technology developed by Rocket
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
usbaudio.h
/*----------------------------------------------------------------------------
* Name: DEMO.H
* Purpose: USB Audio Demo Definitions
* Version: V1.10
*------------------------
audiodrv.h
#ifndef AUDIO_DRV_H
#define AUDIO_DRV_H
#define PWM32KHZ 0x00
#define PWM16KHZ 0x01
#define PWM8KHZ 0x02
#define PWM4KHZ 0x03
#define BY_TIME 0 //NOTE
#define BY_SIZE 1 //