From 83744eb3f4e8e714f233fe511be5223b34183fc4 Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Sat, 1 Mar 2025 18:30:51 +0100 Subject: [PATCH] Added a performance description to the README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index adfc311..8a88b4a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ The player has its own playlist file format that is similar to extended m3u. [WO | Synchronisation between devices | This should be pretty hard to implement and idk. if i will ever make it, but synchronisation could be pretty practical e.g. if you have multiple audio systems in different rooms. | Not Implemented | | Audio visualization | Firstly, rather simple audio visualization like an oscilloscope would be cool, also something more complicated like [ProjectM](https://github.com/projectM-visualizer/projectm) could be integrated. | Not Implemented | +### Performance + +Currently, Wobuzz is relatively CPU-friendly in comparison to other audio players, but not RAM-friendly. +In comparison to Audacious, Wobuzz uses half as much CPU, but more than double the RAM. +This is because Audacious loads the audio only partially, while Wobuzz loads the entire track and the following one. +In the future, this may get optimized and CPU-usage could increase due to more features. + ## Installation ### Release installation