beep boop beep boop boop beep?

This commit is contained in:
core 2023-11-20 12:08:44 -05:00
parent e47338485d
commit a80d0d45fb
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 1 additions and 1 deletions

View File

@ -1170,7 +1170,7 @@ function drawGenderAgeEmotions(emotion_values,gender,age,index,mode,selected)
{
if (j === selected) {
console.log(emotion_values[j]);
beep(300, 500 + 500 * emotion_values[j], 1, "sine", () => {
beep(300 + 500 * emotion_values[j], 500 + 500 * j/7, 1, "sine", () => {
});
}
var length = emotion_values[j] * (backgroundWidth-emotionsBarOffset-xOffset*3);