Skip to content

Instantly share code, notes, and snippets.

@erockdotdev
Created May 2, 2017 02:35
Show Gist options
  • Save erockdotdev/816f4b82927fa57fc6fbcdeee1ee6324 to your computer and use it in GitHub Desktop.
Save erockdotdev/816f4b82927fa57fc6fbcdeee1ee6324 to your computer and use it in GitHub Desktop.
Youtube Karaoke

Youtube Karaoke

I want to make a web app that records the audio of someone singing to youtube videos. For that I'll need to use the Web Audio API to Create, Read, Update and Delete audio, and the Youtube API to make videos searchable and playable within the browser.

Hopefully I'll be able to have the meta data that comes up from the Youtube video stored along with the recording. That way when someone plays back their song the video will come back up with it.

MVP on this would be getting the Web Audio API working to just have an audio recorder. I think that is actually the harder of the two API's to work with. Once that works then I'll tie in the youtube API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment