AndroidRecorderConfiguration

Android specific configuration for recording.

Properties

  • **audio_source**: AndroidAudioSource
  • * Defines the audio source. Use AndroidAudioSource.DEFAULT_SOURCE or AndroidAudioSource.MIC.
  • **manage_bluetooth**: bool (default: True)
  • * Try to start a bluetooth audio connection to a headset (Bluetooth SCO).
  • **mute_audio**: bool (default: False)
  • * Mute all audio streams (alarms, music, ring, etc.). Streams are restored after recording stops.
  • **use_legacy**: bool (default: False)
  • * Use the Android MediaRecorder. Advanced recorder is default and offers more features; legacy is stability-oriented.