From c8b40cbd807400c273fbe55707b391e0ae3aa727 Mon Sep 17 00:00:00 2001 From: Jason Davies Date: Sat, 16 Jul 2011 12:40:09 +0100 Subject: [PATCH] Fix a couple of typos. --- dsp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsp.js b/dsp.js index bfee29d..eb1e9e3 100644 --- a/dsp.js +++ b/dsp.js @@ -311,7 +311,7 @@ function DFT(bufferSize, sampleRate) { } /** - * Performs a forward tranform on the sample buffer. + * Performs a forward transform on the sample buffer. * Converts a time domain signal to frequency domain spectra. * * @param {Array} buffer The sample buffer @@ -379,7 +379,7 @@ function FFT(bufferSize, sampleRate) { } /** - * Performs a forward tranform on the sample buffer. + * Performs a forward transform on the sample buffer. * Converts a time domain signal to frequency domain spectra. * * @param {Array} buffer The sample buffer. Buffer Length must be power of 2