AndroidAudioSource

Inherits: enum.Enum

Android-specific audio source types.

Properties

  • **CAMCORDER**: str = 'camcorder'
  • Microphone audio source tuned for video recording, with the same orientation as the camera, if available.
  • **DEFAULT_SOURCE**: str = 'defaultSource'
  • Default audio source.
  • **MIC**: str = 'mic'
  • Microphone audio source.
  • **REMOTE_SUBMIX**: str = 'remoteSubMix'
  • Audio source for a submix of audio streams to be presented remotely.
  • **UNPROCESSED**: str = 'unprocessed'
  • Microphone audio source tuned for unprocessed (raw) sound if available, behaves like DEFAULT_SOURCE otherwise.
  • **VOICE_CALL**: str = 'voiceCall'
  • Voice call uplink + downlink audio source.
  • **VOICE_COMMUNICATION**: str = 'voiceCommunication'
  • Microphone audio source tuned for voice communications such as VoIP.
  • **VOICE_DOWNLINK**: str = 'voiceDownlink'
  • Voice call downlink (Rx) audio source.
  • **VOICE_PERFORMANCE**: str = 'voicePerformance'
  • Source for capturing audio meant to be processed in real time and played back for live performance (e.g karaoke).
  • **VOICE_RECOGNITION**: str = 'voiceRecognition'
  • Microphone audio source tuned for voice recognition.
  • **VOICE_UPLINK**: str = 'voiceUplink'
  • Voice call uplink (Tx) audio source.