All Projects → Iunusov → LameVST

Iunusov / LameVST

Licence: GPL-3.0 license
mp3 as VST-effect

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to LameVST

Spotifydownload
A dependency-free Spotify playlist downloader that should just work
Stars: ✭ 245 (+600%)
Mutual labels:  mp3
yt2mp3
⬇️ Search, Download, and Convert YouTube videos to MP3
Stars: ✭ 89 (+154.29%)
Mutual labels:  mp3
Reach-Podcast-Player
This is a rss-based podcast player made in electron and angular!
Stars: ✭ 51 (+45.71%)
Mutual labels:  mp3
Flacon
Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.
Stars: ✭ 252 (+620%)
Mutual labels:  mp3
DownOnSpot
🎵 A Spotify music and playlist downloader written in Rust which also works with a free Spotify account
Stars: ✭ 309 (+782.86%)
Mutual labels:  mp3
media-dupes
a minimal content duplicator for common media services like youtube
Stars: ✭ 53 (+51.43%)
Mutual labels:  mp3
Recorder.js
🎤HTML5 Recorder - mp3 output
Stars: ✭ 229 (+554.29%)
Mutual labels:  mp3
MP3 Player Shield
MP3 Player Shield - Play MP3s from an SD card! Created by and available from SparkFun Electronics
Stars: ✭ 22 (-37.14%)
Mutual labels:  mp3
StegX
Steganography (BMP, PNG, WAV, MP3, AVI, FLV)
Stars: ✭ 22 (-37.14%)
Mutual labels:  mp3
DFPlayerMini Fast
Fast and easy to understand Arduino library to use the DFPlayer Mini MP3 module from DFRobot.com. This is a huge improvement (both in terms of execution speed and simplicity) to the standard library provided by DFRobot.com.
Stars: ✭ 164 (+368.57%)
Mutual labels:  mp3
meta-audio
A PHP library to read and write metadata tags to audio files (MP3, ID3, APE, etc)
Stars: ✭ 32 (-8.57%)
Mutual labels:  mp3
spectrum-analyzer
A real-time spectrum analysis VST plugin
Stars: ✭ 92 (+162.86%)
Mutual labels:  vst
gropple
Server and bookmarklet to download files via youtube-dl directly from your browser. Cross platform single binary installation, web browser configurable.
Stars: ✭ 33 (-5.71%)
Mutual labels:  mp3
Precomp Cpp
Precomp, C++ version - further compress already compressed files
Stars: ✭ 250 (+614.29%)
Mutual labels:  mp3
Wortuhr ESP8266
Wortuhr mit ESP8266 WeMos D1 mini und NeoPixel WS2812B LEDs mit mp3 Sounds, Animationen, Transitions, Events und Spiele
Stars: ✭ 33 (-5.71%)
Mutual labels:  mp3
Savify
Download Spotify songs to mp3 with full metadata and cover art!
Stars: ✭ 227 (+548.57%)
Mutual labels:  mp3
sushi
Elk Audio OS Plugin host and DAW
Stars: ✭ 78 (+122.86%)
Mutual labels:  vst
aeolus plugin
Pipe organ synthesizer (VST plugin)
Stars: ✭ 38 (+8.57%)
Mutual labels:  vst
vscode-mediaplayer
Mediaplayer extention for VS Code
Stars: ✭ 18 (-48.57%)
Mutual labels:  mp3
midiomatic
A collection of MIDI filter, generator and processor plugins
Stars: ✭ 23 (-34.29%)
Mutual labels:  vst

Build Status

LameVST

MP3 as VST-effect.

Ideal solution, if you need to preview you track in the mp3-mode during playback.

LameVST

Prerequisites

Visual Studio 2013+

CMake >=3.0

GIT

Windows Build

$ cd deps
$ sync
$ cd ..
$ md build && cd build
$ cmake ..   # Or whatever generator (-G) you want to use cmake --help for a list.
$ cmake --build . --config Release
$ start LameVST_Solution.sln

or just use bat-file:

!!make_project!!.bat

Linux Build (e.g. UBUNTU)

$ sudo apt-get install build-essential

$ cd deps
$ ./sync.sh
$ cd ..

$ mkdir build
$ cd build
$ cmake ..
$ make

Result

After successfull build the resulting DLL file will be available there (you can copy it into your VST folder):

LameVST\LameVST_DLL
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].