/PortAMP

Portable command-line music player for Windows, OS X and Linux

Primary LanguageCMIT LicenseMIT

PortAMP

Copyright (c) Sergey Kosarevsky, 2015-2024

https://github.com/corporateshark/PortAMP

portamp@linderdaum.com

=============================

Portable command-line music player for Windows, OS X and Linux

=============================

Usage:

portamp <filename> [<filename2> ...] [--loop] [--wav-modplug] [--verbose] [--output-file <file.wav>]

Features:

=============================

Clone:

git clone https://github.com/corporateshark/PortAMP --recursive

UNIX build instructions:

sudo apt-get install libopus-dev libopusfile-dev libflac-dev
mkdir build
cd build
cmake .. -G "Unix Makefiles"
make all -j4 -B

Windows build instructions:

mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A x64
start PortAMP.sln

=============================

License:

The source code is available under the terms of the MIT License: https://github.com/corporateshark/PortAMP/blob/master/LICENSE