The radio project, development of the streaming software itself and things related to it.
  • C++ 95.8%
  • CMake 4.2%
Find a file
2020-09-12 19:05:59 +02:00
cmake Use the THFMR2 provided FindOpus 2019-10-15 04:28:48 +02:00
dist/x86_64 Move PKGBUILD to arch specific dir 2020-07-03 16:22:44 +02:00
source Fix several bugs 2020-08-12 22:08:32 +02:00
.clang-format Merge pull request #1 in THFMR/touhoufm.player from feature/fixing-warnings to development 2018-10-30 21:14:00 +01:00
.gitignore Move PKGBUILD to arch specific dir 2020-07-03 16:22:44 +02:00
CMakeLists.txt Fix several bugs 2020-08-12 22:08:32 +02:00
LICENSE Add LICENSE 2020-09-12 19:05:59 +02:00
README.md Add build badges 2020-07-05 11:50:36 +02:00

TouHouFM Radio 2 (THFMR2) Player

DEV: Build Status | REL: Build Status

This CMake project builds the TouHouFM Player daemon. It can play TTA files with a given offset and given duration. It expects input from a provider (either THFMR2Provider or THFMR2Playlist).

Requirements

This project needs these THFMR2 components:

Usage

Building:

mkdir build
cd build
cmake ..
cmake --build .

Installing:

# Inside build directory
cmake --build . --target install