From fe08725a5346a3100afd8ff2a44b4f849b965b04 Mon Sep 17 00:00:00 2001 From: Joseph Amis Date: Fri, 30 Oct 2020 11:27:50 -0400 Subject: [PATCH] voice/humming song recognition --- Projects/3-Advanced/Voice-Shazam.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Projects/3-Advanced/Voice-Shazam.md diff --git a/Projects/3-Advanced/Voice-Shazam.md b/Projects/3-Advanced/Voice-Shazam.md new file mode 100644 index 00000000..efa6053d --- /dev/null +++ b/Projects/3-Advanced/Voice-Shazam.md @@ -0,0 +1,17 @@ +# Voice-Shazam App + +**Tier:** 3-Advanced + +Hum a song to your phone and your phone will recognize the song. + +## User Stories + +- [ ] User can hum a song he/she do not remember and the app will tell user the name of the song. + +## Useful links and resources + +- [GrubHub API](https://www.shazam.com/) + +## Example projects + +- [SoundHound](https://www.soundhound.com/?ar=200294501636177302) \ No newline at end of file