Is it possible to create the following algorithm using client-side technology?
The algorithm would involve:
- Retrieving the audio from a YouTube video while still playing on the same page.
- Separating the audio into individual instrument sounds. (Option: server-side)
- Determining which note is being played by each specific instrument. (Option: server-side)
- Displaying the proper notation for the instrument based on the identified notes. (Option: write music notations on web page)