Hi
I am attempting to play a wav file from inside my py script.
I use the aplay CL1.wav but get an error but I get NameError ‘aplay’ is not defined
If i try
import subprocess
subprocess.call([´aplay -fdat /home/pi/Downloads/CuckooClock.wav´,shell=True)
I get an error : on the subprocess invalid chaaracter in identifer point to the y of the aplay??
Any suggestions??
Regards