Sound Randomizer
Create a sound with the following characteristics:DiegeticOnscreenInternalFaithfulSynchronousEmpatheticRandomize All function randomizeAllWords() { const wordPairs = { word1: ["Diegetic", "Non-Diegetic"], word2: ["Onscreen", "Offscreen"], word3: ["Internal", "External"], word4: ["Faithful", "Non-Faithful"], word5: ["Synchronous", "Asynchronous"], word6: ["Empathetic", "Anempathetic"] }; for (const [elementId, words]...