代码搜索结果
找到约 12,685 项符合
Sound 的代码
ad1816
Documentation for the AD1816(A) sound driver
============================================
Installation:
-------------
To get your AD1816(A) based sound card work, you'll have to enable support for
e
pss-updates
This file contains notes for users of PSS sound cards who wish to use the
newly added features of the newest version of this driver.
The major enhancements present in this new revision of this dri
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
makefile
all: sound.o
# testresched.o sendresched.o
# all: rt_process.o rt_irq.o rt_irq_gen.o nonrt_irq.o monitor
MYCFLAGS = -O2 -Wall
include rtl.mk
sound.o: sound.c
$(CC) ${INCLUDE} ${CFLAGS} -c sound.c
sound.cpp
// Sound.cpp: implementation of the CSound class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Example2_ChatRoom.h"
#include "Sound.h"
sound.h
// Sound.h: interface for the CSound class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SOUND_H__69DAFAB9_C3EE_4821_8E74_9D069B9DECB9__INCLUDED_)
#
config.in
# drivers/sound/dmasound/Config.in
if [ "$CONFIG_ATARI" = "y" ]; then
dep_tristate ' Atari DMA sound support' CONFIG_DMASOUND_ATARI $CONFIG_SOUND
fi
if [ "$CONFIG_ALL_PPC" = "y" ]; then
dep_tr
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
play.m
function play(signal)
% play sound through pc sound board %
soundsc(signal,10000,16);
play.m
function play(signal)
% play sound through pc sound board %
soundsc(signal,10000,16);