Skip to content

Deagle2/AudioReactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioReactive

  • A real-time 3D audio visualizer using Three.js.
  • Dynamic cubes react to audio amplitude and intensity, changing their height, color, and rotation based on sound input.
  • 360 Degree mouse input rotation
  • Multiple lighting experiments using different Three.js light types like HemisphereLight, PointLight, SpotLight, and DirectionalLight.
  • To start the animation click on anywhere on the screen!

image image

Troubleshooting

If a cube in the grid appears stuck or not reacting:

  • Try increasing the fftSize parameter in the code in script.js:
  analyser = new THREE.AudioAnalyser(sound, 64); // try 128 or 256

About

https://deagle2.github.io/AudioReactive/ A 3D audio visualizer built with Threejs as a learning project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published