change_speed: Change the playback speed of an audio signal

Description Usage Arguments Value

Description

Change the playback speed of an audio signal

Usage

1
change_speed(input_signal, rate)

Arguments

input_signal

numeric

rate

numeric, desired rate of change to the speed. To increase the speed, pass in a value greater than 1.0. To decrease the speed, pass in a value between 0.0 and 1.0.

Value

numeric, vector representing the audio signal with changed speed.


UBC-MDS/AudioFilters_R documentation built on May 23, 2019, 1:58 a.m.