Play a sound alert/beep on Delphi XE5/Android platform
问题 Is there any way to play a sound alert/beep on Delphi XE5/Android platform? What I'm trying to achieve is how to play system alert/beep sound like Windows application using Beep function or at least find the path of system's audio files so I can run specific audio file based on an event. 回答1: I ended up using resource files to play my custom audio file. Steps: From Delphi IDE click on "Project". Then select "Resources and Images...". Choose your media file and set it as RCDATA. Remember your