Commit bf68cae
committed
feat(0.10.0): Phase 8 — Speak REST polish and STT/TTS shared cleanup
8a. Speak REST: add speed, callback, callback_method, tag, mip_opt_out
8b. Speak Model: replace 13-variant enum with newtype + const fn
constructors for all 62 spec'd Aura voices, plus Model::custom
8c. STT: add mip_opt_out builder
8d. STT WS enum extensions: Encoding::{Alaw, OggOpus},
Redact::AggressiveNumbers, CallbackMethod::{GET, DELETE}
8e. Drop undocumented STT fields: ner, alternatives,
diarize_version, keyword_boost_legacy, ListenMetadata.language
BREAKING CHANGE: speak::options::Model variants → constructors
(e.g. Model::AuraAsteriaEn → Model::aura_asteria_en()),
Model::CustomId(s) → Model::custom(s). Removes deprecated STT
fields listed above.1 parent e3292b1 commit bf68cae
10 files changed
Lines changed: 328 additions & 220 deletions
File tree
- examples
- speak
- rest
- websocket
- transcription/rest
- src
- common
- speak
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 65 | | |
72 | 66 | | |
73 | 67 | | |
| |||
0 commit comments