/linamp

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Linamp

Music player for embedded project.

Requirements

  • taglib 1.11.1 or newer
  • libasound2-dev
  • libpipewire-0.3-dev
sudo apt install libtag1-dev libasound2-dev libpulse-dev libpipewire-0.3-dev

Development

Debugging memory:

  • Install valgrind
  • In Qt Creator, in the menu bar, click Analyze -> Valgrind Memory Analizer
  • Wait for the app to start (it will be slow), use it and close it, you will get the results then.

Useful links: