rafaelmardojai / blanket

Listen to different sounds
GNU General Public License v3.0
1.38k stars 103 forks source link

uses slightly more cpu than other audio players #342

Closed olumolu closed 7 months ago

olumolu commented 7 months ago

Don't know why but it uses more cpu in system As compare to other music player hence i recommend to make it use less cpu as cpu is important cor laptops which are running on battery.

rafaelmardojai commented 7 months ago

Duplicated of #314.

Blanket has the limitation of using a player object per sound, so it uses more CPU than any other GStreamer (the multimedia library used by Blanket) application that only plays one track at a time.

This is planned to be improved by a rewrite of the playback code (#313) that is still a work in progress.