From 5aecb343f671cfbfc2594199cdecc7af5a620c3c Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Wed, 30 Jul 2025 19:00:54 +0200 Subject: [PATCH] Return full audio settings --- ...-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml | 14 +++++++------- ...ltimate-Easy-ESPHome_standard_media_player.yaml | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml index ce02afa..666cf91 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml @@ -178,11 +178,11 @@ speaker: i2s_dout_pin: GPIO15 i2s_audio_id: if_i2s_audio i2s_comm_fmt: stand_msb - channel: mono - # timeout: never - # bits_per_sample: 16bit - # sample_rate: 48000 - # buffer_duration: 500ms + channel: stereo + timeout: never + bits_per_sample: 16bit + sample_rate: 48000 + buffer_duration: 500ms switch: - id: sw_speaker_amplifier @@ -190,8 +190,8 @@ switch: platform: gpio pin: number: GPIO26 - inverted: true - restore_mode: ALWAYS_OFF + inverted: false + restore_mode: ALWAYS_ON internal: true entity_category: config ... diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_standard_media_player.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_standard_media_player.yaml index 25255e9..98c2733 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_standard_media_player.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_standard_media_player.yaml @@ -29,14 +29,14 @@ media_player: task_stack_in_psram: false announcement_pipeline: speaker: announcement_spk_resampling_input - # format: WAV - # num_channels: 1 - # sample_rate: 48000 + format: WAV + num_channels: 1 + sample_rate: 48000 media_pipeline: speaker: media_spk_resampling_input - # format: FLAC - # num_channels: 1 - # sample_rate: 48000 + format: FLAC + num_channels: 1 + sample_rate: 48000 script: - id: !extend dump_config_list_packages