Skip to content

Commit b20ce7d

Browse files
committed
examples: move 07u-interruptible-neuphonic to 07v
1 parent 66ba111 commit b20ce7d

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5050
- Added new `sample_rate` constructor parameter to `TavusVideoService` to allow
5151
changing the output sample rate.
5252

53+
- Added new `NeuphonicTTSService`.
54+
(see https://neuphonic.com)
55+
5356
- Added new `UltravoxSTTService`.
5457
(see https://github.com/fixie-ai/ultravox)
5558

@@ -269,6 +272,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
269272

270273
- Add foundational example `07w-interruptible-fal.py`, showing `FalSTTService`.
271274

275+
- Added a new Ultravox example
276+
`examples/foundational/07u-interruptible-ultravox.py`.
277+
278+
- Added new Neuphonic examples
279+
`examples/foundational/07v-interruptible-neuphonic.py` and
280+
`examples/foundational/07v-interruptible-neuphonic-http.py`.
281+
272282
- Added a new example `examples/foundational/36-user-email-gathering.py` to show
273283
how to gather user emails. The example uses's Cartesia's `<spell></spell>`
274284
tags and Rime `spell()` function to spell out the emails for confirmation.

0 commit comments

Comments
 (0)