Valorant Agent roulette wheel

The roulette wheel is made using JavaScript, Valorant API and Fetch API.

The images of the agents are sourced from the Valorant API using Fetch in JavaScript using the Agent endpoint to ensure the lastest agents are added into the roulette roster.

Voice to Text

Click the "Voice input" button and accept recording permissions to use the function

Copy Voice input Stop

"Voice to Text" is made using JavaScript, SpeechRecognition() from the Web Speech API and AudioContext() from the Web Audio API.

The audio visualizer streams audio input from the user's microphone and turns the audio input into an array of values in which the lines in the visualizer responds to to indicate usage and functionality. while SpeechRecognition() takes the input and processes any recognized words and outputs them into the text area.