SilentSys / SLAM

Source Live Audio Mixer
MIT License
391 stars 127 forks source link

YouTube downloader #27

Closed EinarasGar closed 8 years ago

EinarasGar commented 8 years ago

Added YouTube downloader feature.

SilentSys commented 8 years ago

It fails to build.

Type 'YTDL' is not defined.

EinarasGar commented 8 years ago

@SilentSys here you go, this should fix it. It failed to build because i didint include .vbproj file and after testing it further more it kept giving me Newtonsoft.Json error, so i'v uploaded all project.

Also what I noticed id that in release build you have to have SLAM.exe.config file, otherwise it gives error: https://gyazo.com/99394f50e70589b727e4abab3edc0eb8 but im pretty sure there is a fix to it somewhere...

g0ddish commented 8 years ago

There is a hard coded reference to CSGO in the output file path on line 99 of YTDL.vb

WaveFileWriter.CreateWaveFile("csgo/" + pavadinimas + ".wav", resampler)

EinarasGar commented 8 years ago

@g0ddish Thanks. Fixed.