📗
sounds
  • Introduction
  • Installing
  • Roadmap
  • API
    • Overview
    • AudioSource
    • Albums
    • Downloader
    • iOSCategory
    • MediaFormat
    • Monitoring
    • Quickplay
    • RecorderPlaybackController
    • SoundPlayer
    • SoundPlayerUI
    • SoundRecorder
    • SoundRecorderUI
    • Track
  • Platforms
    • Overview
    • Android
    • iOS
  • Contributing
    • Overview
    • Building
    • Debugging
    • Logging
  • ETC
    • Migrating from Flutter Sound
Powered by GitBook
On this page

Was this helpful?

  1. API

AudioSource

When recording the AudioSource class defines the what where the audio is capture from.

The following sources are supported:

Note: not all sources are supported on all devices or platforms.

Source

Description

defaultSource

mic

The microphone.

voiceUplink

voiceDownlink

camcorder

voiceRecognition

voiceCommunication

remoteSubmix

unprocessed

radioTuner

hotword

PreviousOverviewNextAlbums

Last updated 4 years ago

Was this helpful?