Skip to content

Commit e38febd

Browse files
committed
Update android.kt
1 parent 8f199ef commit e38febd

File tree

1 file changed

+1
-1
lines changed
  • firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/common/util

1 file changed

+1
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/common/util/android.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ internal val AudioRecord.minBufferSize: Int
3131
/**
3232
* Reads from this [AudioRecord] and returns the data in a flow.
3333
*
34-
* Will emit a zeroed out buffer when this instance is not recording.
34+
* Will yield when this instance is not recording.
3535
*/
3636
internal fun AudioRecord.readAsFlow() = flow {
3737
val buffer = ByteArray(minBufferSize)

0 commit comments

Comments
 (0)