python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to reload component back to original state when a prop changes in react
I have a prop called props.currPage. It updates depending on what button is pushed. Whenever a button is pushed, I'd like part of the component to reset back to its original state.
Currently, I cannot...
Katie Melosto
Votes: 0
Answers: 1
How to create an audio frequency visualizer
I have a fun artistic project in mind :) Basically, I would like to load a music file (probably as a .wav), and take it up multiple octaves so that you can represent it on the color spectrum. My quest...
Anthony
Votes: 0
Answers: 1
MFGetService doesnt get IMFSimpleAudioVolume on first try
I am playing a mp3 file with windows media foundation and try to set the volume but when i try to get IMFSimpleAudioVolume interface it takes a seemingly random amount of tries to do so. I have got 1 ...

Positronium
Votes: 0
Answers: 1
how to preload audio file using javascript?
how to load audio file in a function call without any human interaction. Is this possible only using the javascript? I have tried this code below but it is not working -
const music = new Audio("...
Kiran Rai
Votes: 0
Answers: 2