How can i play audio (it would be like a 1sec sound) from a python script?
It would be best if it was platform independent, but first of it needs to work on a mac.
I know i could just execute the 'afplay file.mp3' command from within python, but is it possible to do it in raw python? I would also be better if it diddnt rely on external libraries.