代码搜索结果
找到约 10,000 项符合
Audio 的代码
pan_stab.c
/*
This software module was originally developed by
Naoya Tanaka (Matsushita Communication Industrial Co., Ltd.)
and edited by
FN2 LN2 (CN2), FN3 LN3 (CN3),
in the course of development of the
M
monopred.h
/************************* MPEG-2 NBC Audio Decoder **************************
* *
"This software module was originally dev
interface.h
/************************* MPEG-2 NBC Audio Decoder **************************
* *
"This software module was originally dev
kbd_win.h
/************************* MPEG-2 NBC Audio Decoder **************************
* *
"This software module was originally dev
playcommand.java
package com.javapatterns.command.audioplayer2;
/** This class plays the role of Concrete Command */
public class PlayCommand implements Command
{
private AudioPlayer myAudio;
public
stopcommand.java
package com.javapatterns.command.audioplayer2;
/** This class plays the role of Concrete Command */
public class StopCommand implements Command
{
private AudioPlayer myAudio;
public S
rewindcommand.java
package com.javapatterns.command.audioplayer2;
/** This class plays the role of Concrete Command */
public class RewindCommand implements Command
{
private AudioPlayer myAudio;
publ
playcommand.java
package com.javapatterns.command.audioplayer;
/** This class plays the role of Concrete Command */
public class PlayCommand implements Command
{
private AudioPlayer myAudio;
public
stopcommand.java
package com.javapatterns.command.audioplayer;
/** This class plays the role of Concrete Command */
public class StopCommand implements Command
{
private AudioPlayer myAudio;
public St
rewindcommand.java
package com.javapatterns.command.audioplayer;
/** This class plays the role of Concrete Command */
public class RewindCommand implements Command
{
private AudioPlayer myAudio;
publi