Hey guys,

Any idea how to get an audio file to play from the command line on NetHunter?

I'm using aplay in a python script...which works fine on a Kali VM, but returns this error on Nethunter:

"aplay: main:788: audio open error: Invalid argument"

It doesn't have to be aplay either (that's just what I have been trying to make work)...really any way to play a 5 second .wav file from the command line or via some sort of python script on Nethunter will work.

Running this on a Nexus 5 btw...

Thanks!