examples: add foundational/22-natural-conversation.py

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-31 12:06:51 -07:00
parent 018e51e8a3
commit 4dad1bfe49
2 changed files with 174 additions and 0 deletions

View File

@@ -55,6 +55,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue with PlayHTTTSService, where the TTFB metrics were reporting
very small time values.
### Other
- Added a new foundational example 22-natural-conversation.py. This examples
shows how to achieve a more natural conversation detecting when the user ends
statement.
## [0.0.47] - 2024-10-22
### Added