Introduction
NextAudio is a library focused in audio operations like encoding, decoding, muxing, demuxing, resampling, etc.
It's designed to be to simple to use, but with streaming support and high performance.
Why use NextAudio?
All audio operations like encoding, demuxing, resampling and format conversions is a lot complex to do in your multimedia app, most solutions doesn't exists in the .NET ecosystem or not support platforms differents than windows.
NextAudio is a multiplatform library with high performance that allows you to create audio apps without a lot of headache existing in the "audio topic".
This page was last modified at 10/22/2022 01:51:59 -03:00 (UTC).
Commit Message
Author: Renan Pinheiro
Commit: 46c35686920505bf3d0d850d628048de2b92c836
Write docs guides (#82)
* feat: add initial doc files
* feat: docs
- some fixes in css
- remove theme switcher
- articles and glossary section
- articles/introduction page
* feat: add getting started section
* feat: add matroska doc
* feat: write glossary
* fix: break lines in matroska thanks and references
* fix: typos and grammal errors