jmwoloso / linamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

License:GNU General Public License v3.0


Languages

Language:C++ 89.6%Language:Python 7.7%Language:QMake 1.0%Language:C 0.7%Language:Shell 0.5%Language:CMake 0.5%