Nsound
0.9.4
|
Go to the source code of this file.
Functions | |
AudioStream | stretch_to (const AudioStream &x, float64 new_duration) |
int | main (void) |
AudioStream stretch_to | ( | const AudioStream & | x, |
float64 | new_duration | ||
) |
Definition at line 19 of file demo-stretcher.cc.
References Nsound::AudioStream::getDuration(), Nsound::AudioStream::getSampleRate(), and Nsound::Stretcher::showProgress().
Referenced by main().
int main | ( | void | ) |
Definition at line 34 of file demo-stretcher.cc.
References Nsound::AudioStream::add(), Nsound::AudioStream::getDuration(), Nsound::AudioStream::getLength(), Nsound::AudioStream::getSampleRate(), Nsound::AudioStream::normalize(), and stretch_to().