We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f199ef commit e38febdCopy full SHA for e38febd
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/common/util/android.kt
@@ -31,7 +31,7 @@ internal val AudioRecord.minBufferSize: Int
31
/**
32
* Reads from this [AudioRecord] and returns the data in a flow.
33
*
34
- * Will emit a zeroed out buffer when this instance is not recording.
+ * Will yield when this instance is not recording.
35
*/
36
internal fun AudioRecord.readAsFlow() = flow {
37
val buffer = ByteArray(minBufferSize)
0 commit comments