代码搜索结果
找到约 12,685 项符合
Sound 的代码
sound.py
import wx
from wx.lib.filebrowsebutton import FileBrowseButton
class MyFrame(wx.Frame):
def __init__(self):
wx.Frame.__init__(self, None, title="wx.Sound",
size=
sound.h
/*
* Minor numbers for the sound driver.
*/
#define SND_DEV_CTL 0 /* Control port /dev/mixer */
#define SND_DEV_SEQ 1 /* Sequencer output /dev/sequencer (FM
synthesizer and MIDI output) */
sound.txt
Information about PowerPC Sound support
=====================================================================
Please mail me (Cort Dougan, cort@cs.nmt.edu) if you have questions,
comments
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
sound.cpp
// Sound.cpp: implementation of the CSound class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Sound.h"
#include "SoundItem.h"
#inclu
sound.h
// Sound.h: interface for the CSound class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SOUND_H__A1029C72_F3F7_42D1_A178_C0AC2139F3A0__INCLUDED_)
#
makefile
# Makefile - makefile for bsp/src/drv/sound
#
# Copyright 1984-1999 Wind River Systems, Inc.
#
# modification history
# --------------------
# 01e,12mar02,dat SPR 72518 Drivers docs in separate direc
soundengine.java
import java.io.*;
import javax.sound.sampled.*;
/**
* Class SoundEngine provides functionality to process sound files.
* Sounds can be loaded, played, paused, resumed, and stopped.
*
* The sound
sound.files
org/tritonus/core/Service.java
org/tritonus/core/TAudioConfig.java
org/tritonus/core/TInit.java
org/tritonus/core/TMidiConfig.java
org/tritonus/lowlevel/alsa/AlsaCtlCardInfo.java
org/tritonus/lowlevel
tport.java
/*
* TPort.java
*
* This file is part of Tritonus,
* an implementation of the Java Sound API.
*/
/*
* Copyright (c) 1999, 2000 by Matthias Pfisterer
*
*
* This