Skip to content

Commit 6c242fb

Browse files
committed
update README
1 parent 3a9844e commit 6c242fb

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ A low-level audio plugin for Flutter.
33
[![Pub Version](https://img.shields.io/pub/v/flutter_soloud?logo=dart)](https://pub.dev/packages/flutter_soloud)
44
[![style: very good analysis](https://img.shields.io/badge/style-very_good_analysis-B22C89.svg)](https://pub.dev/packages/very_good_analysis)
55

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|
910

1011
## Overview
1112

@@ -17,10 +18,13 @@ A high-performance audio plugin designed primarily for games and immersive appli
1718
- 🎮 3D positional audio with Doppler effect
1819
- 🔄 Gapless looping and streaming
1920
- 📊 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
2124
- 🌊 Waveform generation and visualization
2225
- 🔊 Multiple voices, playing different or even the same sound multiple times
2326
- 🎵 Support for MP3, WAV, OGG, and FLAC
27+
- ⏱️ Read audio data samples from a file with a given time range
2428
- 🔄 Stream audio from given audio data with buffering support for PCM and Opus
2529
- 🌊 Generate waveforms in real-time with various types (sine, square, saw, triangle, etc.)
2630

0 commit comments

Comments
 (0)