forked from deepgram-starters/nextjs-live-transcription
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: remove erroneous greetings * feat: introducing local VAD concept * Fix next.config.js for vad (#28) * feat: using VAD to barge-in * feat: rescue some of the old barge-in code and fail-safe * feat: use react-nowplaying for audio playback * fix: runtime order of code was confusing * chore: add dev container file [no ci] * fix: only barge-in or fail-safe if the mic is on * fix: play/pause works * fix: controls working for audio and text barge-in and playback * feat: open mic as default * feat: failsafe and barge-in rebuilt using selero VAD --------- Co-authored-by: Ricky Samore <[email protected]>
- Loading branch information
1 parent
c02cb1c
commit 69d2514
Showing
23 changed files
with
1,278 additions
and
477 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for more information: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
# https://containers.dev/guide/dependabot | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "devcontainers" | ||
directory: "/" | ||
schedule: | ||
interval: weekly |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,4 +40,7 @@ next-env.d.ts | |
.contentlayer | ||
|
||
# vscode | ||
.vscode | ||
.vscode | ||
|
||
# container | ||
.devcontainer |
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
Oops, something went wrong.