Skip to content

Commit

Permalink
make yaml compatible with original firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrendt committed Aug 11, 2024
1 parent 590daa7 commit d74d7eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions voice-kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1066,22 +1066,22 @@ microphone:
i2s_din_pin: GPIO11
adc_type: external
pdm: false
sample_rate: 48000
sample_rate: 16000 # use 48000 for beta firmware
bits_per_sample: 32bit
i2s_audio_id: i2s_input
channel_1:
id: asr_mic
amplify: false
channel_2:
id: comm_mic
amplify: true
amplify: false # should be true for firmware with two different streams

media_player:
- platform: nabu
id: nabu_media_player
name: Media Player
internal: false
sample_rate: 48000
sample_rate: 16000 # use 48000 for beta firmware
i2s_dout_pin: GPIO10
bits_per_sample: 32bit
i2s_audio_id: i2s_output
Expand Down Expand Up @@ -1109,7 +1109,7 @@ external_components:
- source:
type: git
url: https://github.com/esphome/voice-kit
ref: dev
ref: kahrendt-20240808-microphone-cleanup
components: [i2s_audio, microphone, nabu_microphone, nabu, voice_assistant, media_player, micro_wake_word]
refresh: 0s

Expand Down

0 comments on commit d74d7eb

Please sign in to comment.