max / audiofiles
1 file changed,
+6 insertions,
-0 deletions
| @@ -1,5 +1,11 @@ | |||
| 1 | 1 | //! Core library for audiofiles: sync-only sample storage, VFS, tags, and analysis. No UI or async. | |
| 2 | 2 | //! | |
| 3 | + | //! # Design | |
| 4 | + | //! | |
| 5 | + | //! The DAWless positioning, the hybrid tag-classifier design, and the deploy/ | |
| 6 | + | //! distribution notes live in the maintainer wiki. | |
| 7 | + | //! <!-- wiki: af-overview --> | |
| 8 | + | //! | |
| 3 | 9 | //! ## Module Overview | |
| 4 | 10 | //! | |
| 5 | 11 | //! ### Storage & Organization |