-
-
Notifications
You must be signed in to change notification settings - Fork 67
1. Project structure
Zeugma440 edited this page Jul 19, 2023
·
4 revisions
| Folder | Description |
|---|---|
| (root) | Common classes |
| Entities | "Data structure" classes that will be valuated with the data read from audio files |
| AudioData (root) | Here are the main classes you will be calling when using ATL for audio file reading / writing (see Usage / Code Snippets) |
| AudioData/IO | Specialized classes used to read / write binary data from each audio file / tag format |
| AudioData/Interfaces | Standard interfaces to interact with audio data and metadata readers |
| Playlist (root) | Here are the main classes you will be calling when using ATL for playlist reading / writing (see Usage / Code Snippets) |
| Playlist/IO | Specialized classes used to read / write binary data from each playlist format |
| CatalogDataReaders (root) | Here are the main classes you will be calling when using ATL for CUE sheets reading (see Usage / Code Snippets) |
| CatalogDataReaders/BinaryLogic | Specialized classes used to read binary data from each catalog |