File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/main/kotlin/com/google/firebase/ai/type Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- version =99.9.0
15+ version =17.3.1
1616latestReleasedVersion =17.3.0
Original file line number Diff line number Diff line change @@ -293,7 +293,6 @@ internal constructor(
293293 Json .encodeToString(
294294 BidiGenerateContentRealtimeInputSetup (mediaChunks.map { (it.toInternal()) }).toInternal()
295295 )
296- println (" Sending $jsonString " )
297296 session.send(Frame .Text (jsonString))
298297 }
299298 }
@@ -400,7 +399,6 @@ internal constructor(
400399 if (it.interrupted) {
401400 playBackQueue.clear()
402401 } else {
403- println (" Queuing audio parts from model" )
404402 val audioParts = it.content?.parts?.filterIsInstance<InlineDataPart >().orEmpty()
405403 for (part in audioParts) {
406404 playBackQueue.add(part.inlineData)
@@ -438,7 +436,6 @@ internal constructor(
438436 }
439437 delay(0 )
440438 } else {
441- println (" Playing audio data" )
442439 /* *
443440 * We pause the recording while the model is speaking to avoid interrupting it because of
444441 * no echo cancellation
You can’t perform that action at this time.
0 commit comments