Skip to main content

max / makenotwork

2.2 KB · 80 lines History Blame Raw
1 # Audio Hosting
2
3 How to upload audio, how it streams, and how fans download it.
4
5 ---
6
7 ## Supported Formats
8
9 | Format | Extension | Notes |
10 |--------|-----------|-------|
11 | FLAC | `.flac` | Recommended for lossless |
12 | WAV | `.wav` | Accepted |
13 | AIFF | `.aiff` | Accepted |
14 | MP3 | `.mp3` | Accepted as-is |
15 | AAC | `.m4a` | Accepted as-is |
16 | OGG | `.ogg` | Accepted as-is |
17
18 Upload the highest quality source you have. Files are stored as-is and streamed in-browser.
19
20 ---
21
22 ## Streaming
23
24 Audio items get a built-in in-browser player. No app required. Streaming uses your original file: no separate transcoded preview, no quality loss.
25
26 ---
27
28 ## File Limits
29
30 Per-file size limits depend on your [pricing tier]./tiers.md: {{ tier_limits.basic_per_file }} (Basic), {{ tier_limits.small_files_per_file }} (Small Files), {{ tier_limits.big_files_per_file }} (Big Files and Everything). Cover images: {{ tier_limits.basic_per_file }} on all tiers.
31
32 Batch upload: up to 50 files at once.
33
34 ---
35
36 ## Upload Process
37
38 1. Drag files onto the upload area (or click to browse)
39 2. Files upload in parallel with progress indicators
40 3. Add metadata while uploading or after
41 4. Set tags, pricing, visibility
42 5. Save as draft or publish immediately
43
44 ---
45
46 ## Metadata
47
48 **Required:** Title
49
50 **Optional:** Description, genre tags, release date, credits/collaborators, lyrics
51
52 **Auto-extracted:** Title, artist, album, track number, cover art (when embedded in the audio file). Override any auto-extracted value during upload.
53
54 ---
55
56 ## Album Upload
57
58 1. Create a [project]./projects.md first
59 2. Upload all tracks
60 3. Drag to reorder
61 4. Set album-level metadata
62 5. Publish project (publishes all tracks)
63
64 ---
65
66 ## Downloads
67
68 Fans who purchase the item or subscribe to a tier can download the original file directly. No DRM, no device tracking, no per-download fees. Re-downloads allowed anytime.
69
70 To offer multiple formats (e.g., FLAC and MP3), upload them as separate [versions]./items.md#versions of the same item.
71
72 ---
73
74 ## See Also
75
76 - [Video Hosting]./video.md
77 - [Software & Downloads]./software.md
78 - [Items]./items.md: organizing items and projects
79 - [Metadata & SEO]./metadata.md: tags, descriptions, and discoverability
80