Description of the problem:
I would like to be able to do an experiment involving a lot of algorithmically generated sounds. In particular, I want white noise with tiny gaps. I want the duration of the gap to be generated on the fly. It seems to me that I have a few options:
- Upload mp3 files with every possible duration of gap for every sound.
- Find a way to use built-in psychopy sound tools to make the sounds.
- Generate the sounds on the fly using some kind of external wav editing module.
How would you recommend I go about this?
Thanks,
Jon
EDIT: I’d be happy to upload a ton of different sounds if the participant didn’t have to cache them all. Can I host sounds on another URL and pull them as needed?