SKKbySSK / coast_audio

Real-Time audio processing library written in Dart.
MIT License
97 stars 12 forks source link

FX on Audio Stream #5

Closed llorenzo closed 8 months ago

llorenzo commented 1 year ago

Hi, this package seems interesting. Low level Audio Processing is missing in Flutter. I thought of an App that can listen to incoming audio and process effects on the stream. Latency at 128 or 256 samples? Is this possible?

SKKbySSK commented 1 year ago

In short, yes. It is technically possible.

You can use MabCaptureDevice and set bufferFrameSize parameter to 128 or 256 frames(samples).

github-actions[bot] commented 8 months ago

This issue is stale because it has been open for 30 days with no activity.