代码搜索结果
找到约 10,000 项符合
Sound 的代码
3.19_changes.txt
Changes since v3.17
-------------------
- Updated VWEP models
- Fixed sound config strings getting out of sync on loadgame. This caused
the wrong sound to be played.
- Fixed a bug in ref_sof
rdpsnd_oss.c
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Open Sound System
Copyright (C) Matthew Chapman 2003
Copyright (C) GuoJunBo guoju
3.19_changes.txt
Changes since v3.17
-------------------
- Updated VWEP models
- Fixed sound config strings getting out of sync on loadgame. This caused
the wrong sound to be played.
- Fixed a bug in ref_sof
troperation.bas
Attribute VB_Name = "TrOperation"
Sub CopySubNode(Soutv As Treeview, SouNd As Node, DesTv As Treeview, DesNd As Node)
Dim i As Integer
Dim so As Node, de As Node
If SouNd.Children = 0
audioctrllistener.java
package com.fefie.sound_recorder;
import com.fefie.sound_recorder.audio.AudioException;
/**
* Interface for communicating audio state changed events.
*
* @author stefie10
*
*/
public interfac
sb_audio.c
/*
* sound/sb_audio.c
*
* Audio routines for Sound Blaster compatible cards.
*
*
* Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU GENERAL PUBLI
sb_common.c
/*
* sound/sb_common.c
*
* Common routines for Sound Blaster compatible cards.
*
*
* Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU GENERAL PUB
sb_card.c
/*
* sound/sb_card.c
*
* Detection routine for the Sound Blaster cards.
*
*
* Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LIC
aci.c
/*
* Audio Command Interface (ACI) driver (sound/aci.c)
*
* ACI is a protocol used to communicate with the microcontroller on
* some sound cards produced by miro, e.g. the miroSOUND PCM12 and
* P
rdpsnd_oss.c
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
Sound Channel Process Functions - Open Sound System
Copyright (C) Matthew Chapman 2003
Copyright (C) GuoJunBo g