mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:07:33 +00:00
[resampler] Allow resampler to passthrough bits per sample instead of converting (#16892)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -7,3 +7,8 @@ speaker:
|
||||
- platform: resampler
|
||||
id: resampler_speaker_id
|
||||
output_speaker: resampler_i2s_speaker_id
|
||||
bits_per_sample: 16
|
||||
- platform: resampler
|
||||
id: resampler_speaker_2_id
|
||||
output_speaker: resampler_speaker_id
|
||||
bits_per_sample: passthrough
|
||||
|
||||
Reference in New Issue
Block a user