代码搜索:Audio
找到约 10,000 项符合「Audio」的源代码
代码结果 10,000
www.eeworm.com/read/263968/11334967
c audioio_aix.c
#include "amp.h"
#include
#include
#include
#include
static audio_fd;
static audio_init a_init;
static audio_change a_change;
static audio_c
www.eeworm.com/read/157396/11711738
hp700 exp.hp700
export CPU=hp700
export HTKCF='+e -O -I/usr/include/X11R5 -I/usr/include/audio -I/opt/audio/include -D_HPUX_SOURCE -Aa -DHPUX_AUDIO -DUSE_TIMER'
export HTKLF='-L/opt/audio/lib -lAlib'
export HTKCC='cc
www.eeworm.com/read/157396/11711764
hp700 env.hp700
setenv CPU hp700
setenv HTKCF '+e -O -I/usr/include/X11R5 -I/usr/include/audio -I/opt/audio/include -D_HPUX_SOURCE -Aa -DHPUX_AUDIO -DUSE_TIMER'
setenv HTKLF '-L/opt/audio/lib -lAlib'
setenv HTKCC 'cc
www.eeworm.com/read/124825/14535571
hp700 exp.hp700
export CPU=hp700
export HTKCF='+e -O -I/usr/include/X11R5 -I/usr/include/audio -I/opt/audio/include -D_HPUX_SOURCE -Aa -DHPUX_AUDIO -DUSE_TIMER'
export HTKLF='-L/opt/audio/lib -lAlib'
export HTKCC='cc
www.eeworm.com/read/124825/14535585
hp700 env.hp700
setenv CPU hp700
setenv HTKCF '+e -O -I/usr/include/X11R5 -I/usr/include/audio -I/opt/audio/include -D_HPUX_SOURCE -Aa -DHPUX_AUDIO -DUSE_TIMER'
setenv HTKLF '-L/opt/audio/lib -lAlib'
setenv HTKCC 'cc
www.eeworm.com/read/213086/15142780
m water_in.m
% clear all
%水印嵌入程序
%通过奇偶嵌入水印
%读取掩护媒体
audio_name='D:\sound\钢琴曲 - 少女的祈祷.wav';
[y,fs,br]=wavread(audio_name);
%若掩护媒体为双声道则取第一个声道,在audio中嵌入水印
audio=y(:,1);
audio_length=size(audio,1);%掩护媒体长度
audi
www.eeworm.com/read/167185/5464406
c dbri_utils.c
/*
* This material contains unpublished, proprietary software of
* Entropic Research Laboratory, Inc. Any reproduction, distribution,
* or publication of this work must be authorized in writing b
www.eeworm.com/read/103886/15717437
h audioctrl.h
#ifndef _AUDIO_CONTROL
#define _AUDIO_CONTROL
//Audio channel control
#define USING_AUDIO_CHANNEL 2
#define PUT_AUDIO_TO_CHANNEL 0
void ConfigAudio(PDEVICE_EXTENSION pDE);
void DisableAudio
www.eeworm.com/read/251886/6336021
c init.c
/* XMMS - Cross-platform multimedia player
* Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies
*
* This program is free software; you can redis
www.eeworm.com/read/258097/11884422
c disp.c
/*****************************************************\
Creater: Kenny
Date : 2001/5/15 02:39PM
Description: Display menu using
\*****************************************************/
#includ