1
0
mirror of https://github.com/danog/magnaluna.git synced 2024-11-26 19:44:46 +01:00
Go to file
2019-10-28 19:28:09 +01:00
.gitignore First commit 2019-10-28 19:26:45 +01:00
.php_cs.dist First commit 2019-10-28 19:26:45 +01:00
.travis.yml First commit 2019-10-28 19:26:45 +01:00
composer.json First commit 2019-10-28 19:26:45 +01:00
LICENSE Add license 2019-10-28 19:28:09 +01:00
magna.php First commit 2019-10-28 19:26:45 +01:00
README.md First commit 2019-10-28 19:26:45 +01:00

magnaluna webradio

Telegram webradio with advanced features like call programming and real-time call stats based on MadelineProto and libtgvoip.

Created by Daniil Gentili (https://daniil.it).

Installation

wget https://github.com/danog/magnaluna/raw/master/magna.php && php magna.php

Don't forget to install the required dependencies for MadelineProto.

Converting songs

In order to play songs, they must be first converted to raw PCM format (support for OGG OPUS files will be added soon):

ffmpeg -i anyaudioorvideo.mp3 -f s16le -ac 1 -ar 48000 -acodec pcm_s16le mysong.raw