[Help] Play Sound from file?

Is there a way to play a sound from file using lua? I have a bunch of sounds I need to piece together and play on command client-based for everybody at the same time.

void PLAY_SOUND(int soundId, char *audioName, char *audioRef, BOOL p3,
Any p4, BOOL p5) – 0x7FF4944CC209192D 0xB6E1917F
All found occurrences in b617d, sorted alphabetically and identical lines removed: pastebin.com/A8Ny8AHZ

I guess you can’t play remote sounds. Maybe with NUI but I don’t think that’s what you searching for.