Skip to content

Real-time audio processing library written in dart with ffi

Notifications You must be signed in to change notification settings

aveia/coast_audio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Real-time audio processing library written in dart with ffi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 52.6%
  • C 39.2%
  • CMake 5.9%
  • Swift 1.1%
  • Ruby 0.6%
  • Kotlin 0.3%
  • Other 0.3%