forked from deepgram-starters/nextjs-live-transcription
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix: edge case on main the requestTtsAudio of Conversation is wrapped in useCallback which has a dependency of ttsOptions model but the player inside the Nowplaying provider is set on mount, means the when the startAudio is called the player is undefined. * Rever back the values
- Loading branch information
1 parent
dd1ccad
commit e4789fa
Showing
2 changed files
with
55 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters