forked from bychen9/vocal-range-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |