
implementation("io.github.nadeemiqbal:voice-message-audio:0.3.1")Drop-in audio capture for voice-message. Implements VoiceAudioCapture on every CMP target: MediaRecorder on Android, AVAudioRecorder on iOS, javax.sound.sampled on Desktop, MediaRecorder + AnalyserNode on Web. Pair with rememberVoiceRecorderState for a fully working hold-to-record voice messaging UI without BYO audio plumbing.