Skip to content

Commit c3016d5

Browse files
🌿 Fern Regeneration -- March 25, 2025 (#248)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: twitchard <[email protected]>
1 parent 1f0357a commit c3016d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1368
-2037
lines changed

.mock/definition/tts/__package__.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,26 @@ types:
230230
validation:
231231
min: 1
232232
max: 5
233+
split_utterances:
234+
type: optional<boolean>
235+
docs: >-
236+
Controls how audio output is segmented in the response.
237+
238+
239+
- When **enabled** (`true`), input utterances are automatically split
240+
into natural-sounding speech segments.
241+
242+
243+
- When **disabled** (`false`), the response maintains a strict
244+
one-to-one mapping between input utterances and output snippets.
245+
246+
247+
This setting affects how the `snippets` array is structured in the
248+
response, which may be important for applications that need to track
249+
the relationship between input text and generated audio segments.
250+
When setting to `false`, avoid including utterances with long `text`,
251+
as this can result in distorted output.
252+
default: true
233253
utterances:
234254
docs: Utterances to be converted to speech output.
235255
type: list<PostedUtterance>

.mock/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization" : "hume",
3-
"version" : "0.56.29"
3+
"version" : "0.56.23"
44
}

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[project]
2-
name = "hume"
3-
41
[tool.poetry]
52
name = "hume"
63
version = "0.7.9"
@@ -106,3 +103,6 @@ build-backend = "poetry.core.masonry.api"
106103
examples=["jupyter"]
107104
microphone=["pydub", "simpleaudio", "sounddevice"]
108105
legacy=["pydub"]
106+
107+
[project]
108+
name = "hume"

0 commit comments

Comments
 (0)