add_reverb: Add a reverb effect to the audio signal, simulating a...

Description Usage Arguments Value

Description

Add a reverb effect to the audio signal, simulating a different recording environment

Usage

1
add_reverb(input_signal, type = "hall")

Arguments

input_signal

numeric

type

character, choice of reverb effect. Options are 'hall' and 'church'. Defaults to 'hall'

Value

numeric, vector representing the audio signal with the specified type of reverb applied.


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