From b20ce7d655adb5ab87cfd6c9075f6e2a2bf42498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 20 Mar 2025 10:55:11 -0700 Subject: [PATCH] examples: move 07u-interruptible-neuphonic to 07v --- CHANGELOG.md | 10 ++++++++++ ...tible-ultravox.py => 07u-interruptible-ultravox.py} | 0 ...nic-http.py => 07v-interruptible-neuphonic-http.py} | 0 ...ble-neuphonic.py => 07v-interruptible-neuphonic.py} | 0 4 files changed, 10 insertions(+) rename examples/foundational/{07v-interruptible-ultravox.py => 07u-interruptible-ultravox.py} (100%) rename examples/foundational/{07u-interruptible-neuphonic-http.py => 07v-interruptible-neuphonic-http.py} (100%) rename examples/foundational/{07u-interruptible-neuphonic.py => 07v-interruptible-neuphonic.py} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3563229..787be8afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added new `sample_rate` constructor parameter to `TavusVideoService` to allow changing the output sample rate. +- Added new `NeuphonicTTSService`. + (see https://neuphonic.com) + - Added new `UltravoxSTTService`. (see https://github.com/fixie-ai/ultravox) @@ -269,6 +272,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add foundational example `07w-interruptible-fal.py`, showing `FalSTTService`. +- Added a new Ultravox example + `examples/foundational/07u-interruptible-ultravox.py`. + +- Added new Neuphonic examples + `examples/foundational/07v-interruptible-neuphonic.py` and + `examples/foundational/07v-interruptible-neuphonic-http.py`. + - Added a new example `examples/foundational/36-user-email-gathering.py` to show how to gather user emails. The example uses's Cartesia's `` tags and Rime `spell()` function to spell out the emails for confirmation. diff --git a/examples/foundational/07v-interruptible-ultravox.py b/examples/foundational/07u-interruptible-ultravox.py similarity index 100% rename from examples/foundational/07v-interruptible-ultravox.py rename to examples/foundational/07u-interruptible-ultravox.py diff --git a/examples/foundational/07u-interruptible-neuphonic-http.py b/examples/foundational/07v-interruptible-neuphonic-http.py similarity index 100% rename from examples/foundational/07u-interruptible-neuphonic-http.py rename to examples/foundational/07v-interruptible-neuphonic-http.py diff --git a/examples/foundational/07u-interruptible-neuphonic.py b/examples/foundational/07v-interruptible-neuphonic.py similarity index 100% rename from examples/foundational/07u-interruptible-neuphonic.py rename to examples/foundational/07v-interruptible-neuphonic.py