Im trying to use a recorded audio file from NAO in python and turn it using speech recognition into text.
I looked in FileZilla and the audiofile is stored in /data/home/nao/record.wav on the Nao, but Im not able to access it in my python code. I tried to use ALMemoryProxy::getData("/data/home/nao/record.wav") but that did not work. Is there another way?
If anyone needs to do the same I used paramiko