javascript - How to get youtube audio data through given url -


currently i'm working on audio data analyzing project.

i want let user key in youtube url

and url's youtube audio data website.

after getting data want store them in 1-d array further signal processing.

can task finished via javascript?

thanks in advance.

btw, audio data :(for example:wav audio format) [0.5,0.9,0.26,0.44,0.23,0.01,0.11,0.54,......]

take here: https://developers.google.com/youtube/terms

ii. prohibitions
...

  1. separate, isolate, or modify audio or video components of youtube audiovisual content made available through youtube api;

  2. promote separately audio or video components of youtube audiovisual content made available through youtube api;

so can't separate audio video.


Comments

Popular posts from this blog

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -

How to run C# code using mono without Xamarin in Android? -