You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: music_assistant/providers/smart_fades/strings.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"config_entries": {
3
-
"single_cpu_warning": {
4
-
"label": "Only 1 CPU core detected on this system. Smart Fades analysis typically takes some CPU time during model inference. Enabling it on single-CPU hosts may cause performance issues and block normal playback. Enable at your own risk."
3
+
"resource_warning": {
4
+
"label": "Smart Fades is powerful but resource-intensive: it loads a machine-learning model into memory to analyze your music. The minimum requirements are 4 GB of RAM, 2 CPU cores and (on Intel/AMD CPUs) AVX2 support. 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."
Copy file name to clipboardExpand all lines: music_assistant/providers/sonic_analysis/strings.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
{
2
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 (on Intel/AMD CPUs) AVX2 support. 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
+
},
3
6
"clap_sampling": {
4
7
"label": "CLAP quality (windows per track)",
5
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.",
"provider.siriusxm.manifest.description": "Stream SiriusXM’s radio, talk, and curated music channels.",
1182
-
"provider.smart_fades.config_entries.single_cpu_warning.label": "Only 1 CPU core detected on this system. Smart Fades analysis typically takes some CPU time during model inference. Enabling it on single-CPU hosts may cause performance issues and block normal playback. Enable at your own risk.",
1182
+
"provider.smart_fades.config_entries.resource_warning.label": "Smart Fades is powerful but resource-intensive: it loads a machine-learning model into memory to analyze your music. The minimum requirements are 4 GB of RAM, 2 CPU cores and (on Intel/AMD CPUs) AVX2 support. 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.",
1183
1183
"provider.smart_fades.manifest.description": "Smart fades analyzes beat and downbeat detection, energy and musical key for smart crossfades.",
1184
1184
"provider.smart_playlist.config_entries.ai_descriptions.description": "When a provider with AI support is available, use it to write a natural-language description for each smart playlist. Falls back to a plain rules summary when no AI provider is available.",
1185
1185
"provider.smart_playlist.config_entries.ai_descriptions.label": "Generate descriptions with AI",
"provider.sonic_analysis.config_entries.resource_warning.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 (on Intel/AMD CPUs) AVX2 support. 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.",
1211
1212
"provider.sonic_analysis.manifest.description": "Analyses how each track sounds to power similarity, mood-based playlists, and other audio-aware features.",
1212
1213
"provider.sonic_similarity.config_entries.discover_diversity.description": "0 keeps results closest to the seeds; 10 maximises variety via MMR (some results may be less similar but more distinct from each other). Traits engine only.",
0 commit comments