📗
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
  • Overview
  • MediaFormats

Was this helpful?

  1. Platforms

Android

PreviousOverviewNextiOS

Last updated 4 years ago

Was this helpful?

Overview

Once you have added the Sounds dependency to you pubspec.yaml you need to modify your Android AndroidManifest.xml file.

Added the following permissions to AndroidManifest.xml:

<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

MediaFormats

For a complete list of Audio Codecs supported on Android

https://developer.android.com/guide/topics/media/media-formats