shivasiddharth / Assistants-Pi

Headless Google Assistant and Alexa on Raspberry Pi
342 stars 116 forks source link

Where is the recording method for Alexa? #111

Open twlawrenceko opened 5 years ago

twlawrenceko commented 5 years ago

Hi,

I need a different method for recording my voice by PS Eye Camera 4 array microphone. I have correctly set up the method for recording a wav file. arecord -d 10 -D hw:1,0 -r 16000 -f S16_LE -c4 /home/pi/mic-test.wav I have directly modify it inside the audio-test.sh file, however, I do not believe this is correctly setup in Alexa's listening.

Please kindly tell me where the method is located so I can modify it.

Thank you.