Skip to content

tomaszbiegacz/altPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music player

Dependencies:

  • developed in Visual Studio Code under Ubuntu
  • dev tools: GCC, CMake, cpplint

Build it with

cmake -S . -B build
cmake --build build

Bridge

Brige can be used to start player in server mode to receive commands from the network or select a file to play it via ALSA.

Start with playing single WAV file

./build/altBridge -f ~/Music/test/HotelCalifornia.wav -v --log-output=./build/output.txt

Verbose diagnostics will be written into the ./build/output.txt.

See all parameters with

./build/altBridge --help

Reference

File format documentation:

Used libraries:

Development reference:

IDE reference:

Releases

No releases published

Packages

No packages published