I would like to know if is possible to do the algorithm bellow by using some client-side technology ?
The algorithm would do:
- Get the audio from YouTube, video will still be playing on the same page.
- Separate the audio to separate the sound of the instruments that are playing. (Possible: with server-side)
- Identify for the specific instrument which note is it playing. (Possible: with server-side)
- Render the proper not for the instrument using this notation. (Possible: write music notations on web page)