Posts by LinuxMen • 9 points
2 posts
-
1
votes0
answers69
viewsQ: JS WEB Audio API getByteFrequencyData() range
I’m using Analysernode to analyze the intensity of each frequency of a sound, so I can make a viewer. The problem is that the analyser.getByteFrequencyData() returns the intensity of frequencies…
-
-1
votes3
answers9183
viewsA: How to reset Mysql auto-increment?
If you have an id field with order so: 1 2 4 use this will not solve as the clutter is in the middle. You can reorder everything with: ALTER TABLE `bd`.`table` DROP `id` ALTER TABLE `bd`.`table` ADD…