docs(legal): list speech.h as the third user-supplied file (match install pages)#19
Merged
Merged
Conversation
…tall pages) The Cycle 16 install pages tell users to supply THREE files into services/voice-server/vendor/ (spchapi.exe, tv_enua.exe, sdk/include/speech.h), but docs/legal-and-assets.md — where those pages send users to source them — still described only TWO installers and never mentioned speech.h. Users hit that contradiction on click. - §2 now lists speech.h (the SAPI4 SDK header) as the third required file at its exact drop path services/voice-server/vendor/sdk/include/speech.h, explains what it's for (compiling the voice bridge), and gives it the same honest IP posture as the binaries (Microsoft © 1994-1998, all rights reserved; user-supplied, never committed/redistributed/auto-fetched — ADR-0006/ADR-0027). Notes the build fails loudly with the exact path if it's missing. - "Where to get them": speech.h comes from the SAPI4 SDK (the LouisGameDev archive already listed; community SAPI4 SDK mirrors such as miranda-ng) — named as a source category, no proprietary hot-link, matching the doc's existing style. - File count made consistent: "two installers" → three files; TETYYS line clarified to "the two runtime binaries"; posture summary adds the SAPI4 SDK header. Docs only — no code. Install pages and the legal doc now agree on three files (verified). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small doc fix — close a contradiction
The Cycle 16 install pages tell users to supply three files into
services/voice-server/vendor/(spchapi.exe,tv_enua.exe,sdk/include/speech.h), butdocs/legal-and-assets.md— where those pages send users to source the files — still described only two installers and never mentionedspeech.h. A user following the link hit that contradiction.Changes (docs/legal-and-assets.md only)
speech.has the third required file at its exact drop pathservices/voice-server/vendor/sdk/include/speech.h, explains it's the SAPI4 SDK header used to compile the voice bridge, and gives it the same honest IP posture as the binaries —Copyright 1994-1998 Microsoft Corporation. All rights reserved., user-supplied, never committed / redistributed / auto-fetched (ADR-0006 / ADR-0027). Notes the build fails loudly with the exact path if it's missing.speech.hships inside the SAPI4 SDK — named as a source category (the LouisGameDev archive already listed; community SAPI4 SDK mirrors such as miranda-ng), no proprietary hot-link, matching the doc's existing style.Verified
speech.h; no lingering "two installers/binaries/files" anywhere; no new hot-link to the proprietary header; all 144 relative.mdlinks resolve.Does not merge.
🤖 Generated with Claude Code