The better approach would be to use replayAsync.
replayAsync
const sound = await Audio.Sound.createAsync(filePath); sound.replayAsync();