Skip to content

Commit 6ac89dc

Browse files
committed
Log when audio data is played
1 parent 6d24281 commit 6ac89dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/LiveSession.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ internal constructor(
412412
}
413413
yield()
414414
} else {
415+
println("Playing audio data")
415416
/**
416417
* We pause the recording while the model is speaking to avoid interrupting it because of
417418
* no echo cancellation

0 commit comments

Comments
 (0)