audio
Functions
Function
Description
Example
Description
Usage Examples
Playing Sound Effects
// Play a simple notification sound
dphelper.audio.play('notification.mp3');
// Play with custom path
dphelper.audio.play('click.mp3', '/assets/sounds/');
// Loop background music
dphelper.audio.play('music.mp3', '/assets/audio/', true);Stopping Audio
Complete Example
UI Sound Effects
Details
Last updated