Reply To: Troubleshooting

PennController for IBEX Forums Troubleshooting Reply To: Troubleshooting

#7498
afarin
Participant

Hi Jeremy,

Thanks so much, sorry for bothering you with such a silly error!
I have a question about audio playback- I would like each audio file to play twice, with 3000ms in between. The audio files are presented in a random order using the command

newAudio("Audio", row.Audio)
.play()
.wait()

If I use .play(twice), the audio loops indefinitely. Is there an solution to get the audio files to play twice that I’m missing?

Thanks!