We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba17be commit 82aca53Copy full SHA for 82aca53
1 file changed
README.md
@@ -7,7 +7,7 @@ You can test SEA in your browser here: [https://daninet.github.io/sea-codec/](ht
7
### Key Features
8
9
- **Fast, low complexity, time-domain compression.** The decoder fits into ~250 lines of C code.
10
-- Ideal for **low-power** embedded devices, game assets, and live streaming.
+- Ideal for **low-power** embedded devices, game assets, and live streaming. Supports `no-std` environments.
11
- **Flat frequency response:** No low-pass filtering is applied, preserving the full frequency range.
12
- **Variable bitrate:** 1.2 - 8.5 bits per sample
13
- Constant and variable bitrate (**CBR** and **VBR**) modes.
0 commit comments