Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #222 +/- ##
============================================
+ Coverage 88.12% 88.17% +0.04%
- Complexity 1213 1222 +9
============================================
Files 60 60
Lines 3934 3958 +24
============================================
+ Hits 3467 3490 +23
- Misses 467 468 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Why this is needed?
Why a separate SOUND_GENERATION capability instead of reusing SPEECH_GENERATION?
Speech and sound are fundamentally different audio domains with different provider landscapes, parameters, and use cases:
clash" should not be routed to a speech model.
either advertise a capability they don't fully support or implement awkward routing logic internally.
natural sibling — it completes the audio capability taxonomy without overlap. Merging sound into speech would break the 1:1 mapping between capability enum values and provider model interfaces that the rest of the
architecture relies on.
Test plan