Skip to content

Commit

Permalink
Add changelog and rename examples
Browse files Browse the repository at this point in the history
  • Loading branch information
markbackman committed Dec 14, 2024
1 parent 269ea24 commit 30ed7cc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added timestamped conversation transcript support:

- New `TranscriptProcessor` that builds chronological transcripts.
- New frame types `OpenAILLMContextUserTimestampFrame` and
`OpenAILLMContextAssistantTimestampFrame`.
- Messages emitted with ISO 8601 timestamps indicating when they were spoken.
- Supports all LLM formats (OpenAI, Anthropic, Google) via standard message
format.
- New examples: `28a-transcription-processor-openai.py`,
`28a-transcription-processor-openai.py`, and
`28a-transcription-processor-openai.py`.

- Add support for more languages to ElevenLabs (Arabic, Croatian, Filipino,
Tamil) and PlayHT (Afrikans, Albanian, Amharic, Arabic, Bengali, Croatian,
Galician, Hebrew, Mandarin, Serbian, Tagalog, Urdu, Xhosa).
Expand Down

0 comments on commit 30ed7cc

Please sign in to comment.