@@ -3,9 +3,10 @@ A low-level audio plugin for Flutter.
3
3
[ ![ Pub Version] ( https://img.shields.io/pub/v/flutter_soloud?logo=dart )] ( https://pub.dev/packages/flutter_soloud )
4
4
[ ![ style: very good analysis] ( https://img.shields.io/badge/style-very_good_analysis-B22C89.svg )] ( https://pub.dev/packages/very_good_analysis )
5
5
6
- | Linux| Windows| Android| MacOS| iOS| web|
7
- | :-:| :-:| :-:| :-:| :-:| :-:|
8
- | 💙| 💙| 💙| 💙| 💙| 💙|
6
+ || Linux| Windows| Android| MacOS| iOS| Web|
7
+ | -| :-:| :-:| :-:| :-:| :-:| :-:|
8
+ | Support| 💙| 💙| 💙| 💙| 💙| 💙|
9
+ | Minimum Version| Any| Any| 21| 10.15| 13.0| Any|
9
10
10
11
## Overview
11
12
@@ -17,10 +18,13 @@ A high-performance audio plugin designed primarily for games and immersive appli
17
18
- 🎮 3D positional audio with Doppler effect
18
19
- 🔄 Gapless looping and streaming
19
20
- 📊 Get audio wave and/or FFT audio data in real-time (useful for visualization)
20
- - 🎛️ Rich effects system (reverb, echo, filters, etc.)
21
+ - 🎛️ Rich effects system (reverb, echo, limiter, bassboost, etc.)
22
+ - ⚙️ Faders for attributes (e.g. fade out for 2 seconds, then stop)
23
+ - 🎚️ Oscillators for attributes
21
24
- 🌊 Waveform generation and visualization
22
25
- 🔊 Multiple voices, playing different or even the same sound multiple times
23
26
- 🎵 Support for MP3, WAV, OGG, and FLAC
27
+ - ⏱️ Read audio data samples from a file with a given time range
24
28
- 🔄 Stream audio from given audio data with buffering support for PCM and Opus
25
29
- 🌊 Generate waveforms in real-time with various types (sine, square, saw, triangle, etc.)
26
30
0 commit comments