univrsal / spectralizer

Audio visualizer plugin for obs-studio
GNU General Public License v2.0
591 stars 58 forks source link

Windows Version. #1

Closed ItsJustTee closed 4 years ago

ItsJustTee commented 5 years ago

I was wondering if this got Windows support. I could really use this.

univrsal commented 5 years ago

As soon as it's finished, yes. I just wasn't satisfied with how it looked so I haven't released it

ItsJustTee commented 5 years ago

@univrsal Ahh wonderfull. Good luck

univrsal commented 4 years ago

Alrighty, So I just compiled it on windows and it seems to be running fine. Once I've finished the remaining todo items I'll make a release. image

viktordimov commented 4 years ago

I could use a linux release. Found this on /package/package-linux.sh

build_location="../../../qtc-release/rundir/Release/obs-plugins/64bit"

The resulting bin/64bit is empty.

univrsal commented 4 years ago

the linux package script isn't updated yet, but the script only copies the builds into a zip archive so you can technically just build it yourself and get the binaries manually

univrsal commented 4 years ago

@dorianxonic I have a linux release ready if you still want to give this a try spectralizer.v1.1.linux64.zip

viktordimov commented 4 years ago

@univrsal I just tried it, uncompressed the 'plugin' folder inside ~/.config/obs-studio/plugins/spectralizer. The plugin doesn't show up in OBS, perhaps I'm missing some dependencies?

univrsal commented 4 years ago

yeah you need libfftw3, but it should be installed on most distros