aflibaudiopitch.3
来自「一个共享源码的音频库5(doc 文档)」· 3 代码 · 共 68 行
3
68 行
.TH "aflibAudioPitch" 3 "8 May 2002" "Open Source Audio Library Project" \" -*- nroff -*-.ad l.nh.SH NAMEaflibAudioPitch \- Controls the pitch of an audio source. .SH SYNOPSIS.br.PP\fC#include <aflibAudioPitch.h>\fP.PPInherits \fBaflibAudioSampleRateCvt\fP..PP.SS "Public Methods".in +1c.ti -1c.RI "\fBaflibAudioPitch\fP (\fBaflibAudio\fP &audio, double factor, bool linear_interpolation=FALSE, bool high_quality=FALSE, bool filter_interpolation=FALSE)".br.RI "\fIConstructor.\fP".ti -1c.RI "\fB~aflibAudioPitch\fP ()".br.RI "\fIDestructor.\fP".ti -1c.RI "void \fBsetInputConfig\fP (const \fBaflibConfig\fP &cfg)".br.RI "\fISets the input and output sample rates of this class.\fP".ti -1c.RI "const char * \fBgetName\fP () const".br.RI "\fIReturns the name of the derived class.\fP".in -1c.SH "DETAILED DESCRIPTION".PP Controls the pitch of an audio source..PPThis class is derived from the \fBaflibAudioSampleRateCvt\fP class. It only overrides the setInputConfig and getName functions. This is so that it can keep the output and input sample rates the same even thought they are changing. This gives the illusion of pitch changing. .PP.SH "CONSTRUCTOR & DESTRUCTOR DOCUMENTATION".PP .SS "aflibAudioPitch::aflibAudioPitch (\fBaflibAudio\fP & audio, double factor, bool linear_interpolation = FALSE, bool high_quality = FALSE, bool filter_interpolation = FALSE)".PPConstructor..PPThis constructor overides the \fBaflibAudioSampleRateCvt\fP base class constructor. It provides the ability to set the quality of the sample rate conversion and the sample rate conversion factor. For more information on these see the documentation for the \fBaflibAudioSampleRateCvt\fP constructor. .SS "aflibAudioPitch::~aflibAudioPitch ()".PPDestructor..PP.SH "MEMBER FUNCTION DOCUMENTATION".PP .SS "const char* aflibAudioPitch::getName () const\fC [inline, virtual]\fP".PPReturns the name of the derived class..PPReimplemented from \fBaflibAudioSampleRateCvt\fP..SS "void aflibAudioPitch::setInputConfig (const \fBaflibConfig\fP & cfg)\fC [virtual]\fP".PPSets the input and output sample rates of this class..PPThis function overrides the \fBaflibAudioSampleRateCvt\fP base class function. It will NOT change the output sample rate in the output audio configuration. By keeping the input and output sample rates the same even thought they are changing this gives the illusion of pitch changing. .PPReimplemented from \fBaflibAudioSampleRateCvt\fP..SH "AUTHOR".PP Generated automatically by Doxygen for Open Source Audio Library Project from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?