Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.47 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.47 KB

Available on NuGet

.NET Ogg Vorbis Encoder

A .NET Ogg Vorbis audio encoding library written entirely in managed code.

How to use

For a demonstration of how to implement the encoder library, see the included example. Note that the file unencoded.raw must be in the current working directory for the example to find it.

Encodings

Currently supports the following encodings:

Sample Rate Range Channels Supported
44100 (40k-50k) 1 [x] Yes
44100 (40k-50k) 2 [x] Yes
44100 (40k-50k) 5.1 [-] Non-Optimal
32000 (26k-40k) 1 [x] Yes
32000 (26k-40k) 2 [x] Yes
22050 (19k-26k) 1 [x] Yes
22050 (19k-26k) 2 [x] Yes
16000 (15k-19k) 1 [x] Yes
16000 (15k-19k) 2 [x] Yes
11025 (9k-15k) 1 [x] Yes
11025 (9k-15k) 2 [x] Yes
8000 (8k-9k) 1 [x] Yes
8000 (8k-9k) 2 [x] Yes
X (50k-200k) 1 [x] Yes
X (50k-200k) 2 [x] Yes
XX (0k-8k) 1 [x] Yes
XX (0k-8k) 2 [x] Yes