Speech sample architecture
Source-backed, high-level architecture notes for Apple sample-code pages grouped in the Speech folder.
- Catalog module label:
Speech - Coverage: 2 / 2 sample pages documented
- Source policy: archive hashes and extracted-tree references are verified locally before analysis
Samples
| Sample | Platforms | High-level architecture | Documented patterns |
|---|---|---|---|
| Bringing advanced speech-to-text capabilities to your app | iOS, iPadOS, Mac Catalyst, macOS | A Swift sample with the source-visible chain SwiftTranscriptionSampleAppApp → ContentView → BufferConverter → Speech APIs. |
Binding-based state propagation |
| Recognizing speech in live audio | iOS, iPadOS, Mac Catalyst | A Swift sample with the source-visible chain AppSceneDelegate → ViewController → IsolatedCaptureSession → Speech APIs. |
View-controller organization, Delegate or data-source callbacks, Actor-isolated state |
Cross-sample signals
Recurring documented patterns
| Pattern label | Sample documents |
|---|
Type-role naming evidence
Counts below are declaration-name suffixes, not inferred patterns.
| Role suffix | Distinct declarations across samples |
|---|---|
View |
2 |
Delegate |
2 |
App |
1 |
Converter |
1 |
Recorder |
1 |
Controller |
1 |
Session |
1 |
Swift access-control evidence
These are declaration occurrences in scanned Swift source, including implicit internal declarations.
| Access level | Occurrences |
|---|---|
implicit internal |
169 |
private |
35 |
public |
9 |
References
Generated from the verified local catalog and completed Markdown documents.