How to make 8D audio animation based on song? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make 8D audio animation based on song?

To make pitch forward and backward along with tune.

21st Jul 2020, 3:53 PM
shubham kumar
shubham kumar - avatar
5 Answers
+ 3
You could make an SVG animation, and use scale transform function to make it pitch forward and backward. I believe you can edit better the animation time line with JavaScript, if you want it to speed up at specific times and slow down at other times, or you can play with vlues a little and do this without JavaScript, but if the song is simple and keeps the beat at same speed for the whole song then three values alone could do the job.
21st Jul 2020, 11:13 PM
Karak10
Karak10 - avatar
22nd Jul 2020, 12:18 AM
Karak10
Karak10 - avatar
+ 2
shubham kumar I learned more about SVG and it is possible to control the speed using keytimes and keyspines, you could also use svgator, its great for SVG animations, I don't know if there are any easier ways to do that with JavaScript or something.
7th Aug 2020, 7:11 PM
Karak10
Karak10 - avatar
+ 2
My try here. Click on central region to play song. https://code.sololearn.com/WkDeT66HLaaK/?ref=app
8th Aug 2020, 1:17 PM
shubham kumar
shubham kumar - avatar
0
Not satisfied with answer ,need reference to execute it.
7th Aug 2020, 7:08 PM
shubham kumar
shubham kumar - avatar