Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nabu] Use speaker output instead of writing to I2S directly #163

Merged
merged 8 commits into from
Oct 17, 2024

Conversation

kahrendt
Copy link
Contributor

@kahrendt kahrendt commented Oct 17, 2024

Outputs audio to a speaker component instead of directly writing to the I2S bus. Requires the merged changes in esphome/esphome#7605. It also modifies the voice assistant component to ensure the speaker code doesn't run, as it should handle all audio out via the media player.

This better compartmentalizes the component, as it will run on any future speaker components.

I will follow up with another PR to revert the external component branch to dev.

Copy link

Firmware built successfully! 🎉

Download and extract the firmware to install with https://web.esphome.io

Make sure to choose home-assistant-voice-esp32s3.factory.bin.

@kahrendt kahrendt force-pushed the kahrendt-20241016-use-speaker-output branch from 6aa779c to 54cfb9d Compare October 17, 2024 13:19
Copy link

Firmware built successfully! 🎉

Download and extract the firmware to install with https://web.esphome.io

Make sure to choose home-assistant-voice-esp32s3.factory.bin.

@kahrendt kahrendt marked this pull request as ready for review October 17, 2024 13:40
@kahrendt kahrendt merged commit 9060b64 into dev Oct 17, 2024
7 checks passed
@kahrendt kahrendt deleted the kahrendt-20241016-use-speaker-output branch October 17, 2024 14:12
@kahrendt kahrendt restored the kahrendt-20241016-use-speaker-output branch October 17, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant