conexant / alexa-avs-sample-app

This project demonstrates how to access and test the Alexa Voice Service using a Java client (running on a Raspberry Pi), and a Node.js server.
https://developer.amazon.com/avs
Other
26 stars 9 forks source link

When Playback Alexa Suddenly cut off #4

Open MikeYen opened 6 years ago

MikeYen commented 6 years ago

I'm running on raspberry pi 3 with rasbian jessie and conexant modified kernel. when I running the demo I ask alexa "what time it is?" sometime alexa will cut off during telling the time.

tamashin commented 6 years ago

Hi MikeYen,

Are you using the 4-mic development kit, or the 2-mic development kit?

MikeYen commented 6 years ago

Hi Tamashin I'm Using 4-mic development kit

WahdanZ commented 6 years ago

i didn't get any audio playback also i used raspberry pi 3 + 4-mic development kit

pi@raspberrypi:~ $ aplay -l List of PLAYBACK Hardware Devices card 0: cxsmtspkpiusb [cxsmtspk-pi-usb], device 0: System Playback cx2072x-dsp-0 [] Subdevices: 1/1 Subdevice #0: subdevice #0 pi@raspberrypi:~ $ arecord -l List of CAPTURE Hardware Devices card 1: CX20924�� [CX20924䎮갃], device 0: USB Audio [USB Audio] Subdevices: 0/1 Subdevice #0: subdevice #0 pi@raspberrypi:~ $

Thorarinns commented 6 years ago

Hi @MikeYen

Click the RPi logo in the top left of your screen -> Preferences -> Raspberry Pi Configuration Click Interfaces and set SPI to Enabled and press ok

Open a terminal and enter: sudo nano /boot/config.txt At the bottom add the line: core_freq=250 Press Ctrl+x, then y and hit enter to save it, then reboot.

Tell me if it works then. Regards, Thor