Validating profile... 0% complete

What is your current level of experience in freelance work?

 

 

Custom Audio Visualizer Tool

Our company in involved with streaming audio, audio players and the experience of online books, music, etc. This job is to create an online Web tool that creates a custom audio visualizer inside of a media player, such as Video.js This video shows mock-ups of what we want to create: graphic equalizer, fractals, lines, circles, and other shapes, styles, and types. The goal is to allow users to design a visualizer and to embed branding text and images in the visualizer. https://youtu.be/t5p8ljaa5-s Must be familiar with one or more of the following JavaScript tools. JavaScript tools that allow for the creation of custom dynamic audio visualizers beyond simple equalizers. Here are some that support fractals, nodes, and other complex shapes: Three.js – A powerful WebGL library that enables 3D audio-reactive visualizations. You can create fractal-based designs, particle systems, and dynamic geometries that respond to sound waves. Web Audio API – A built-in browser API that lets you analyze and manipulate audio data in real time. It can be combined with Canvas API or Three.js to generate intricate visualizations. Jonathon Postawka’s Audio Visualizer – A GitHub project that provides an interactive 3D audio visualizer using Three.js.. It supports customizable geometries, lighting effects, particle systems, and shader effects. Codrops Audio-Reactive Visuals – A tutorial on creating audio-reactive particle systems in Three.js, including techniques for synchronizing audio frequencies with dynamic 3D effects.