Skip to content

Commit 529fc11

Browse files
authored
Create README.md
1 parent 96c2140 commit 529fc11

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Go Audio Transcoder
2+
3+
A audio transcoding library for Go, supporting AAC, Opus and G.711 codecs.
4+
5+
## Features
6+
7+
- **Multi-codec Support**:
8+
- AAC encoding/decoding
9+
- Opus encoding/decoding
10+
- G.711 A-law/μ-law encoding/decoding
11+
12+
- **Cross-platform**:
13+
- Windows/Linux support via CGO
14+
15+
## Installation
16+
17+
```bash
18+
go get github.com/lkmio/audio-transcoder

0 commit comments

Comments
 (0)