Posts: 13,416
Threads: 304
Joined: Mar 2018
Reputation:
543
In moodeutl -m you might see RAM_USED% increase a bit as song files in the Playlist are added to the cache by the MPD algorithm.
It will be interesting to see how it works in practice.
Posts: 1,538
Threads: 106
Joined: Mar 2018
Reputation:
73
I have created and used a ramdisk for playback in the past but abandoned it as being too clunky (had to load files via cli) and of little audible improvement.
However, the input cache option for MPD appears far more friendly and given how little ram a Pi4 uses then a useful amount could be allocated to cache :-)
I have to agree that MPD 0.22 is a winner and I'm looking forward to see if the cache option will be noticeable with it.
Bob.
----------
bob
Posts: 13,416
Threads: 304
Joined: Mar 2018
Reputation:
543
You can try it out yourself with 0.22~git (wait till it rebuilds the database after switching to it)
sudo nano /etc/mpd.conf
add this input block
input_cache {
size "1 GB"
}
then sudo systemctl restart mpd