Issue resolved by using command such as:
(file path: /storage/sdcard0/test.wav)
adb shell am start -a android.intent.action.VIEW -d file:///storage/sdcard0/test.wav -t audio/wav
(file path: /storage/emulated/0/test.wav)
adb shell am start -a android.intent.action.VIEW -d file:///storage/emulated/0/test.wav -t audio/wav