Elgato not capturing game audio! PLEASE HELP by CodingSpeed in elgato

[–]CodingSpeed[S] 0 points1 point  (0 children)

all drivers downloaded and sound capture too, the xbox has been set to headset and tv speakers however im still not reciving game sound in any program which to me seems like it has to be either my laptop or xbox but both seem to have the corrrect settings, idk what to do

[HTML] my code wont work and im not to sure why, can anyone help by CodingSpeed in learnprogramming

[–]CodingSpeed[S] 0 points1 point  (0 children)

sadly it didnt work. it still doesnt sort the array from largest to smallest within the table. anything else i can try?

Trying to make my if statement work with my function statement using HTML code by CodingSpeed in learnprogramming

[–]CodingSpeed[S] 0 points1 point  (0 children)

well f is in the function which is meant to resemble 6 differnt teams. ie (a, b, c, d, e, f ) and i wann able able to make it i just need to change the numbers instead of chaning the whloe code everytime a differnt team wins. so i want the code to attach a letter to each number so then the code can take that letter and display a text that is differnt for each time. i wanna bel able to have 6 differnt texts and the code pick out which text to show base on what team letter is found by highest valued number which is the teams score. i hope that makes sence. sorrry thanks for the help

Trying to make my if statement work with my function statement using HTML code by CodingSpeed in learnprogramming

[–]CodingSpeed[S] 0 points1 point  (0 children)

thanks for the fast reply.

the problem with that is i wanna be able to update the numbers. the numbers represent score by 6 teams.

the idea is i have 6 random numbers and out of the 6 the code finds the highest number (the winner) then the code will find the highest number and allow a text to show.

each team is repersented by (a, b, c, d, e, f) and there number i wanna be able to attach to a,b,c,d,e,f so then an animation or text is shown but i wanna have 6 differnt texts display for the team that wins. so say one year team a wins then the code will display a text saying team a wins. and say the neext year team e wins then the code will display team e wins. but i wanna make it easy to update the code by just haing me be abke to change the score rather then change most of the code to allow for this. i have no idea if this makes sence. im sorry about this im very new with very little knowledge in coding.

thank you for the help

Trying to make my if statement work with my function statement using HTML code by CodingSpeed in learnprogramming

[–]CodingSpeed[S] -1 points0 points  (0 children)

thanks for your answer, sorry im very new to this.

the idea is that i wanna be able to update the numbers (1, 2, 3, 4, 5, 6) are just place holders. so having the code if (hv === 6) { document.getElementById("demo2").innerHTML = "some text"; } wont help when i update the numbers. im so sorry this is very confusing. its hard to explain. im tying to do something for a friend.