This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (75 loc) · 4.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Client-Soundboard by RinLovesYou</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Client-Soundboard</h1>
<h2 class="project-tagline">A soundboard that doesn't store files.</h2>
<a href="https://github.com/RinLovesYou/Stream-Soundboard" class="btn">View on GitHub</a>
<a href="https://github.com/RinLovesYou/Stream-Soundboard/releases" class="btn">Releases</a>
<a href="https://github.com/RinLovesYou/Stream-Soundboard/releases/latest" class="btn">Latest</a>
</section>
<section class="main-content">
<h1>
<a id="client-soundboard" class="anchor" href="#client-soundboard" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Client-Soundboard</h1>
<p>This soundboard is a Project that lets you
stream audio to your Virtual Audio Cable/Voicemeeter input.</p>
<p>Currently in early Pre-Release and really messy.
Join the <a href="https://discord.gg/Tgf2BKD">Discord</a> for help</p>
<h2>
<a id="it-supports" class="anchor" href="#it-supports" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>It supports:</h2>
<ul>
<li>Youtube links</li>
<li>Youtube search</li>
<li>Vimeo links</li>
<li>Soundcloud links</li>
<li>Bandcamp links</li>
<li>Direct links to files</li>
</ul>
<p>It's based on <a href="https://github.com/sedmelluq/lavaplayer" title="Lavaplayer">Lavaplayer</a>.</p>
<h2>
<a id="installation" class="anchor" href="#installation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Installation</h2>
<p>Head over to <a href="https://github.com/RinLovesYou/Stream-Soundboard/releases">Releases</a> and grab the latest stable.
The installer will install it for you.</p>
<p>Make sure Voicemeeter Banana is installed, Here is a small <a href="https://media.discordapp.net/attachments/733272631268343860/734329691988557824/le_image.png?width=1539&height=866">Guide</a> on how to set it up correctly (also found on my <a href="https://discord.gg/Tgf2BKD">discord</a> ;)</p>
<p>In the soundboard, the output will automatically be set to Voicemeeter. If not, the dropdown to choose is below the Skip and Stop buttons.</p>
<p><strong>If Voicemeeter Inputs do not appear, you do not have Voicemeeter installed! check the Requirements section below for links!</strong></p>
<p>You may also want to build it yourself (for whatever reason)
I wish you luck on your journey of installing Java 8 and getting baffled by how retarded JavaFX is.</p>
<h3>
<a id="planned-features" class="anchor" href="#planned-features" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Planned Features</h3>
<ul>
<li>History of played links</li>
<li>More detailed UI</li>
</ul>
<h4>
<a id="requirements" class="anchor" href="#requirements" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Requirements</h4>
<ul>
<li>
<a href="https://www.oracle.com/java/technologies/javase-jre8-downloads.html">Java 8</a> (most definitely probably Java 8) Most people probably have this version installed anyways,
to check which version you have type <code>java -version</code> in the command line (Windows key + R, type cmd and press enter)</li>
<li>
<a href="https://www.vb-audio.com/Cable/index.htm">Virtual Audio Cable</a> or <a href="https://www.vb-audio.com/Voicemeeter/banana.htm">Voicemeeter</a> I recommend Voicemeeter Banana.</li>
<li>Currently only on Windows. I will look into cross platform distribution</li>
</ul>
<h5>
<a id="special-thanks" class="anchor" href="#special-thanks" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Special Thanks</h5>
<ul>
<li>SoundPad CEO for making me pay for something that i have to manually download files to</li>
</ul>
<p><a href="https://ko-fi.com/K3K61YCS7"><img src="https://www.ko-fi.com/img/githubbutton_sm.svg" alt="ko-fi"></a></p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/RinLovesYou/Stream-Soundboard">Client-Soundboard</a> is maintained by <a href="https://github.com/RinLovesYou">RinLovesYou</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>