-
Notifications
You must be signed in to change notification settings - Fork 605
Alexa not Speaking #515
Comments
logs after debug: ALSA lib confmisc.c:1281:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.front.0:CARD=0' WARNING: By default DEBUG logs are compiled out of RELEASE builds. 2018-02-16 22:12:16.343 [ 1] I SensoryKeywordDetector:License expires on 28 May 2018 00:00:00 GMT
+----------------------------------------------------------------------------+ ############################ Listening...############################ 2018-02-16 22:12:19.365 [ 2] W Logger:debugLogLevelSpecifiedWhenDebugLogsCompiledOut:level=DEBUG9: WARNING: By default DEBUG logs are compiled out of RELEASE builds. 2018-02-16 22:12:19.366 [ 2] I DirectiveProcessor:setDialogRequestIdLocked:oldValue=,newValue=d1ac797e-b54d-4576-a657-b8e1c118e14a Thinking...########################### 2018-02-16 22:12:30.030 [ 6] W Logger:debugLogLevelSpecifiedWhenDebugLogsCompiledOut:level=DEBUG9: WARNING: By default DEBUG logs are compiled out of RELEASE builds. 2018-02-16 22:12:30.031 [ 6] I InProcessAttachmentReader:readFailed:reason=SDS is closed RenderTemplateCard#----------------------------------------------------------------------------- Template Type : BodyTemplate2Main Title : Who was India's first president?############################################################################## 2018-02-16 22:12:31.616 [ 7] W Logger:debugLogLevelSpecifiedWhenDebugLogsCompiledOut:level=DEBUG9: WARNING: By default DEBUG logs are compiled out of RELEASE builds. 2018-02-16 22:12:31.616 [ 7] E MediaPlayer:saveOffsetBeforeTeardown - gst_element_query_position failed Speaking...########################### ######################################## Alexa is currently idle!######################################## |
Hi @baddemiya , Can you please provide the following information:
Thanks |
2.pi@blueberry:~ $ cat ~/.asoundrc pi@blueberry:~ $ aplay -l -L pi@blueberry:~ $ arecord -l -L pi@blueberry:~ $ arecord /tmp/test.wav //i am not able to hear audio output at this step, however when i run rec /tmp/test.wav instead of arecord /tmp/test.wav i can hear output// pi@blueberry:~ $ gst-launch-1.0 -m audiotestsrc ! autoaudiosink please find details as requested. thanks. |
Hi @celinval, After installing gst tools, i am hearing beep after - But no sound after pi@blueberry:~ $ gst-launch-1.0 -m audiotestsrc ! autoaudiosink. I also tried to change autoaudiosink to alsasink in Mediaplayer.cpp line 599. Still facing the same issue. Edit -couple of errors i am getting is Sds in closed and sdsreader:seek failed |
Update - When audio is recorded at 16 bit 48000hz output is clear and crisp. When it is recorded at 8 bit 8000hz output is hardly recongnizable. Just some noice in between another noice. |
I solved it! My response on Issue 500. |
@a2ron What you have mentioned i have already done. If i am missing anything pl mention. Thanks |
Hi @baddemiya, Since you are able to get audio output with alsasink from gst-launch-1.0, and you are not getting audio from SampleApp after modifying MediaPlayer.cpp, I think we need to see additional logging for further clues. Can you re-run cmake with Thanks, |
Hi @baddemiya, There has been no further traffic since Ken's last request for more info over two weeks ago, so I am closing this issue. Please feel free to re-open it if you have more information or this issue has been closed in error. Thank you, |
IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.
Briefly summarize your issue:
Alexa is performing following functions - listening and thinking. logs have been attached herewith. however it not speaking.
What is the expected behavior?
What behavior are you observing?
Provide the steps to reproduce the issue, if applicable:
Tell us about your environment:
What version of the AVS Device SDK are you using?
Tell us what hardware you're using:
Tell us about your OS (Type & version):
please help find a solution
The text was updated successfully, but these errors were encountered: