fluffychat/lib
wcjord f6a048ca3e
feat: embed STT transcription in audio event content (#5731)
* feat: embed STT transcription in audio event content

Before sending the audio event, the client now fetches the STT
transcript first, then embeds it under 'user_stt' in the event
content. This mirrors the 'original_sent' pattern for text messages
and lets the bot read the transcript immediately without downloading
audio or calling choreo.

- Add ModelKey.userStt constant
- Rewrite onVoiceMessageSend to get transcript before sending audio
- Update getSpeechToTextLocal() to check userStt before botTranscription

* chore: replace inaccurate comment with TODO referencing #5730

* formatting

* fix pangea comments

* feat: make stt translations relate to pangea message events instead of stt representation events

* clean up pangea event types

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2026-02-18 12:39:38 -05:00
..
config Fluffychat merge 2 (#5590) 2026-02-10 08:01:12 -05:00
l10n feat: unsubscribed page in vocab practice (#5694) 2026-02-13 14:36:40 -05:00
pages feat: embed STT transcription in audio event content (#5731) 2026-02-18 12:39:38 -05:00
pangea feat: embed STT transcription in audio event content (#5731) 2026-02-18 12:39:38 -05:00
utils feat: embed STT transcription in audio event content (#5731) 2026-02-18 12:39:38 -05:00
widgets chore: disable polls in bot DMs, fix avatar defaults (#5623) 2026-02-10 10:59:32 -05:00
main.dart Fluffychat merge 2 (#5590) 2026-02-10 08:01:12 -05:00