Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix next.config.js for vad #28

Conversation

ricky0123
Copy link

Hi @lukeocodes

Please note the changes to next.config.js that allow the wasm, onnx, and worklet files to be discovered. It would also be possible to copy these files to somewhere else, like the public directory, and configure the vad to look for them there via the modelURL and other parameters, but I think this solution is better. Let me know if you have any problems running it locally with the changes.

What functionality are you hoping to add using the voice activity detector? Were you going to add an audio visualizer, get rid of the manual microphone toggle, etc?

Copy link

vercel bot commented Mar 22, 2024

@ricky0123 is attempting to deploy a commit to the Deepgram Team Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Mar 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
deepgram-conversational-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 26, 2024 3:26pm

@lukeocodes lukeocodes merged commit 488a875 into deepgram-devs:lo/using-ricky0123-vad Mar 27, 2024
2 checks passed
lukeocodes added a commit that referenced this pull request Apr 12, 2024
* 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]>
github-actions bot pushed a commit that referenced this pull request Apr 12, 2024
# [0.2.0](0.1.0...0.2.0) (2024-04-12)

### Bug Fixes

* better look of github stars button ([e67f35a](e67f35a))
* Fix LCP of app ([#30](#30)) ([c02cb1c](c02cb1c))

### Features

* Using local VAD concept ([#26](#26)) ([69d2514](69d2514)), closes [#28](#28)
tauhidulislam100 pushed a commit to PetalC/Deepgram that referenced this pull request Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants