-
Notifications
You must be signed in to change notification settings - Fork 607
No audio feedback (sound) from Alexa Sample App #479
Comments
Hello again! Just tried to plug it in to my TV with the HDMI cable. and there is sound, it just goes through the HDMI instead of the jack. All other sound on the pi goes through the Jack (when chosen in the top right corners volume control) So why doenst the Alexa app? Amy Clues? - is there a files to be altered? I have tried sudo raspi config advanced option, audio and "force 3.5mm" but it doenst do anything :( |
Hi @Pooperpotamus, Not sure if this helps you out specifically, but someone else modified the Thanks, |
Thanks @sanjayrd! |
Hi @sanjayrd Thanks for the answer man! I tried with no success. This is my Config file as is now: For more options and information seehttp://rpf.io/configtxtSome settings may impact device functionality. See link above for detailsuncomment if you get no picture on HDMI for a default "safe" mode#hdmi_safe=1 uncomment this if your display has a black border of unused pixels visibleand your display can output without overscan#disable_overscan=1 uncomment the following to adjust overscan. Use positive numbers if consolegoes off screen, and negative if there is too much border#overscan_left=16 uncomment to force a console size. By default it will be display's size minusoverscan.#framebuffer_width=1280 uncomment if hdmi display is not detected and composite is being output#hdmi_force_hotplug=1 uncomment to force a specific HDMI mode (this will force VGA)#hdmi_group=1 uncomment to force a HDMI mode rather than DVI. This can make audio work inDMT (computer monitor) modes#hdmi_drive=2 uncomment to increase signal to HDMI, if you have interference, blanking, orno display#config_hdmi_boost=4 uncomment for composite PAL#sdtv_mode=2 #uncomment to overclock the arm. 700 MHz is the default. Uncomment some or all of these to enable the optional hardware interfaces#dtparam=i2c_arm=on Uncomment this to enable the lirc-rpi module#dtoverlay=lirc-rpi Additional overlays and parameters are documented /boot/overlays/READMEEnable audio (loads snd_bcm2835)dtparam=audio=on NOOBS Auto-generated Settings:#hdmi_force_hotplug=1 As i said,i have sound from other sources (youtube for example) so is there a local setting for the sample app i perhaps can change? |
@Pooperpotamus u should remove the "#" before hdmi_force_hotplug=1 to enable the config. |
i have the same problem .have sound from other sources .and set the /boot/config.txt as advice,but not work, i use the sound card cm108. |
I see. Can you try running And as a follow-up, can you try changing line 577 in
to
? Thanks |
I'm having the same issue, and so far none of the above fixes, or those found in the threads of similar issues seems to fix it. I can get sound using speaker-test and using aplay on the fox_hound.mp3 file found in the app. However I get no audio out with the same set up that I tested using speaker-test. |
Hi @SpecificOcean, Does Also, are you running on a headless setup? Some users found a solution by running headless here: #481 |
@frozenberg No tone with gst-launch-1.0 -m audiotestsrc ! alsasink, but aplay and speaker-test work fine. Yes I am running it headless. |
Could I see the output from running |
@frozenberg sorry, I misread your previous message, |
Oh I see. So if you make the Make sure you pass the argument |
@frozenberg Sorry, but im fairly new to all of this, at what point and for what reason would I run cmake? Do I have to do that after editing the mediaplayer.cpp file? |
No worries! The reason for running cmake is that it will let you compile a DEBUG build. I'm realizing now that if you set this up using our setup.sh script, you have already compiled a DEBUG build! Sorry for the confusion. You can follow these steps:
Make sure those directories actually exist. If they don't, you will need to find the paths to |
ok, I followed your steps, asked alexa to tell me a joke, and she was still silent. Here is the output from the app 2018-02-03 00:09:34.670 [ a] 0 AudioInputProcessor:setState:from=IDLE,to=RECOGNIZING Listening...############################ 2018-02-03 00:09:34.672 [ a] 0 ContextManager:updateStateLocked:action=updatedState,state={"wakeword" : "alexa"},namespace=SpeechRecognizer,name=RecognizerState Thinking...########################### 2018-02-03 00:09:36.870 [ b] I InProcessAttachmentReader:readFailed:reason=SDS is closed Speaking...########################### 2018-02-03 00:09:37.396 [ b] 0 HTTP2Transport:processNextOutgoingMessage:jsonContent={"event":{"header":{"namespace":"SpeechSynthesizer","name":"SpeechStarted","messageId":"618f32e5-9449-47d0-9a3b-64cc2465db10"},"payload":{"token":"amzn1.as-ct.v1.Domain:Phatic:AlexaOriginals#ACRI#AlexaOriginals|aa6d2a5c-73a6-473c-b44d-8629b55204c9|4|JOKE|ATVPDKIKX0DER|A223OUXYLG5TA1|en_US|Alexa3P:1.0/2018/02/03/00/ee1c464fa51a4759907b1fdbad7db077/09:35::TNIH_2V.3f092784-8e1a-48de-9a5e-526d9280484dZXV/1|54d83bc9-29e9-41d7-aa2e-38bb52650752|TellMeAJokeIntent"}}} Alexa is currently idle!######################################## 2018-02-03 00:09:41.850 [ e] 0 SpeechSynthesizer:onFocusChanged:newFocus=NONE |
ok! so it DOES work now, but not through my USB audio device. If i plug my speakers into the 3.5mm jack on the pi I can hear alexa. |
@SpecificOcean Hi, I am having the same problem, can you please explain how'd you fixed it? |
@yash-6795 I followed the instructions above, and then rebooted, after the reboot sounds was working via my 3.5mm jack |
I installed Alexa on a RaspberryPi3 using the install script (from Raspberry Pi Quick Start Guide with Script). I am running into the same problem as SpecificOcean: Alexa appears to be hearing my wakeword and operating, but there is no audio coming from the headphone jack. I do not have HDMI connected. I edited MediaPlayer.cpp (located at /home/pi/avs-device-sdk/MediaPlayer/src/MediaPlayer.cpp). I changed line 569 to: My file locations are different from your make command: Thanks. |
@tgraf2 mine was located in /home/pi/alexa/third-party/alexa-rpi/models |
I installed Alexa from and I do not have a alexa-rpi/models directory Where did you install it from? |
@tgraf2 I installed using the same page, you need to go up one folder, and you should see third-party it should be in the same folder as the startsample.sh file |
You're right. My location is: /home/pi/third-party/alexa-rpi/models So the make command would be: We'll give it a try. |
@tgraf2 After build success, run command "cd ~". Alexa work fine. thanks. |
@SpecificOcean thanks it worked for me. |
@SpecificOcean Its working fine on my Pi2 now, using usb device for both input and output. |
If you are still experiencing issues feel free to open a new issue. |
Hello again!
So i installed Alexa SDK on my raspberry pi. and is trying to run sample app.
It seems to work, i say "hey Alexa" and the terminal respond, i say "Whats the weather" and i can see the status change to thinking, speaking, and then back to Idle. But there is no sound from the raspberry pi
This is the Full event:
2018-01-26 15:31:00.870 [ a] 0 AudioInputProcessor:setState:from=IDLE,to=RECOGNIZING
2018-01-26 15:31:00.870 [ a] 0 ContextManager:updateStateLocked:action=updatedState,state={"wakeword" : "alexa"},namespace=SpeechRecognizer,name=RecognizerState
2018-01-26 15:31:00.870 [ d] 0 DialogUXStateAggregator:setState:from=IDLE,to=LISTENING
2018-01-26 15:31:00.871 [ 7] 0 NotificationsCapabilityAgent:provideState:stateRequestToken=2
############################
Listening...
############################
2018-01-26 15:31:00.871 [ 4] 5 NotificationsCapabilityAgent:executeProvideState:sendToken=true,stateRequestToken=2
2018-01-26 15:31:00.872 [ 4] 0 ContextManager:updateStateLocked:action=updatedState,state={"isEnabled":false,"isVisualIndicatorPersisted":false},namespace=Notifications,name=IndicatorState
2018-01-26 15:31:00.874 [ 7] 0 ContextManager:buildContextSuccessful:context={"context":[{"header":{"namespace":"Speaker","name":"VolumeState"},"payload":
2018-01-26 15:31:00.870 [ a] 0 AudioInputProcessor:setState:from=IDLE,to=RECOGNIZING
2018-01-26 15:31:00.870 [ a] 0 ContextManager:updateStateLocked:action=updatedState,state={"wakeword" : "alexa"},namespace=SpeechRecognizer,name=RecognizerState
2018-01-26 15:31:00.870 [ d] 0 DialogUXStateAggregator:setState:from=IDLE,to=LISTENING
2018-01-26 15:31:00.871 [ 7] 0 NotificationsCapabilityAgent:provideState:stateRequestToken=2
############################
Listening...
############################
2018-01-26 15:31:00.871 [ 4] 5 NotificationsCapabilityAgent:executeProvideState:sendToken=true,stateRequestToken=2
2018-01-26 15:31:00.872 [ 4] 0 ContextManager:updateStateLocked:action=updatedState,state={"isEnabled":false,"isVisualIndicatorPersisted":false},namespace=Notifications,name=IndicatorState
2018-01-26 15:31:00.874 [ 7] 0 ContextManager:buildContextSuccessful:context={"context":[{"header":{"namespace":"Speaker","name":"VolumeState"},"payload":{"volume":100,"muted":false}},{"header":{"namespace":"Notifications","name":"IndicatorState"},"payload":{"isEnabled":false,"isVisualIndicatorPersisted":false}},{"header":{"namespace":"SpeechSynthesizer","name":"SpeechState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"FINISHED"}},{"header":{"namespace":"AudioPlayer","name":"PlaybackState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"IDLE"}},{"header":{"namespace":"SpeechRecognizer","name":"RecognizerState"},"payload":{"wakeword":"alexa"}},{"header":{"namespace":"Alerts","name":"AlertsState"},"payload":{"allAlerts":[],"activeAlerts":[]}}]}
2018-01-26 15:31:00.874 [ a] 0 AudioInputProcessor:executeOnContextAvailable:jsonContext={"context":[{"header":{"namespace":"Speaker","name":"VolumeState"},"payload":{"volume":100,"muted":false}},{"header":{"namespace":"Notifications","name":"IndicatorState"},"payload":{"isEnabled":false,"isVisualIndicatorPersisted":false}},{"header":{"namespace":"SpeechSynthesizer","name":"SpeechState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"FINISHED"}},{"header":{"namespace":"AudioPlayer","name":"PlaybackState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"IDLE"}},{"header":{"namespace":"SpeechRecognizer","name":"RecognizerState"},"payload":{"wakeword":"alexa"}},{"header":{"namespace":"Alerts","name":"AlertsState"},"payload":{"allAlerts":[],"activeAlerts":[]}}]}
2018-01-26 15:31:00.875 [ a] 1 FocusManager:acquireChannel:channelName=Dialog,activityId=SpeechRecognizer.Recognize
2018-01-26 15:31:00.876 [ e] 9 AudioInputProcessor:onFocusChanged:newFocus=FOREGROUND
2018-01-26 15:31:00.876 [ a] I DirectiveProcessor:setDialogRequestIdLocked:oldValue=,newValue=f9c26d31-0030-48bf-b85e-c3d452de64de
2018-01-26 15:31:00.877 [ a] 0 DirectiveProcessor:scrubDialogRequestIdLocked:reason=emptyDialogRequestId
2018-01-26 15:31:00.878 [ a] 0 EventBuilder:buildJsonEventString:messageId=b94c7a56-2bb3-4524-85fe-b609626cfd04,namespace=SpeechRecognizer,name=Recognize
2018-01-26 15:31:00.879 [ a] 0 AudioInputProcessor:executeOnFocusChanged:newFocus=FOREGROUND
2018-01-26 15:31:00.879 [ a] 9 HTTP2Transport:enqueueRequest:jsonContent={"context":[{"header":{"namespace":"Speaker","name":"VolumeState"},"payload":{"volume":100,"muted":false}},{"header":{"namespace":"Notifications","name":"IndicatorState"},"payload":{"isEnabled":false,"isVisualIndicatorPersisted":false}},{"header":{"namespace":"SpeechSynthesizer","name":"SpeechState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"FINISHED"}},{"header":{"namespace":"AudioPlayer","name":"PlaybackState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"IDLE"}},{"header":{"namespace":"SpeechRecognizer","name":"RecognizerState"},"payload":{"wakeword":"alexa"}},{"header":{"namespace":"Alerts","name":"AlertsState"},"payload":{"allAlerts":[],"activeAlerts":[]}}],"event":{"header":{"namespace":"SpeechRecognizer","name":"Recognize","messageId":"b94c7a56-2bb3-4524-85fe-b609626cfd04","dialogRequestId":"f9c26d31-0030-48bf-b85e-c3d452de64de"},"payload":{"profile":"NEAR_FIELD","format":"AUDIO_L16_RATE_16000_CHANNELS_1","initiator":{"type":"WAKEWORD","payload":{"wakeWordIndices":{"startIndexInSamples":8000,"endIndexInSamples":14480}}}}}}
2018-01-26 15:31:00.959 [ b] 0 HTTP2Transport:processNextOutgoingMessage:jsonContent={"context":[{"header":{"namespace":"Speaker","name":"VolumeState"},"payload":{"volume":100,"muted":false}},{"header":{"namespace":"Notifications","name":"IndicatorState"},"payload":{"isEnabled":false,"isVisualIndicatorPersisted":false}},{"header":{"namespace":"SpeechSynthesizer","name":"SpeechState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"FINISHED"}},{"header":{"namespace":"AudioPlayer","name":"PlaybackState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"IDLE"}},{"header":{"namespace":"SpeechRecognizer","name":"RecognizerState"},"payload":{"wakeword":"alexa"}},{"header":{"namespace":"Alerts","name":"AlertsState"},"payload":{"allAlerts":[],"activeAlerts":[]}}],"event":{"header":{"namespace":"SpeechRecognizer","name":"Recognize","messageId":"b94c7a56-2bb3-4524-85fe-b609626cfd04","dialogRequestId":"f9c26d31-0030-48bf-b85e-c3d452de64de"},"payload":{"profile":"NEAR_FIELD","format":"AUDIO_L16_RATE_16000_CHANNELS_1","initiator":{"type":"WAKEWORD","payload":{"wakeWordIndices":{"startIndexInSamples":8000,"endIndexInSamples":14480}}}}}}
2018-01-26 15:31:00.959 [ b] 0 HTTP2StreamPool:getStream:streamId=5,numAcquiredStreams=2
2018-01-26 15:31:00.960 [ b] 9 HTTP2Transport:insertActiveStream:handle=0x1f8cf90
2018-01-26 15:31:00.960 [ b] I HTTP2Stream:libcurl:streamId=5,text=Found bundle for host avs-alexa-na.amazon.com: 0x1df8c88 [can multiplex]
2018-01-26 15:31:00.960 [ b] I HTTP2Stream:libcurl:streamId=5,text=Conn: 0 (0x1ed2800) Receive pipe weight: (-1/0), penalized: (nil)
2018-01-26 15:31:00.960 [ b] I HTTP2Stream:libcurl:streamId=5,text=Multiplexed connection found!
2018-01-26 15:31:00.960 [ b] I HTTP2Stream:libcurl:streamId=5,text=Found connection 0, with requests in the pipe (1)
2018-01-26 15:31:00.960 [ b] I HTTP2Stream:libcurl:streamId=5,text=Re-using existing connection! (#0) with host avs-alexa-na.amazon.com
2018-01-26 15:31:00.961 [ b] I HTTP2Stream:libcurl:streamId=5,text=Using Stream ID: 5 (easy handle 0x1f8cf90)
2018-01-26 15:31:03.619 [ f] 0 MessageInterpreter:receive:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b:No dialogRequestId attached to message.
2018-01-26 15:31:03.620 [ f] I DirectiveSequencer:onDirective:directive={"namespace:"SpeechRecognizer",name:"StopCapture",messageId:"06cf0bde-a58f-4e79-8988-ef1d3eec229b",dialogRequestId:""}
2018-01-26 15:31:03.621 [ 10] I DirectiveRouter:preHandleDirective:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b,action=calling
2018-01-26 15:31:03.622 [ 10] 0 CapabilityAgent:addingMessageIdToMap:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b
2018-01-26 15:31:03.623 [ 11] I DirectiveRouter:handleDirective:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b,action=calling
2018-01-26 15:31:03.624 [ a] 0 AudioInputProcessor:stopCapture:stopImmediately=true
2018-01-26 15:31:03.624 [ a] 0 AudioInputProcessor:setState:from=RECOGNIZING,to=BUSY
2018-01-26 15:31:03.624 [ d] 0 DialogUXStateAggregator:setState:from=LISTENING,to=THINKING
2018-01-26 15:31:03.625 [ a] 0 DirectiveProcessor:onHandlingCompeted:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b,directiveBeingPreHandled=(nullptr)
2018-01-26 15:31:03.625 [ a] 0 CapabilityAgent:removingMessageIdFromMap:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b
###########################
Thinking...
###########################
2018-01-26 15:31:03.629 [ b] I InProcessAttachmentReader:readFailed:reason=SDS is closed
2018-01-26 15:31:03.936 [ b] 0 HTTP2Stream:receivedRequestId:value=x-amzn-requestid: 12c4fbfffed726a8-00002d6f-00019ec4-79394be76587e21a-78af384b-7
2018-01-26 15:31:03.942 [ f] I DirectiveSequencer:onDirective:directive={"namespace:"SpeechSynthesizer",name:"Speak",messageId:"948f340b-504f-4557-a301-aca68bf818bd",dialogRequestId:"f9c26d31-0030-48bf-b85e-c3d452de64de"}
2018-01-26 15:31:03.943 [ 10] I DirectiveRouter:preHandleDirective:messageId=948f340b-504f-4557-a301-aca68bf818bd,action=calling
2018-01-26 15:31:03.943 [ 10] 0 CapabilityAgent:addingMessageIdToMap:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:03.943 [ 10] 9 SpeechSynthesizer:preHandleDirective:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:03.944 [ 8] 0 SpeechSynthesizer:executePreHandle:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:03.944 [ 11] I DirectiveRouter:handleDirective:messageId=948f340b-504f-4557-a301-aca68bf818bd,action=calling
2018-01-26 15:31:03.944 [ 11] 9 SpeechSynthesizer:handleDirective:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:03.949 [ b] I HTTP2Stream:libcurl:streamId=5,text=Curl_http_done: called premature == 0
2018-01-26 15:31:03.949 [ b] 0 AudioInputProcessor:onSendCompleted:status=SUCCESS
2018-01-26 15:31:03.950 [ b] 0 HTTP2Transport:cleanupFinishedStream:streamId=5,result=200
2018-01-26 15:31:03.950 [ b] 0 HTTP2StreamPool:releaseStream:streamId=5,numAcquiredStreams=1
2018-01-26 15:31:03.951 [ 8] 0 SpeechSynthesizer:executeHandle:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:03.951 [ 8] 1 FocusManager:acquireChannel:channelName=Dialog,activityId=SpeechSynthesizer.Speak
2018-01-26 15:31:03.952 [ e] 9 AudioInputProcessor:onFocusChanged:newFocus=NONE
2018-01-26 15:31:03.952 [ e] 0 SpeechSynthesizer:onFocusChanged:newFocus=FOREGROUND
2018-01-26 15:31:03.952 [ e] 9 SpeechSynthesizer:setCurrentStateLocked:state=GAINING_FOCUS
2018-01-26 15:31:03.952 [ a] 0 AudioInputProcessor:executeOnFocusChanged:newFocus=NONE
2018-01-26 15:31:03.953 [ 8] 0 SpeechSynthesizer:executeStateChange:newState=PLAYING
2018-01-26 15:31:03.953 [ a] 0 AudioInputProcessor:executeOnFocusChanged:reason=Lost focus
2018-01-26 15:31:03.953 [ 8] 9 SpeechSynthesizer:startPlaying
2018-01-26 15:31:03.953 [ a] 0 AudioInputProcessor:setState:from=BUSY,to=IDLE
2018-01-26 15:31:03.953 [ 8] 9 MediaPlayer:setSourceCalled:sourceType=AttachmentReader
2018-01-26 15:31:03.954 [ 2] 0 MediaPlayer:handleSetSourceCalled
2018-01-26 15:31:03.954 [ 2] 9 MediaPlayer:tearDownTransientPipelineElements
2018-01-26 15:31:03.954 [ 2] E MediaPlayer:saveOffsetBeforeTeardown - gst_element_query_position failed
2018-01-26 15:31:04.035 [ 8] 9 MediaPlayer:playCalled
2018-01-26 15:31:04.036 [ 2] 0 MediaPlayer:handlePlayCalled:idPassed=1,currentId=1
2018-01-26 15:31:04.036 [ 2] 0 MediaPlayer:handlePlay:attemptBuffering=0
2018-01-26 15:31:04.205 [ 2] 9 AttachmentReaderSource:handleSeekData:offset=0
2018-01-26 15:31:04.205 [ 2] 0 MediaPlayer:handlePlay:startingState=PLAYING,stateReturn=ASYNC
2018-01-26 15:31:04.205 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio_sink
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=volume
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=converter
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decodedQueue
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=typefind
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decoder
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=src
2018-01-26 15:31:04.206 [ 12] 9 BaseStreamSource:onNeedDataCalled:size=4096
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio-pipeline
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:State Change:oldState=NULL,newState=READY,pendingState=PLAYING
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=volume
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=converter
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=stream-status,source=src
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decodedQueue
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=stream-status,source=src
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=typefind
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=stream-status,source=src
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=src
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=stream-status,source=src
2018-01-26 15:31:04.206 [ 2] 9 BaseStreamSource:handleNeedDataCalled
2018-01-26 15:31:04.207 [ 2] 9 BaseStreamSource:installOnReadDataHandler:action=newSourceId,sourceId=15
2018-01-26 15:31:04.207 [ 2] 9 AttachmentReaderSource:read:size=4096,status=0
2018-01-26 15:31:04.207 [ 2] 9 AttachmentReaderSource:read:size=4096,status=0
2018-01-26 15:31:04.207 [ 2] 9 AttachmentReaderSource:read:size=1213,status=0
2018-01-26 15:31:04.207 [ 2] I InProcessAttachmentReader:readFailed:reason=SDS is closed
2018-01-26 15:31:04.207 [ 2] 9 AttachmentReaderSource:read:size=0,status=3
2018-01-26 15:31:04.207 [ 2] 9 AttachmentReaderSource:handleReadData:info=signalingEndOfData
2018-01-26 15:31:04.207 [ 2] 9 BaseStreamSource:signalEndOfDataCalled
2018-01-26 15:31:04.207 [ 2] 9 BaseStreamSource:gstAppSrcEndOfStreamSuccess
2018-01-26 15:31:04.208 [ 2] 9 BaseStreamSource:clearOnReadDataHandlerCalled:sourceId=15
2018-01-26 15:31:04.242 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=id3demux0
2018-01-26 15:31:04.242 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=id3demux0
2018-01-26 15:31:04.258 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=mpegaudioparse0
2018-01-26 15:31:04.258 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=mpegaudioparse0
2018-01-26 15:31:05.609 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=avdec_mp3-0
2018-01-26 15:31:05.610 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=avdec_mp3-0
2018-01-26 15:31:05.664 [ 12] 9 MediaPlayer:onPadAddedCalled
2018-01-26 15:31:05.665 [ 2] 9 MediaPlayer:handlePadAddedSignalCalled
2018-01-26 15:31:05.668 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decoder
2018-01-26 15:31:05.669 [ 2] 9 MediaPlayer:messageReceived:type=stream-start,source=audio-pipeline
2018-01-26 15:31:05.690 [ 2] 9 MediaPlayer:messageReceived:type=latency,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.691 [ 2] 9 MediaPlayer:messageReceived:type=tag,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.693 [ 2] 0 MediaPlayer:callingOnTags
2018-01-26 15:31:05.693 [ 2] 9 MediaPlayer:messageReceived:type=tag,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.693 [ 2] 0 MediaPlayer:callingOnTags
2018-01-26 15:31:05.701 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio_sink
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio-pipeline
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:State Change:oldState=READY,newState=PAUSED,pendingState=PLAYING
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:messageReceived:type=async-done,source=audio-pipeline
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:messageReceived:type=new-clock,source=audio-pipeline
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:messageReceived:type=tag,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.703 [ 2] 0 MediaPlayer:callingOnTags
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio_sink
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=volume
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=converter
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decodedQueue
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=avdec_mp3-0
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=mpegaudioparse0
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=id3demux0
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=typefind
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decoder
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=src
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio-pipeline
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:State Change:oldState=PAUSED,newState=PLAYING,pendingState=VOID_PENDING
2018-01-26 15:31:05.704 [ 2] 0 MediaPlayer:callingOnPlaybackStarted:currentId=1
2018-01-26 15:31:05.704 [ 2] 9 SpeechSynthesizer:onPlaybackStarted:callbackSourceId=1
2018-01-26 15:31:05.705 [ 8] 0 SpeechSynthesizer:executePlaybackStarted
2018-01-26 15:31:05.705 [ 8] 9 SpeechSynthesizer:setCurrentStateLocked:state=PLAYING
2018-01-26 15:31:05.705 [ 8] 0 SpeechSynthesizer:executeProvideState:stateRequestToken=0
2018-01-26 15:31:05.705 [ 8] 9 MediaPlayer:getOffsetCalled
2018-01-26 15:31:05.706 [ 2] 9 MediaPlayer:messageReceived:type=stream-status,source=audiosinkringbuffer0
2018-01-26 15:31:05.706 [ 2] 0 MediaPlayer:handleGetOffsetCalled:idPassed=1,currentId=1
2018-01-26 15:31:05.708 [ 8] 0 ContextManager:updateStateLocked:action=updatedState,state={"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd","offsetInMilliseconds":384,"playerActivity":"PLAYING"},namespace=SpeechSynthesizer,name=SpeechState
2018-01-26 15:31:05.708 [ e] 9 SpeechSynthesizer:onFocusChangedSuccess
2018-01-26 15:31:05.709 [ 8] 0 EventBuilder:buildJsonEventString:messageId=6fcf8dee-ad9b-419d-8578-863625243cc2,namespace=SpeechSynthesizer,name=SpeechStarted
2018-01-26 15:31:05.710 [ 8] 9 HTTP2Transport:enqueueRequest:jsonContent={"event":{"header":{"namespace":"SpeechSynthesizer","name":"SpeechStarted","messageId":"6fcf8dee-ad9b-419d-8578-863625243cc2"},"payload":{"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd"}}}
2018-01-26 15:31:05.711 [ d] 0 DialogUXStateAggregator:setState:from=THINKING,to=SPEAKING
###########################
Speaking...
###########################
2018-01-26 15:31:05.730 [ 12] 9 BaseStreamSource:onNeedDataCalled:size=4096
2018-01-26 15:31:05.731 [ 2] 9 BaseStreamSource:handleNeedDataCalled
2018-01-26 15:31:05.755 [ b] 0 HTTP2Transport:processNextOutgoingMessage:jsonContent={"event":{"header":{"namespace":"SpeechSynthesizer","name":"SpeechStarted","messageId":"6fcf8dee-ad9b-419d-8578-863625243cc2"},"payload":{"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd"}}}
2018-01-26 15:31:05.755 [ b] 0 HTTP2StreamPool:getStream:streamId=7,numAcquiredStreams=2
2018-01-26 15:31:05.755 [ b] 9 HTTP2Transport:insertActiveStream:handle=0x1f8cf90
2018-01-26 15:31:05.755 [ b] I HTTP2Stream:libcurl:streamId=7,text=Found bundle for host avs-alexa-na.amazon.com: 0x1df8c88 [can multiplex]
2018-01-26 15:31:05.755 [ b] I HTTP2Stream:libcurl:streamId=7,text=Conn: 0 (0x1ed2800) Receive pipe weight: (-1/0), penalized: (nil)
2018-01-26 15:31:05.755 [ b] I HTTP2Stream:libcurl:streamId=7,text=Multiplexed connection found!
2018-01-26 15:31:05.755 [ b] I HTTP2Stream:libcurl:streamId=7,text=Found connection 0, with requests in the pipe (1)
2018-01-26 15:31:05.755 [ b] I HTTP2Stream:libcurl:streamId=7,text=Re-using existing connection! (#0) with host avs-alexa-na.amazon.com
2018-01-26 15:31:05.756 [ b] I HTTP2Stream:libcurl:streamId=7,text=Using Stream ID: 7 (easy handle 0x1f8cf90)
2018-01-26 15:31:05.958 [ b] 0 HTTP2Stream:receivedRequestId:value=x-amzn-requestid: 12c4fbfffed726a8-00002d6f-0001b84f-0da51f420068c927-0b4bf0ce-7
2018-01-26 15:31:05.958 [ b] I HTTP2Stream:libcurl:streamId=7,text=Curl_http_done: called premature == 0
2018-01-26 15:31:05.958 [ b] 0 HTTP2Transport:cleanupFinishedStream:streamId=7,result=204
2018-01-26 15:31:05.958 [ b] 0 HTTP2StreamPool:releaseStream:streamId=7,numAcquiredStreams=1
2018-01-26 15:31:05.958 [ b] 0 CurlEasyHandleWrapper:reset:responseCode=HTTP_RESPONSE_SUCCESS_NO_CONTENT
2018-01-26 15:31:06.347 [ 2] 9 MediaPlayer:messageReceived:type=eos,source=audio-pipeline
2018-01-26 15:31:06.647 [ 2] 9 BaseStreamSource:~BaseStreamSource
2018-01-26 15:31:06.648 [ 2] 0 MediaPlayer:callingOnPlaybackFinished:currentId=1
2018-01-26 15:31:06.648 [ 2] 9 SpeechSynthesizer:onPlaybackFinished:callbackSourceId=1
2018-01-26 15:31:06.649 [ 2] 9 MediaPlayer:tearDownTransientPipelineElements
2018-01-26 15:31:06.649 [ 8] 0 SpeechSynthesizer:executePlaybackFinished
2018-01-26 15:31:06.649 [ 8] 9 SpeechSynthesizer:setCurrentStateLocked:state=FINISHED
2018-01-26 15:31:06.649 [ 8] 0 SpeechSynthesizer:executeProvideState:stateRequestToken=0
2018-01-26 15:31:06.649 [ 2] 0 MediaPlayer:saveOffsetBeforeTeardown:offset=1560
2018-01-26 15:31:06.649 [ 8] 0 ContextManager:updateStateLocked:action=updatedState,state={"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd","offsetInMilliseconds":0,"playerActivity":"FINISHED"},namespace=SpeechSynthesizer,name=SpeechState
2018-01-26 15:31:06.651 [ 8] 0 EventBuilder:buildJsonEventString:messageId=10f9ac6d-a054-4427-814d-66f6e5d75ca5,namespace=SpeechSynthesizer,name=SpeechFinished
2018-01-26 15:31:06.651 [ 8] 9 HTTP2Transport:enqueueRequest:jsonContent={"event":{"header":{"namespace":"SpeechSynthesizer","name":"SpeechFinished","messageId":"10f9ac6d-a054-4427-814d-66f6e5d75ca5"},"payload":{"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd"}}}
2018-01-26 15:31:06.652 [ 8] 9 SpeechSynthesizer:setHandlingCompleted
2018-01-26 15:31:06.652 [ 8] 0 DirectiveProcessor:onHandlingCompeted:messageId=948f340b-504f-4557-a301-aca68bf818bd,directiveBeingPreHandled=(nullptr)
2018-01-26 15:31:06.652 [ 8] 0 CapabilityAgent:removingMessageIdFromMap:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:06.661 [ b] 0 HTTP2Transport:processNextOutgoingMessage:jsonContent={"event":{"header":{"namespace":"SpeechSynthesizer","name":"SpeechFinished","messageId":"10f9ac6d-a054-4427-814d-66f6e5d75ca5"},"payload":{"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd"}}}
2018-01-26 15:31:06.661 [ b] 0 HTTP2StreamPool:getStream:streamId=9,numAcquiredStreams=2
2018-01-26 15:31:06.661 [ b] 9 HTTP2Transport:insertActiveStream:handle=0x1f8cf90
2018-01-26 15:31:06.662 [ b] I HTTP2Stream:libcurl:streamId=9,text=Found bundle for host avs-alexa-na.amazon.com: 0x1df8c88 [can multiplex]
2018-01-26 15:31:06.662 [ b] I HTTP2Stream:libcurl:streamId=9,text=Conn: 0 (0x1ed2800) Receive pipe weight: (-1/0), penalized: (nil)
2018-01-26 15:31:06.662 [ b] I HTTP2Stream:libcurl:streamId=9,text=Multiplexed connection found!
2018-01-26 15:31:06.662 [ b] I HTTP2Stream:libcurl:streamId=9,text=Found connection 0, with requests in the pipe (1)
2018-01-26 15:31:06.662 [ b] I HTTP2Stream:libcurl:streamId=9,text=Re-using existing connection! (#0) with host avs-alexa-na.amazon.com
2018-01-26 15:31:06.663 [ b] I HTTP2Stream:libcurl:streamId=9,text=Using Stream ID: 9 (easy handle 0x1f8cf90)
2018-01-26 15:31:06.851 [ d] 0 DialogUXStateAggregator:setState:from=SPEAKING,to=IDLE
2018-01-26 15:31:06.851 [ 8] 1 FocusManager:releaseChannel:channelName=Dialog
########################################
Alexa is currently idle!
########################################
2018-01-26 15:31:06.852 [ e] 0 SpeechSynthesizer:onFocusChanged:newFocus=NONE
2018-01-26 15:31:06.902 [ b] 0 HTTP2Stream:receivedRequestId:value=x-amzn-requestid: 12c4fbfffed726a8-00002d6f-0001b84f-0da51f420068c927-0b4bf0ce-9
2018-01-26 15:31:06.902 [ b] I HTTP2Stream:libcurl:streamId=9,text=Curl_http_done: called premature == 0
2018-01-26 15:31:06.902 [ b] 0 HTTP2Transport:cleanupFinishedStream:streamId=9,result=204
2018-01-26 15:31:06.902 [ b] 0 HTTP2StreamPool:releaseStream:streamId=9,numAcquiredStreams=1
2018-01-26 15:31:06.902 [ b] 0 CurlEasyHandleWrapper:reset:responseCode=HTTP_RESPONSE_SUCCESS_NO_CONTENT
2018-01-26 15:31:30.758 [ 13] I AbstractKeywordDetector:readFromStreamFailed:reason=readerTimeOut
2018-01-26 15:31:00.870 [ a] 0 AudioInputProcessor:setState:from=IDLE,to=RECOGNIZING
2018-01-26 15:31:00.870 [ a] 0 ContextManager:updateStateLocked:action=updatedState,state={"wakeword" : "alexa"},namespace=SpeechRecognizer,name=RecognizerState
2018-01-26 15:31:00.870 [ d] 0 DialogUXStateAggregator:setState:from=IDLE,to=LISTENING
2018-01-26 15:31:00.871 [ 7] 0 NotificationsCapabilityAgent:provideState:stateRequestToken=2
############################
Listening...
############################
2018-01-26 15:31:00.871 [ 4] 5 NotificationsCapabilityAgent:executeProvideState:sendToken=true,stateRequestToken=2
2018-01-26 15:31:00.872 [ 4] 0 ContextManager:updateStateLocked:action=updatedState,state={"isEnabled":false,"isVisualIndicatorPersisted":false},namespace=Notifications,name=IndicatorState
2018-01-26 15:31:00.874 [ 7] 0 ContextManager:buildContextSuccessful:context={"context":[{"header":{"namespace":"Speaker","name":"VolumeState"},"payload":
2018-01-26 15:31:00.870 [ a] 0 AudioInputProcessor:setState:from=IDLE,to=RECOGNIZING
2018-01-26 15:31:00.870 [ a] 0 ContextManager:updateStateLocked:action=updatedState,state={"wakeword" : "alexa"},namespace=SpeechRecognizer,name=RecognizerState
2018-01-26 15:31:00.870 [ d] 0 DialogUXStateAggregator:setState:from=IDLE,to=LISTENING
2018-01-26 15:31:00.871 [ 7] 0 NotificationsCapabilityAgent:provideState:stateRequestToken=2
############################
Listening...
############################
2018-01-26 15:31:00.871 [ 4] 5 NotificationsCapabilityAgent:executeProvideState:sendToken=true,stateRequestToken=2
2018-01-26 15:31:00.872 [ 4] 0 ContextManager:updateStateLocked:action=updatedState,state={"isEnabled":false,"isVisualIndicatorPersisted":false},namespace=Notifications,name=IndicatorState
2018-01-26 15:31:00.874 [ 7] 0 ContextManager:buildContextSuccessful:context={"context":[{"header":{"namespace":"Speaker","name":"VolumeState"},"payload":{"volume":100,"muted":false}},{"header":{"namespace":"Notifications","name":"IndicatorState"},"payload":{"isEnabled":false,"isVisualIndicatorPersisted":false}},{"header":{"namespace":"SpeechSynthesizer","name":"SpeechState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"FINISHED"}},{"header":{"namespace":"AudioPlayer","name":"PlaybackState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"IDLE"}},{"header":{"namespace":"SpeechRecognizer","name":"RecognizerState"},"payload":{"wakeword":"alexa"}},{"header":{"namespace":"Alerts","name":"AlertsState"},"payload":{"allAlerts":[],"activeAlerts":[]}}]}
2018-01-26 15:31:00.874 [ a] 0 AudioInputProcessor:executeOnContextAvailable:jsonContext={"context":[{"header":{"namespace":"Speaker","name":"VolumeState"},"payload":{"volume":100,"muted":false}},{"header":{"namespace":"Notifications","name":"IndicatorState"},"payload":{"isEnabled":false,"isVisualIndicatorPersisted":false}},{"header":{"namespace":"SpeechSynthesizer","name":"SpeechState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"FINISHED"}},{"header":{"namespace":"AudioPlayer","name":"PlaybackState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"IDLE"}},{"header":{"namespace":"SpeechRecognizer","name":"RecognizerState"},"payload":{"wakeword":"alexa"}},{"header":{"namespace":"Alerts","name":"AlertsState"},"payload":{"allAlerts":[],"activeAlerts":[]}}]}
2018-01-26 15:31:00.875 [ a] 1 FocusManager:acquireChannel:channelName=Dialog,activityId=SpeechRecognizer.Recognize
2018-01-26 15:31:00.876 [ e] 9 AudioInputProcessor:onFocusChanged:newFocus=FOREGROUND
2018-01-26 15:31:00.876 [ a] I DirectiveProcessor:setDialogRequestIdLocked:oldValue=,newValue=f9c26d31-0030-48bf-b85e-c3d452de64de
2018-01-26 15:31:00.877 [ a] 0 DirectiveProcessor:scrubDialogRequestIdLocked:reason=emptyDialogRequestId
2018-01-26 15:31:00.878 [ a] 0 EventBuilder:buildJsonEventString:messageId=b94c7a56-2bb3-4524-85fe-b609626cfd04,namespace=SpeechRecognizer,name=Recognize
2018-01-26 15:31:00.879 [ a] 0 AudioInputProcessor:executeOnFocusChanged:newFocus=FOREGROUND
2018-01-26 15:31:00.879 [ a] 9 HTTP2Transport:enqueueRequest:jsonContent={"context":[{"header":{"namespace":"Speaker","name":"VolumeState"},"payload":{"volume":100,"muted":false}},{"header":{"namespace":"Notifications","name":"IndicatorState"},"payload":{"isEnabled":false,"isVisualIndicatorPersisted":false}},{"header":{"namespace":"SpeechSynthesizer","name":"SpeechState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"FINISHED"}},{"header":{"namespace":"AudioPlayer","name":"PlaybackState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"IDLE"}},{"header":{"namespace":"SpeechRecognizer","name":"RecognizerState"},"payload":{"wakeword":"alexa"}},{"header":{"namespace":"Alerts","name":"AlertsState"},"payload":{"allAlerts":[],"activeAlerts":[]}}],"event":{"header":{"namespace":"SpeechRecognizer","name":"Recognize","messageId":"b94c7a56-2bb3-4524-85fe-b609626cfd04","dialogRequestId":"f9c26d31-0030-48bf-b85e-c3d452de64de"},"payload":{"profile":"NEAR_FIELD","format":"AUDIO_L16_RATE_16000_CHANNELS_1","initiator":{"type":"WAKEWORD","payload":{"wakeWordIndices":{"startIndexInSamples":8000,"endIndexInSamples":14480}}}}}}
2018-01-26 15:31:00.959 [ b] 0 HTTP2Transport:processNextOutgoingMessage:jsonContent={"context":[{"header":{"namespace":"Speaker","name":"VolumeState"},"payload":{"volume":100,"muted":false}},{"header":{"namespace":"Notifications","name":"IndicatorState"},"payload":{"isEnabled":false,"isVisualIndicatorPersisted":false}},{"header":{"namespace":"SpeechSynthesizer","name":"SpeechState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"FINISHED"}},{"header":{"namespace":"AudioPlayer","name":"PlaybackState"},"payload":{"token":"","offsetInMilliseconds":0,"playerActivity":"IDLE"}},{"header":{"namespace":"SpeechRecognizer","name":"RecognizerState"},"payload":{"wakeword":"alexa"}},{"header":{"namespace":"Alerts","name":"AlertsState"},"payload":{"allAlerts":[],"activeAlerts":[]}}],"event":{"header":{"namespace":"SpeechRecognizer","name":"Recognize","messageId":"b94c7a56-2bb3-4524-85fe-b609626cfd04","dialogRequestId":"f9c26d31-0030-48bf-b85e-c3d452de64de"},"payload":{"profile":"NEAR_FIELD","format":"AUDIO_L16_RATE_16000_CHANNELS_1","initiator":{"type":"WAKEWORD","payload":{"wakeWordIndices":{"startIndexInSamples":8000,"endIndexInSamples":14480}}}}}}
2018-01-26 15:31:00.959 [ b] 0 HTTP2StreamPool:getStream:streamId=5,numAcquiredStreams=2
2018-01-26 15:31:00.960 [ b] 9 HTTP2Transport:insertActiveStream:handle=0x1f8cf90
2018-01-26 15:31:00.960 [ b] I HTTP2Stream:libcurl:streamId=5,text=Found bundle for host avs-alexa-na.amazon.com: 0x1df8c88 [can multiplex]
2018-01-26 15:31:00.960 [ b] I HTTP2Stream:libcurl:streamId=5,text=Conn: 0 (0x1ed2800) Receive pipe weight: (-1/0), penalized: (nil)
2018-01-26 15:31:00.960 [ b] I HTTP2Stream:libcurl:streamId=5,text=Multiplexed connection found!
2018-01-26 15:31:00.960 [ b] I HTTP2Stream:libcurl:streamId=5,text=Found connection 0, with requests in the pipe (1)
2018-01-26 15:31:00.960 [ b] I HTTP2Stream:libcurl:streamId=5,text=Re-using existing connection! (#0) with host avs-alexa-na.amazon.com
2018-01-26 15:31:00.961 [ b] I HTTP2Stream:libcurl:streamId=5,text=Using Stream ID: 5 (easy handle 0x1f8cf90)
2018-01-26 15:31:03.619 [ f] 0 MessageInterpreter:receive:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b:No dialogRequestId attached to message.
2018-01-26 15:31:03.620 [ f] I DirectiveSequencer:onDirective:directive={"namespace:"SpeechRecognizer",name:"StopCapture",messageId:"06cf0bde-a58f-4e79-8988-ef1d3eec229b",dialogRequestId:""}
2018-01-26 15:31:03.621 [ 10] I DirectiveRouter:preHandleDirective:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b,action=calling
2018-01-26 15:31:03.622 [ 10] 0 CapabilityAgent:addingMessageIdToMap:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b
2018-01-26 15:31:03.623 [ 11] I DirectiveRouter:handleDirective:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b,action=calling
2018-01-26 15:31:03.624 [ a] 0 AudioInputProcessor:stopCapture:stopImmediately=true
2018-01-26 15:31:03.624 [ a] 0 AudioInputProcessor:setState:from=RECOGNIZING,to=BUSY
2018-01-26 15:31:03.624 [ d] 0 DialogUXStateAggregator:setState:from=LISTENING,to=THINKING
2018-01-26 15:31:03.625 [ a] 0 DirectiveProcessor:onHandlingCompeted:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b,directiveBeingPreHandled=(nullptr)
2018-01-26 15:31:03.625 [ a] 0 CapabilityAgent:removingMessageIdFromMap:messageId=06cf0bde-a58f-4e79-8988-ef1d3eec229b
###########################
Thinking...
###########################
2018-01-26 15:31:03.629 [ b] I InProcessAttachmentReader:readFailed:reason=SDS is closed
2018-01-26 15:31:03.936 [ b] 0 HTTP2Stream:receivedRequestId:value=x-amzn-requestid: 12c4fbfffed726a8-00002d6f-00019ec4-79394be76587e21a-78af384b-7
2018-01-26 15:31:03.942 [ f] I DirectiveSequencer:onDirective:directive={"namespace:"SpeechSynthesizer",name:"Speak",messageId:"948f340b-504f-4557-a301-aca68bf818bd",dialogRequestId:"f9c26d31-0030-48bf-b85e-c3d452de64de"}
2018-01-26 15:31:03.943 [ 10] I DirectiveRouter:preHandleDirective:messageId=948f340b-504f-4557-a301-aca68bf818bd,action=calling
2018-01-26 15:31:03.943 [ 10] 0 CapabilityAgent:addingMessageIdToMap:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:03.943 [ 10] 9 SpeechSynthesizer:preHandleDirective:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:03.944 [ 8] 0 SpeechSynthesizer:executePreHandle:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:03.944 [ 11] I DirectiveRouter:handleDirective:messageId=948f340b-504f-4557-a301-aca68bf818bd,action=calling
2018-01-26 15:31:03.944 [ 11] 9 SpeechSynthesizer:handleDirective:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:03.949 [ b] I HTTP2Stream:libcurl:streamId=5,text=Curl_http_done: called premature == 0
2018-01-26 15:31:03.949 [ b] 0 AudioInputProcessor:onSendCompleted:status=SUCCESS
2018-01-26 15:31:03.950 [ b] 0 HTTP2Transport:cleanupFinishedStream:streamId=5,result=200
2018-01-26 15:31:03.950 [ b] 0 HTTP2StreamPool:releaseStream:streamId=5,numAcquiredStreams=1
2018-01-26 15:31:03.951 [ 8] 0 SpeechSynthesizer:executeHandle:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:03.951 [ 8] 1 FocusManager:acquireChannel:channelName=Dialog,activityId=SpeechSynthesizer.Speak
2018-01-26 15:31:03.952 [ e] 9 AudioInputProcessor:onFocusChanged:newFocus=NONE
2018-01-26 15:31:03.952 [ e] 0 SpeechSynthesizer:onFocusChanged:newFocus=FOREGROUND
2018-01-26 15:31:03.952 [ e] 9 SpeechSynthesizer:setCurrentStateLocked:state=GAINING_FOCUS
2018-01-26 15:31:03.952 [ a] 0 AudioInputProcessor:executeOnFocusChanged:newFocus=NONE
2018-01-26 15:31:03.953 [ 8] 0 SpeechSynthesizer:executeStateChange:newState=PLAYING
2018-01-26 15:31:03.953 [ a] 0 AudioInputProcessor:executeOnFocusChanged:reason=Lost focus
2018-01-26 15:31:03.953 [ 8] 9 SpeechSynthesizer:startPlaying
2018-01-26 15:31:03.953 [ a] 0 AudioInputProcessor:setState:from=BUSY,to=IDLE
2018-01-26 15:31:03.953 [ 8] 9 MediaPlayer:setSourceCalled:sourceType=AttachmentReader
2018-01-26 15:31:03.954 [ 2] 0 MediaPlayer:handleSetSourceCalled
2018-01-26 15:31:03.954 [ 2] 9 MediaPlayer:tearDownTransientPipelineElements
2018-01-26 15:31:03.954 [ 2] E MediaPlayer:saveOffsetBeforeTeardown - gst_element_query_position failed
2018-01-26 15:31:04.035 [ 8] 9 MediaPlayer:playCalled
2018-01-26 15:31:04.036 [ 2] 0 MediaPlayer:handlePlayCalled:idPassed=1,currentId=1
2018-01-26 15:31:04.036 [ 2] 0 MediaPlayer:handlePlay:attemptBuffering=0
2018-01-26 15:31:04.205 [ 2] 9 AttachmentReaderSource:handleSeekData:offset=0
2018-01-26 15:31:04.205 [ 2] 0 MediaPlayer:handlePlay:startingState=PLAYING,stateReturn=ASYNC
2018-01-26 15:31:04.205 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio_sink
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=volume
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=converter
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decodedQueue
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=typefind
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decoder
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=src
2018-01-26 15:31:04.206 [ 12] 9 BaseStreamSource:onNeedDataCalled:size=4096
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio-pipeline
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:State Change:oldState=NULL,newState=READY,pendingState=PLAYING
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=volume
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=converter
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=stream-status,source=src
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decodedQueue
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=stream-status,source=src
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=typefind
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=stream-status,source=src
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=src
2018-01-26 15:31:04.206 [ 2] 9 MediaPlayer:messageReceived:type=stream-status,source=src
2018-01-26 15:31:04.206 [ 2] 9 BaseStreamSource:handleNeedDataCalled
2018-01-26 15:31:04.207 [ 2] 9 BaseStreamSource:installOnReadDataHandler:action=newSourceId,sourceId=15
2018-01-26 15:31:04.207 [ 2] 9 AttachmentReaderSource:read:size=4096,status=0
2018-01-26 15:31:04.207 [ 2] 9 AttachmentReaderSource:read:size=4096,status=0
2018-01-26 15:31:04.207 [ 2] 9 AttachmentReaderSource:read:size=1213,status=0
2018-01-26 15:31:04.207 [ 2] I InProcessAttachmentReader:readFailed:reason=SDS is closed
2018-01-26 15:31:04.207 [ 2] 9 AttachmentReaderSource:read:size=0,status=3
2018-01-26 15:31:04.207 [ 2] 9 AttachmentReaderSource:handleReadData:info=signalingEndOfData
2018-01-26 15:31:04.207 [ 2] 9 BaseStreamSource:signalEndOfDataCalled
2018-01-26 15:31:04.207 [ 2] 9 BaseStreamSource:gstAppSrcEndOfStreamSuccess
2018-01-26 15:31:04.208 [ 2] 9 BaseStreamSource:clearOnReadDataHandlerCalled:sourceId=15
2018-01-26 15:31:04.242 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=id3demux0
2018-01-26 15:31:04.242 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=id3demux0
2018-01-26 15:31:04.258 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=mpegaudioparse0
2018-01-26 15:31:04.258 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=mpegaudioparse0
2018-01-26 15:31:05.609 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=avdec_mp3-0
2018-01-26 15:31:05.610 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=avdec_mp3-0
2018-01-26 15:31:05.664 [ 12] 9 MediaPlayer:onPadAddedCalled
2018-01-26 15:31:05.665 [ 2] 9 MediaPlayer:handlePadAddedSignalCalled
2018-01-26 15:31:05.668 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decoder
2018-01-26 15:31:05.669 [ 2] 9 MediaPlayer:messageReceived:type=stream-start,source=audio-pipeline
2018-01-26 15:31:05.690 [ 2] 9 MediaPlayer:messageReceived:type=latency,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.691 [ 2] 9 MediaPlayer:messageReceived:type=tag,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.693 [ 2] 0 MediaPlayer:callingOnTags
2018-01-26 15:31:05.693 [ 2] 9 MediaPlayer:messageReceived:type=tag,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.693 [ 2] 0 MediaPlayer:callingOnTags
2018-01-26 15:31:05.701 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio_sink
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio-pipeline
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:State Change:oldState=READY,newState=PAUSED,pendingState=PLAYING
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:messageReceived:type=async-done,source=audio-pipeline
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:messageReceived:type=new-clock,source=audio-pipeline
2018-01-26 15:31:05.702 [ 2] 9 MediaPlayer:messageReceived:type=tag,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.703 [ 2] 0 MediaPlayer:callingOnTags
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio_sink-actual-sink-omxhdmiaudio
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio_sink
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=volume
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=converter
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decodedQueue
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=avdec_mp3-0
2018-01-26 15:31:05.703 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=mpegaudioparse0
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=id3demux0
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=typefind
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=decoder
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=src
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:messageReceived:type=state-changed,source=audio-pipeline
2018-01-26 15:31:05.704 [ 2] 9 MediaPlayer:State Change:oldState=PAUSED,newState=PLAYING,pendingState=VOID_PENDING
2018-01-26 15:31:05.704 [ 2] 0 MediaPlayer:callingOnPlaybackStarted:currentId=1
2018-01-26 15:31:05.704 [ 2] 9 SpeechSynthesizer:onPlaybackStarted:callbackSourceId=1
2018-01-26 15:31:05.705 [ 8] 0 SpeechSynthesizer:executePlaybackStarted
2018-01-26 15:31:05.705 [ 8] 9 SpeechSynthesizer:setCurrentStateLocked:state=PLAYING
2018-01-26 15:31:05.705 [ 8] 0 SpeechSynthesizer:executeProvideState:stateRequestToken=0
2018-01-26 15:31:05.705 [ 8] 9 MediaPlayer:getOffsetCalled
2018-01-26 15:31:05.706 [ 2] 9 MediaPlayer:messageReceived:type=stream-status,source=audiosinkringbuffer0
2018-01-26 15:31:05.706 [ 2] 0 MediaPlayer:handleGetOffsetCalled:idPassed=1,currentId=1
2018-01-26 15:31:05.708 [ 8] 0 ContextManager:updateStateLocked:action=updatedState,state={"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd","offsetInMilliseconds":384,"playerActivity":"PLAYING"},namespace=SpeechSynthesizer,name=SpeechState
2018-01-26 15:31:05.708 [ e] 9 SpeechSynthesizer:onFocusChangedSuccess
2018-01-26 15:31:05.709 [ 8] 0 EventBuilder:buildJsonEventString:messageId=6fcf8dee-ad9b-419d-8578-863625243cc2,namespace=SpeechSynthesizer,name=SpeechStarted
2018-01-26 15:31:05.710 [ 8] 9 HTTP2Transport:enqueueRequest:jsonContent={"event":{"header":{"namespace":"SpeechSynthesizer","name":"SpeechStarted","messageId":"6fcf8dee-ad9b-419d-8578-863625243cc2"},"payload":{"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd"}}}
2018-01-26 15:31:05.711 [ d] 0 DialogUXStateAggregator:setState:from=THINKING,to=SPEAKING
###########################
Speaking...
###########################
2018-01-26 15:31:05.730 [ 12] 9 BaseStreamSource:onNeedDataCalled:size=4096
2018-01-26 15:31:05.731 [ 2] 9 BaseStreamSource:handleNeedDataCalled
2018-01-26 15:31:05.755 [ b] 0 HTTP2Transport:processNextOutgoingMessage:jsonContent={"event":{"header":{"namespace":"SpeechSynthesizer","name":"SpeechStarted","messageId":"6fcf8dee-ad9b-419d-8578-863625243cc2"},"payload":{"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd"}}}
2018-01-26 15:31:05.755 [ b] 0 HTTP2StreamPool:getStream:streamId=7,numAcquiredStreams=2
2018-01-26 15:31:05.755 [ b] 9 HTTP2Transport:insertActiveStream:handle=0x1f8cf90
2018-01-26 15:31:05.755 [ b] I HTTP2Stream:libcurl:streamId=7,text=Found bundle for host avs-alexa-na.amazon.com: 0x1df8c88 [can multiplex]
2018-01-26 15:31:05.755 [ b] I HTTP2Stream:libcurl:streamId=7,text=Conn: 0 (0x1ed2800) Receive pipe weight: (-1/0), penalized: (nil)
2018-01-26 15:31:05.755 [ b] I HTTP2Stream:libcurl:streamId=7,text=Multiplexed connection found!
2018-01-26 15:31:05.755 [ b] I HTTP2Stream:libcurl:streamId=7,text=Found connection 0, with requests in the pipe (1)
2018-01-26 15:31:05.755 [ b] I HTTP2Stream:libcurl:streamId=7,text=Re-using existing connection! (#0) with host avs-alexa-na.amazon.com
2018-01-26 15:31:05.756 [ b] I HTTP2Stream:libcurl:streamId=7,text=Using Stream ID: 7 (easy handle 0x1f8cf90)
2018-01-26 15:31:05.958 [ b] 0 HTTP2Stream:receivedRequestId:value=x-amzn-requestid: 12c4fbfffed726a8-00002d6f-0001b84f-0da51f420068c927-0b4bf0ce-7
2018-01-26 15:31:05.958 [ b] I HTTP2Stream:libcurl:streamId=7,text=Curl_http_done: called premature == 0
2018-01-26 15:31:05.958 [ b] 0 HTTP2Transport:cleanupFinishedStream:streamId=7,result=204
2018-01-26 15:31:05.958 [ b] 0 HTTP2StreamPool:releaseStream:streamId=7,numAcquiredStreams=1
2018-01-26 15:31:05.958 [ b] 0 CurlEasyHandleWrapper:reset:responseCode=HTTP_RESPONSE_SUCCESS_NO_CONTENT
2018-01-26 15:31:06.347 [ 2] 9 MediaPlayer:messageReceived:type=eos,source=audio-pipeline
2018-01-26 15:31:06.647 [ 2] 9 BaseStreamSource:~BaseStreamSource
2018-01-26 15:31:06.648 [ 2] 0 MediaPlayer:callingOnPlaybackFinished:currentId=1
2018-01-26 15:31:06.648 [ 2] 9 SpeechSynthesizer:onPlaybackFinished:callbackSourceId=1
2018-01-26 15:31:06.649 [ 2] 9 MediaPlayer:tearDownTransientPipelineElements
2018-01-26 15:31:06.649 [ 8] 0 SpeechSynthesizer:executePlaybackFinished
2018-01-26 15:31:06.649 [ 8] 9 SpeechSynthesizer:setCurrentStateLocked:state=FINISHED
2018-01-26 15:31:06.649 [ 8] 0 SpeechSynthesizer:executeProvideState:stateRequestToken=0
2018-01-26 15:31:06.649 [ 2] 0 MediaPlayer:saveOffsetBeforeTeardown:offset=1560
2018-01-26 15:31:06.649 [ 8] 0 ContextManager:updateStateLocked:action=updatedState,state={"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd","offsetInMilliseconds":0,"playerActivity":"FINISHED"},namespace=SpeechSynthesizer,name=SpeechState
2018-01-26 15:31:06.651 [ 8] 0 EventBuilder:buildJsonEventString:messageId=10f9ac6d-a054-4427-814d-66f6e5d75ca5,namespace=SpeechSynthesizer,name=SpeechFinished
2018-01-26 15:31:06.651 [ 8] 9 HTTP2Transport:enqueueRequest:jsonContent={"event":{"header":{"namespace":"SpeechSynthesizer","name":"SpeechFinished","messageId":"10f9ac6d-a054-4427-814d-66f6e5d75ca5"},"payload":{"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd"}}}
2018-01-26 15:31:06.652 [ 8] 9 SpeechSynthesizer:setHandlingCompleted
2018-01-26 15:31:06.652 [ 8] 0 DirectiveProcessor:onHandlingCompeted:messageId=948f340b-504f-4557-a301-aca68bf818bd,directiveBeingPreHandled=(nullptr)
2018-01-26 15:31:06.652 [ 8] 0 CapabilityAgent:removingMessageIdFromMap:messageId=948f340b-504f-4557-a301-aca68bf818bd
2018-01-26 15:31:06.661 [ b] 0 HTTP2Transport:processNextOutgoingMessage:jsonContent={"event":{"header":{"namespace":"SpeechSynthesizer","name":"SpeechFinished","messageId":"10f9ac6d-a054-4427-814d-66f6e5d75ca5"},"payload":{"token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#ACRI#DeviceTTSRendererV4_8d7b6de8-11fd-4d2e-b693-7cbe791f97cd"}}}
2018-01-26 15:31:06.661 [ b] 0 HTTP2StreamPool:getStream:streamId=9,numAcquiredStreams=2
2018-01-26 15:31:06.661 [ b] 9 HTTP2Transport:insertActiveStream:handle=0x1f8cf90
2018-01-26 15:31:06.662 [ b] I HTTP2Stream:libcurl:streamId=9,text=Found bundle for host avs-alexa-na.amazon.com: 0x1df8c88 [can multiplex]
2018-01-26 15:31:06.662 [ b] I HTTP2Stream:libcurl:streamId=9,text=Conn: 0 (0x1ed2800) Receive pipe weight: (-1/0), penalized: (nil)
2018-01-26 15:31:06.662 [ b] I HTTP2Stream:libcurl:streamId=9,text=Multiplexed connection found!
2018-01-26 15:31:06.662 [ b] I HTTP2Stream:libcurl:streamId=9,text=Found connection 0, with requests in the pipe (1)
2018-01-26 15:31:06.662 [ b] I HTTP2Stream:libcurl:streamId=9,text=Re-using existing connection! (#0) with host avs-alexa-na.amazon.com
2018-01-26 15:31:06.663 [ b] I HTTP2Stream:libcurl:streamId=9,text=Using Stream ID: 9 (easy handle 0x1f8cf90)
2018-01-26 15:31:06.851 [ d] 0 DialogUXStateAggregator:setState:from=SPEAKING,to=IDLE
2018-01-26 15:31:06.851 [ 8] 1 FocusManager:releaseChannel:channelName=Dialog
########################################
Alexa is currently idle!
########################################
2018-01-26 15:31:06.852 [ e] 0 SpeechSynthesizer:onFocusChanged:newFocus=NONE
2018-01-26 15:31:06.902 [ b] 0 HTTP2Stream:receivedRequestId:value=x-amzn-requestid: 12c4fbfffed726a8-00002d6f-0001b84f-0da51f420068c927-0b4bf0ce-9
2018-01-26 15:31:06.902 [ b] I HTTP2Stream:libcurl:streamId=9,text=Curl_http_done: called premature == 0
2018-01-26 15:31:06.902 [ b] 0 HTTP2Transport:cleanupFinishedStream:streamId=9,result=204
2018-01-26 15:31:06.902 [ b] 0 HTTP2StreamPool:releaseStream:streamId=9,numAcquiredStreams=1
2018-01-26 15:31:06.902 [ b] 0 CurlEasyHandleWrapper:reset:responseCode=HTTP_RESPONSE_SUCCESS_NO_CONTENT
2018-01-26 15:31:30.758 [ 13] I AbstractKeywordDetector:readFromStreamFailed:reason=readerTimeOut
To me it seems to recognise (at least in parts) that i am saying something, and should (at least) respond with a "i dont understand"
There is sound coming from the pi (youtube works, and front_center test works) so i am not sure why i i hear nothing from alexa.
I cant find any settings for alexa specifically to change audio output.
Any guesses as to why alexa is being shy? :)
The text was updated successfully, but these errors were encountered: