Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(dialogflow-cx): Example implementation of Streaming Detect Intent with continuous microphone input and audio output #13053

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7cc6181
feat(dialogflow-cx): Dialogflow CX infinit streaming example with mic…
ffeldhaus Jan 12, 2025
3334240
chore(dialogflow-cx) Fix restarting the stream after response message…
ffeldhaus Jan 12, 2025
cdae068
chore(dialogflow-cx): do not capture microphone input when playing audio
ffeldhaus Jan 12, 2025
f47b9be
chore(dialogflow-cx): remove unused reset_stream
ffeldhaus Jan 12, 2025
14fc2d7
Merge branch 'GoogleCloudPlatform:main' into main
ffeldhaus Jan 14, 2025
32a414e
chore(dialogflow-cx): Apply Authoring Guideline improvements
ffeldhaus Jan 14, 2025
c6bcab0
chore(dialogflow-cx): Update dependencies for audio IO streaming
ffeldhaus Jan 14, 2025
50d7da6
Update dialogflow-cx/streaming_detect_intent_infinite.py
ffeldhaus Jan 14, 2025
d8a8dc1
Update dialogflow-cx/streaming_detect_intent_infinite.py
ffeldhaus Jan 14, 2025
0c1b10f
chore(dialogflow-cx): Fix invocation
ffeldhaus Jan 14, 2025
368d246
chore(dialogflow-cx): Remove message on quitting with Exit and Quit
ffeldhaus Jan 16, 2025
21e1fca
chore(dialogflow-cx): Add region tags
ffeldhaus Jan 17, 2025
3f3ed12
chore(dialogflow-cx): Improved and cleaned up documentation.
ffeldhaus Jan 17, 2025
4c14b5a
Merge branch 'GoogleCloudPlatform:main' into main
ffeldhaus Jan 17, 2025
e1e0248
Update region tags to correct format
glasnt Jan 20, 2025
2923fd5
Merge branch 'GoogleCloudPlatform:main' into main
ffeldhaus Jan 23, 2025
da66566
chore(dialoglow-cx): fix race condition when _output_audio_stream is …
ffeldhaus Jan 23, 2025
5b2f5c8
chore(dialogflow-cx): Use correct codeblock syntax in docstring
ffeldhaus Feb 6, 2025
66bfdf4
chore(dialogflow-cx): Code cleanup and refactoring addressing comments
ffeldhaus Feb 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dialogflow-cx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
google-cloud-dialogflow-cx==1.37.0
google-cloud-dialogflow-cx==1.38.0
Flask==3.0.3
python-dateutil==2.9.0.post0
functions-framework==3.5.0
Werkzeug==3.0.6
termcolor==2.5.0
pyaudio==0.2.14
Loading