#M5 Atom voice assistant & media player doesn't work

1 messages · Page 1 of 1 (latest)

stiff marsh
#

@hazy summit I tried the new config and it still doesn't work. This is what shows up on the logs.

␛[0;36m[D][esp_adf_pipeline:400]: Called deinit_all␛[0m
␛[0;36m[D][esp-idf:000]: ␛[0;32mI (2358994) AUDIO_PIPELINE: audio_pipeline_unlinked␛[0m
␛[0m
␛[0;36m[D][esp-idf:000]: ␛[0;33mW (2358995) AUDIO_ELEMENT: [http] Element has not create when AUDIO_ELEMENT_TERMINATE␛[0m
␛[0m
␛[0;36m[D][esp-idf:000]: ␛[0;33mW (2358995) AUDIO_ELEMENT: [decoder] Element has not create when AUDIO_ELEMENT_TERMINATE␛[0m
␛[0m
␛[0;36m[D][esp-idf:000]: ␛[0;33mW (2358998) AUDIO_ELEMENT: [i2s_out] Element has not create when AUDIO_ELEMENT_TERMINATE␛[0m
␛[0m
␛[0;36m[D][esp-idf:000]: ␛[0;32mI (2359008) I2S: DMA queue destroyed␛[0m
␛[0m
␛[0;36m[D][esp_adf_pipeline:302]: State changed from STOPPING to UNINITIALIZED␛[0m
␛[0;32m[I][adf_media_player:135]: got new pipeline state: 0␛[0m
#

And the led color never changes, idk if that means voice assistant never stops running or something. Could it be because keep_pipeline_alive is false?

media_player:
  - platform: adf_pipeline
    id: adf_media_player
    name: m5stack-atom-echo
    keep_pipeline_alive: false
    internal: false
    pipeline:
      - self
      - adf_i2s_out```
hazy summit
#

just comparing to a config i have here.. try setting to true

#

this is what I have for the s3box which should be similar as far as config

media_player:
  - platform: adf_pipeline
    id: adf_media_player
    name: s3-box_media_player
    internal: false
    keep_pipeline_alive: true
    announcement_audio:
      sample_rate: 24000
      bits_per_sample: 16
      num_channels: 1
    pipeline:
      - self
      - resampler
      - adf_i2s_out
#

im away for a while now as need to sleep. I will flash my test Atom when I wake up and see how it reacts for me. and will post back in here

stiff marsh
#

Alright thank you for the help. I'll try that and send a message here if it works but I won't @ you anymore

stiff marsh