File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
examples/multimodal/multimodal Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 11[submodule "protos "]
22 path = protos
33 url = https://github.com/fishjam-cloud/protos.git
4- branch = " agent-capture-image"
Original file line number Diff line number Diff line change 66from .config import FISHJAM_ID , FISHJAM_TOKEN
77from .worker import BackgroundWorker
88
9- print ("Fishjam ID" , FISHJAM_ID )
109fishjam = FishjamClient (FISHJAM_ID , FISHJAM_TOKEN )
1110
1211
@@ -35,6 +34,3 @@ def _create_agent(self):
3534 ),
3635 self ._worker ,
3736 )
38-
39- def get_agent (self ):
40- return self .agent
Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ def GEMINI_OUTPUT_AUDIO_SETTINGS(self) -> OutgoingAudioTrackOptions:
104104 encoding = TrackEncoding .TRACK_ENCODING_PCM16 ,
105105 sample_rate = 24_000 ,
106106 channels = 1 ,
107- metadata = {"type" : "microphone" },
108107 )
109108
110109 @property
You can’t perform that action at this time.
0 commit comments