GithubHelp home page GithubHelp logo

reejit / magnaluna Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danog/magnaluna

0.0 0.0 0.0 356 KB

Telegram webradio based on MadelineProto and libtgvoip

License: GNU Affero General Public License v3.0

PHP 58.40% HTML 41.60%

magnaluna's Introduction

magnaluna webradio

Build Status

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

Screenshot

Try it on Telegram @magicalcrazypony!

Created by Daniil Gentili.

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

magnaluna's People

Contributors

danog avatar reejit avatar nabikaz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.