Skip to content

Commit b9fc846

Browse files
committed
Tweaked docs
1 parent 6be7624 commit b9fc846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(c) 2001-2024 M. A. Chatterjee
66

7-
This document is a brief overview of this simple audio compression library for microcontrollers using A-Law (a type of compander). This uses fixed-radix (integer only) math with a small introductory disucssion and use of associated DC-offset correction with an IIR fixed-radix filter.
7+
This document is a brief overview of this simple audio compression library for microcontrollers using A-Law and Mu-Law (a type of compander). This uses fixed-radix (integer only) math with a small introductory disucssion and use of associated DC-offset correction with an IIR fixed-radix filter.
88

99
The code in this repo is suitable for small microcontrollers such as 8 bit and 16 bit families (arduino, 68hc, 8051 ) as well as on 32 bit familes such as ARM, RISC-V, etc.
1010

0 commit comments

Comments
 (0)