Im trying to use a recorded audiofile from Nao in python and turn it using speechrecognition 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?