Music controller plugin for Steam OS

This is very WIP plugin for adding the native (MPRIS) media controls to the SteamOS Plugin Loader. Changes Required to the Plugin Loader To load the plugin, I had to do the following changes to the plugin_loader.service from the Plugin Loader in order to be able to connect to the User’s info instead of the Root’s. Hopefully this won’t be required for future versions [Service] User=deck Group=deck Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus … GitHub View Github    

Read more

A music sharing telegram robot using Redis database and Telebot python library using Redis database

Summary NovaMusic is a music sharing robot. Users can get music and music lyrics using inline queries. Users can send music to robot and robot saves the music in the database. This is how music database grows up. I used Redis nosql database for this project. You can create a free Redis online database, use this link. Plans Create lyricsfreak.com API Done -> LyricsFk Environment Create a file named .env in the directory and add all the variables there. An […]

Read more

An easy-to-use soundfonts loader and audio renderer in python

This is an easy-to-use soundfonts loader and audio renderer in python. This is probably the most handy soundfont loader and renderer via pure programming at the time I am writing now (2021/8/29). This is a python package, it can load any soundfont files, including sf2 and sf3, you can listen to every preset in every bank in the soundfont files that are loaded using very simple syntax, export audio files for each note in a pitch range for any instruments […]

Read more

Carousel Personalization in Music Streaming Apps with Contextual Bandits

Carousel Personalization in Music Streaming Apps with Contextual Bandits – RecSys 2020This repository provides Python code and data to reproduce experiments from the article Carousel Personalization in Music Streaming Apps with Contextual Bandits published in the proceedings of the 14th ACM Conference on Recommender Systems (RecSys 2020 – Best Short Paper Candidate). Carousel Personalization Media services providers, such as the music streaming platform Deezer, often leverage swipeable carousels to recommend personalized content to their users. These carousels are ranked lists […]

Read more

Music library streaming app written in Flask & VueJS

djtaytay This is a little toy app made to explore Vue, brush up on my Python, and make a remote music collection accessable through a web interface. It has a rudimentary file browser. Additionally, it decodes files using ffmpeg, reencodes as webm vorbis and streams them to the browser. This is an active work in progress. Notably, it needs better authentication, validation against the user input to ffmpeg, and better UI controls. How to set up a test environment Prerequisites: […]

Read more

An easy to use Spotify like app to manage and listen to your favorites musics

DeepMusic DeepMusic is an easy to use Spotify like app to manage and listen to your favorites musics. Technically, this project is an Android Client and its entire RPC / MOM backend. After being recorded, the input sequence is transcribed by the Android SpeechToText API provided natively on Android. Then, the transcription is provided to an homemade named entity recognition system which is done with Flair to identify semantic entities such like: Artist(s), Music Name, Order, … In response of […]

Read more

Make visual music sheets for thatskygame

sky-python-music-sheet-maker This program lets you make visual music sheets for Sky: Children of the Light. It will ask you a few questions, and does not require previous knowledge of the command line to run. Usage Installation The program requires Python >= 3.6 and the following packages: PIL (preferably pillow) import_resources (for Python < 3.8) pyYaml mido (optional: for generating midi output) requests (optional: for generating a link to skymusic.herokuapp.com) The program can be installed by simply unzipping the code on [...]

Read more