Processing complete alert / sound / notification

Does anyone know how to get Brainstorm to make some kind of sound to notify when processing is complete? I think we've all been there when we are processing a large bathc of data through a pipeline and want to fold laundry or clean dishes or read an article and then realize that it finished processing and we're not sure when. I think it would be great if there could be a little "ping" or something so that we know to come back to Brainstorm and start the next batch. Anyone know how to do that?

Thanks in advance!

Hey
If you are calling process from a script, you can add a small piece of code to play a sound

https://www.mathworks.com/help/matlab/ref/beep.html

https://www.mathworks.com/help/matlab/ref/sound.html#d123e1245667

Executing the processes from a script and adding one or more beeps at the end sounds like a good option.
https://neuroimage.usc.edu/brainstorm/Tutorials/Scripting