Kit > healthstack.kit.sensor > AudioRecorder > Companion

Companion

[androidJvm]
object Companion

Functions

Name Summary
discardRecording

[androidJvm]
fun discardRecording(filePath: String)

getAmplitudes

[androidJvm]
fun getAmplitudes(): Flow<Int>

getInstance

[androidJvm]
fun getInstance(): AudioRecorder

initialize

[androidJvm]
fun initialize(context: Context)

startRecording

[androidJvm]
fun startRecording(filePath: String)

stopRecording

[androidJvm]
fun stopRecording()