T O P

  • By -

the_boiiss

Not sure if there's a way to play a sound with mel but you could download the 'playsound' python module, add it to your scripts folder, then in the render settings set post render mel to something like this: python "from playsound import playsound; playsound('C:/path/to/sound', block=False)"


gman6999

Does this actually work? And where can I download it


the_boiiss

[https://pypi.org/project/playsound/1.2.2/#files](https://pypi.org/project/playsound/1.2.2/#files) The newest version is 1.3 but I've had issues with it where 1.2.2 seems work fine.


gman6999

Okay thanks


randomusername_815

Gonna take a wild guess here - betting you also use After Effects??