rubberduckies
RReactiflux
•Created by RelativPerspektiv on 10/5/2022 in #help-js
✅ – BIOLOGY SCIENCE – 14-32 Oct 5
after this:
audioContext.createMediaElementSource(audio).connect(audioAnalyser);
try:
audioAnalizer.connect(audioContext.destination)
9 replies
RReactiflux
•Created by RelativPerspektiv on 10/5/2022 in #help-js
✅ – BIOLOGY SCIENCE – 14-32 Oct 5
you're only piping it to the analyser, not to the speakers
9 replies
RReactiflux
•Created by Rhys on 10/5/2022 in #help-js
✅ – Rhys – 02-32 Oct 5
const x = obj.val || 70
just be careful because if obj.val is zero, it will give you 70, in both ways8 replies