From cc03ee1941a48b6a31d727ead0998ce89ece025a Mon Sep 17 00:00:00 2001 From: Will Haering Date: Thu, 27 Nov 2014 16:10:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20066a1..f293de1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Python Package Index - https://pypi.python.org/pypi/matplotlib/1.3.1/
###How It Works -1. User Selects Audio File (.wav) to be matched in realtime audio and gives it a label and category +1. User selects an audio file (.wav) to be matched in realtime audio and gives it a label and category 2. The file and its attached label and category are added to a list of all of the files to analyze 3. When the analysis is started, the software produces a fingerprint of each audio file using Fast Fourier Transforms (FFT's) and stores that fingerprint 4. The microphone is then used to capture realtime audio and produce fingerprints for each slice of the realtime stream