Best android open-source packages and libraries.

Coast_audio

Real-Time audio processing library written in Dart.
Updated 1 month ago

Overview

logo_banner.png

demo.gif

coast_audio is a high performance audio processing library written in dart.
This repository contains four packages.

  • A core implementations for audio processing on Dart.
  • Contains node graph system, audio buffer management, codec, etc.
  • Does not include any playback or capture capabilities.
  • An extension package to add many audio capabilities by using miniaudio.
  • Use this package if you want to play, capture and/or filter the audio.
  • You have to link with the mabridge library in your app. (See the setup section for more details.)
  • A convenient package which handles mabridge linking automatically.
  • An extension package runs FFT spectrum analysis.