Add input/output transcription to live audio example#10
Add input/output transcription to live audio example#10makelinux wants to merge 1 commit intogoogle-gemini:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request adds support for input and output audio transcriptions in the command-line Python client. The CONFIG is updated to enable these features, and the receive_audio function now processes transcription data from the server, printing it to the console with specific formatting. Feedback was provided to ensure consistent newline handling for input transcriptions, matching the logic used for output transcriptions.
6683121 to
bb8be10
Compare
9f2a676 to
0834187
Compare
Enable text transcription alongside audio streaming. Output transcription prints inline, input transcription in italic. Newlines separate input from output and after sentence-ending punctuation. Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
0834187 to
cabf60d
Compare
Summary
Test plan
command-line/python/main.pyand verify transcription text appears.!?🤖 Generated with Claude Code