Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeugma440 committed Aug 11, 2024
2 parents 64de771 + ce1279f commit 450201f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Audio Tools Library (ATL) for .NET ![NetCore](https://img.shields.io/badge/.NET%20Core-3.1-lightgrey.svg) ![NetStandard](https://img.shields.io/badge/.NET%20Standard-2.1-lightgrey.svg) ![.NET](https://img.shields.io/badge/.NET-6-lightgrey.svg)
# Audio Tools Library (ATL) for .NET ![NetStandard](https://img.shields.io/badge/.NET%20Standard-2.1-lightgrey.svg) ![.NET](https://img.shields.io/badge/.NET-6-lightgrey.svg)

__Latest stable version__ : [![NuGet](https://img.shields.io/nuget/v/z440.atl.core.svg)](https://www.nuget.org/packages/z440.atl.core/)

Expand Down Expand Up @@ -107,6 +107,7 @@ Extended Module | .XM | | | | R/W (2)
Free Lossless Audio Codec | .FLAC | | R/W | | R/W
Genesis YM2612 | .GYM | | | | R/W
Impulse Tracker | .IT | | | | R/W (2)
Matroska Audio | .MKA | | | | R (6)
Musical Instruments Digital Interface | .MID, .MIDI | | | | R/W (3)
Monkey's Audio | .APE | R/W | R/W | R/W |
MPEG Audio Layer | .MP1, .MP2, .MP3 | R/W | R/W | R/W | |
Expand Down Expand Up @@ -136,6 +137,8 @@ Windows Media Audio/Advanced Systems Format|.WMA, .ASF| | | |R/W|

(5) : Reads audio properties only, due to the rarity of sample CAF files tagged with actual metadata

(6) : Read-only support so far


### DETECTED FIELDS

Expand Down Expand Up @@ -210,6 +213,8 @@ ATL.NET is based on :

* MIDI class 1.5 by Valentin Schmidt & Michael Mlivoncic (code ported from PHP to C# and refactored)

* [SpawnDev.EBML](https://github.com/LostBeard/SpawnDev.EBML) by LostBeard (adjusted to ensure .NET Standard 2.1 compatibility)


## Special thanks for their contributions to...

Expand Down

0 comments on commit 450201f

Please sign in to comment.