All Projects → thepirat000 → spleeter-api

thepirat000 / spleeter-api

Licence: MIT License
Audio separation API using Spleeter from Deezer

Programming Languages

C#
18002 projects
powershell
5483 projects
Dockerfile
14818 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to spleeter-api

loudgain
ReplayGain 2.0 loudness normalizer based on the EBU R128/ITU BS.1770 standard (-18 LUFS, FLAC, Ogg, MP2, MP3, MP4, M4A, AAC, ALAC, Opus, ASF, WMA, WAV, AIFF, WavPack, APE)
Stars: ✭ 127 (+64.94%)
Mutual labels:  mp3
arduino-stoerbert
MP3 player for small children - firmware & PCB schematic
Stars: ✭ 31 (-59.74%)
Mutual labels:  mp3
Id3
Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Stars: ✭ 27 (-64.94%)
Mutual labels:  mp3
react-collapse-pane
The splittable, draggable, collapsible panel layout library 🎉
Stars: ✭ 156 (+102.6%)
Mutual labels:  split
godot-FLMusicLib
GDNative library that plays mp3, chiptune and tracker music files using Game Music Emu, Minimp3 and openmpt
Stars: ✭ 38 (-50.65%)
Mutual labels:  mp3
record-encode-audio-from-browser
Record/Encode Audio on Browser using the WebAudio API and "ported" libraries.
Stars: ✭ 55 (-28.57%)
Mutual labels:  mp3
split-on-first
Split a string on the first occurrence of a given separator
Stars: ✭ 68 (-11.69%)
Mutual labels:  split
split
A string split function and iterator for Lua
Stars: ✭ 15 (-80.52%)
Mutual labels:  split
discogstagger
Console based audio-file metadata tagger that uses the Discogs.com API v2 (JSON based). Relies on the Mutagen and discogs-client libraries. Currently supports FLAC and MP3 file types.
Stars: ✭ 65 (-15.58%)
Mutual labels:  mp3
devtube
Laravel YouTube and Online Video viewing and download interface.
Stars: ✭ 30 (-61.04%)
Mutual labels:  mp3
fridgefm-radio-core
Simple lightweight package for creating your own radio station via NodeJS heavily inspired by Shoutcast and Icecast.
Stars: ✭ 32 (-58.44%)
Mutual labels:  mp3
audio-metadata
A library for reading and, in the future, writing audio metadata. https://audio-metadata.readthedocs.io/
Stars: ✭ 41 (-46.75%)
Mutual labels:  mp3
java-stream-player
🌌Java Advanced Audio Controller Library (WAV, AU, AIFF, MP3, OGG VORBIS, FLAC, MONKEY's AUDIO and SPEEX audio formats )
Stars: ✭ 112 (+45.45%)
Mutual labels:  mp3
audio-tag-analyzer
Extracts metadata music metadata found in audio files
Stars: ✭ 18 (-76.62%)
Mutual labels:  mp3
go-xmp
A native Go SDK for the Extensible Metadata Platform (XMP)
Stars: ✭ 36 (-53.25%)
Mutual labels:  mp3
Music-Discord-Bot
A music Discord bot with more than 30+ commands which allows to play music on your server efficiently. Supports Youtube, Spotify, Deezer and Soundcloud links. Skips intros and blanks in the music with Sponsorblock.
Stars: ✭ 57 (-25.97%)
Mutual labels:  deezer
Deemixrr
deemixrr manages your artists and playlists completely automated. You add your favorite artists and playlists, and deemixrr does the rest for you.
Stars: ✭ 101 (+31.17%)
Mutual labels:  deezer
Mp3ID3Tagger
🎶🎵A macOS application to edit the ID3 tag of your mp3 files. Developed with RxSwift and RxCocoa. 🎸🎼
Stars: ✭ 17 (-77.92%)
Mutual labels:  mp3
NLayer
MPEG 1 & 2 Decoder for Layers 1, 2, & 3
Stars: ✭ 79 (+2.6%)
Mutual labels:  mp3
gn-api-sdk-node
SDK em NodeJS integrada a API Gerencianet. Esta SDK está preparada para integração à API Pix e API Boletos da Gerencianet, que lhe permite realizar o gerenciamento de cobranças Pix com QR Code e Pix Copia e Cola, boleto/Bolix, carnê, cartão de crédito e muito mais.
Stars: ✭ 33 (-57.14%)
Mutual labels:  split

spleeter-api drawing

Audio separation API using Spleeter (CPU or GPU) from Deezer Research.

Spleeter is A Fast And State-of-the Art Music Source Separation Tool With Pre-trained Models. Authors: Romain Hennequin, Anis Khlif, Felix Voituret and Manuel Moussallam

Live demo: https://thepirat000.github.io/spleeter-api/

alt text

This tool allows to split the audio of a youtube video or any .mp3:

  • Enter a YouTube URL and get isolated mp3s for each part (i.e. Bass.mp3, Drums.mp3, Vocals.mp3, etc), or get an .mp4 with the original video plus the audio mix including the subtitles (if any), and more.
  • Upload your .mp3's and split

Install

Local installation on Windows

Install the dependencies and pre-requisites with PowerShell setup script: Setup.ps1

powershell "IEX(New-Object Net.WebClient).downloadString('https://raw.githubusercontent.com/thepirat000/spleeter-api/master/Setup.ps1')"

Tested on Azure VM of size "Standard D2 (2 vcpus, 7 GiB memory)"

UDP Logging port: 2223

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].