Used to upsample a Wave object. The upsampled sample rate must be an natural multiple of the current sample rate.
Examples
wave <- tuneR::sine(4000, samp.rate=44100)
wave2 <- upsample(wave, 88200)
Used to upsample a Wave object. The upsampled sample rate must be an natural multiple of the current sample rate.
wave <- tuneR::sine(4000, samp.rate=44100)
wave2 <- upsample(wave, 88200)