/
/
/
1{
2 "config_entries": {
3 "resource_warning": {
4 "label": "Sonic Analysis is powerful but resource-intensive: it loads a machine-learning model (CLAP) into memory to analyze how your music sounds. The minimum requirements are 4 GB of RAM, 2 CPU cores and SIMD acceleration (AVX2 on Intel/AMD CPUs, NEON on ARM). For the best experience we recommend 6 GB or more of RAM and 4 CPU cores. On systems near the minimum, or under heavy load, you may still run into out-of-memory situations."
5 },
6 "clap_sampling": {
7 "label": "CLAP quality (windows per track)",
8 "description": "Number of 7-second windows CLAP analyzes per track. More windows produce more representative scalars at linear CPU cost. Thorough is most useful for instrumentalness, where vocals can be missed by a single window.",
9 "options": {
10 "fast": "Fast (1 window)",
11 "balanced": "Balanced (3 windows, 2.4x CPU)",
12 "thorough": "Thorough (8 windows, 6.6x CPU)"
13 },
14 "option_descriptions": {
15 "fast": "One window per track â lowest CPU. Fine for a quick first pass over a large library.",
16 "balanced": "Three windows â the recommended default; good accuracy at moderate CPU cost.",
17 "thorough": "Eight windows â highest accuracy at the highest CPU cost."
18 }
19 }
20 },
21 "errors": {
22 "model_setup_pending": "Sonic Analysis is still preparing its machine-learning model; the first run has to download about 700 MB. The work continues in the background â reload Sonic Analysis once it has had time to finish, or add it again if it is no longer listed.",
23 "model_assets_download_failed": "Sonic Analysis could not download its machine-learning model. Check this server's internet connection and available disk space, then reload Sonic Analysis â or add it again if it is no longer listed.",
24 "prompt_embeddings_unavailable": "Sonic Analysis is missing the precomputed prompt data it needs to score tracks, which means this installation is incomplete."
25 },
26 "manifest": {
27 "description": "Analyses how each track sounds to power similarity, mood-based playlists, and other audio-aware features."
28 }
29}
30