From ea1ac62d6b177af9472b54059c30f923997966a8 Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Mon, 26 Apr 2021 16:58:41 +0100 Subject: [PATCH] (buf)audiotransport removed unused parameter --- .../HelpSource/Classes/FluidAudioTransport.schelp | 3 --- .../HelpSource/Classes/FluidBufAudioTransport.schelp | 3 --- 2 files changed, 6 deletions(-) diff --git a/release-packaging/HelpSource/Classes/FluidAudioTransport.schelp b/release-packaging/HelpSource/Classes/FluidAudioTransport.schelp index d56c1c5..aa8a147 100644 --- a/release-packaging/HelpSource/Classes/FluidAudioTransport.schelp +++ b/release-packaging/HelpSource/Classes/FluidAudioTransport.schelp @@ -24,9 +24,6 @@ Source B ARGUMENT:: interpolation The amount to interpolate between A and B (0-1, 0 = A, 1 = B) -ARGUMENT:: bandwidth -The width in bins of an ideal sine wave, which is correlated with the spectrum for peak detection. Larger values provide enhanced resolution, at a computational cost. - ARGUMENT:: windowSize The window size in samples. As AudioTransport relies on spectral frames, we need to decide what precision we give it spectrally and temporally, in line with Gabor Uncertainty principles. http://www.subsurfwiki.org/wiki/Gabor_uncertainty diff --git a/release-packaging/HelpSource/Classes/FluidBufAudioTransport.schelp b/release-packaging/HelpSource/Classes/FluidBufAudioTransport.schelp index a960987..102e6ee 100644 --- a/release-packaging/HelpSource/Classes/FluidBufAudioTransport.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufAudioTransport.schelp @@ -53,9 +53,6 @@ buffer for interpolated audio ARGUMENT:: interpolation The amount to interpolate between A and B (0-1, 0 = A, 1 = B) -ARGUMENT:: bandwidth -The width in bins of an ideal sine wave, which is correlated with the spectrum for peak detection. Larger values provide enhanced resolution, at a computational cost. - ARGUMENT:: windowSize The window size. As spectral differencing relies on spectral frames, we need to decide what precision we give it spectrally and temporally, in line with Gabor Uncertainty principles. http://www.subsurfwiki.org/wiki/Gabor_uncertainty