| .reverb | R Documentation | 
Internal soundgen function, see reverb.
.reverb(
  audio,
  echoDelay = 200,
  echoLevel = -20,
  reverbDelay = 70,
  reverbSpread = 130,
  reverbLevel = -25,
  reverbDensity = 50,
  reverbType = "gaussian",
  filter = list(),
  dynamicRange = 80,
  output = c("audio", "detailed")[1],
  play = FALSE
)
audio | 
 a list returned by   | 
echoDelay | 
 the delay at which the echo appears, ms  | 
echoLevel | 
 the rate at which the echo weakens at each repetition, dB  | 
reverbDelay | 
 the time of maximum reverb density, ms  | 
reverbSpread | 
 standard deviation of reverb spread around time
  | 
reverbLevel | 
 the maximum amplitude of reverb, dB below input  | 
reverbDensity | 
 the number of echos or "voices" added  | 
reverbType | 
 so far only "gaussian" has been implemented  | 
filter | 
 (optional) a spectral filter to apply to the created reverb and
echo (see   | 
dynamicRange | 
 the precision with which the reverb and echo are calculated, dB  | 
output | 
 "audio" = returns just the processed audio, "detailed" = returns a list with reverb window, the added reverb/echo, etc.  | 
play | 
 if TRUE, plays the processed audio  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.