create
fun create(outputPath: String, config: SonixRecorderConfig = SonixRecorderConfig.VOICE, audioSession: AudioMode = AudioMode.RECORDING): SonixRecorder
Create recorder with configuration.
Return
Ready-to-use SonixRecorder
Parameters
output Path
Path where the recording will be saved
config
Recorder configuration (default: VOICE)
audio Session
Audio session mode - configures system audio automatically (default: RECORDING)