From bf608aeb801e865d65d2465431d663eba92e5f24 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 30 Oct 2019 00:09:12 -0400 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34d2dd2..002dcac 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# vocal-range-detector -Determines vocal range from user audio input +# Vocal Range Detector +Determines vocal range from user audio input. + +**Step 1: Base Note** +The user sings a comfortable note in the middle of their voice range. + +**Step 2: Sing Higher** +The user sings from their base note up to the top of their vocal range in half step increments. + +**Step 3: Sing Lower** +The user sings from their base note down to the bottom of their vocal range in half step increments. + +Each note must be maintained for two seconds to be accepted. The correct pitch can be played for reference before recording. Once the user fails to maintain a note, the lowest/highest note of their vocal range will be registered. + +On the results page, the user can compare their vocal range to those of various female and male voice types.