-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpremium.html
More file actions
133 lines (119 loc) · 4.21 KB
/
premium.html
File metadata and controls
133 lines (119 loc) · 4.21 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Scripty | Premium</title>
<link rel="canonical" href="https://scripty.org/premium">
<link rel="preload" href="/assets/jb_mono/woff2/jb.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="preload" href="/assets/jb_mono/woff2/jb_bold.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="preload" href="/css/main.min.css" as="style" type="text/css">
<link rel="preload" href="/css/jb_mono.css" as="style" type="text/css">
<link rel="preload" href="https://a.scripty.org/count.js" as="script" type="application/javascript">
<meta name="description" content="Scripty's premium plans">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Scripty | Premium">
<meta property="og:description" content="Scripty's premium plans">
<meta property="og:type" content="website">
<meta property="og:image" content="https://scripty.org/img/icon-128.webp">
<link rel="stylesheet" href="/css/main.min.css">
</head>
<body>
<div class="container is-widescreen">
<nav class="navbar is-transparent" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/"><h1>Scripty</h1></a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="main-navbar">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="main-navbar" class="navbar-menu">
<div class="navbar-start">
<a href="/invite" class="navbar-item">Invite</a>
<a href="/about" class="navbar-item">About</a>
</div>
<div class="navbar-end"></div>
</div>
</nav>
<h1>Scripty Premium</h1>
Scripty offers basic premium plans that don't do much right now, but that will later come with lots of features.<br><br>
<section class="section">
<h2>Why are they so expensive???</h2>
Speech-to-text uses a truly incredible amount of processing power,
and our single server has limited resources. Despite being relatively powerful (Core i5-8600K + RTX 3060),
it's estimated we'll only be able to do about 200 concurrent transcriptions with it.
We can work to improve the STT algorithm and our computing capacity with this money.
</section>
<section class="section">
<h2>Comparison with Free</h2>
<table class="table is-transparent is-striped" align="center">
<thead>
<tr>
<th></th>
<th>Free</th>
<th>Premium</th>
</tr>
</thead>
<tbody>
<tr>
<td>Languages supported</td>
<td>55</td>
<td>55</td>
</tr>
<tr>
<td>Transcription quality</td>
<td>Full</td>
<td>Full</td>
</tr>
<tr>
<td>Users being transcribed simultaneously</td>
<td>5</td>
<td>Up to 100</td>
</tr>
<tr>
<td>Uninterrupted VC duration</td>
<td>30 minutes</td>
<td>Up to 1 week</td>
</tr>
<tr>
<td>Automod rule count</td>
<td>50</td>
<td>Up to 123,000</td>
</tr>
<tr>
<td>Audio recording</td>
<td>None</td>
<td>Up to 48KHz, 384Kbps</td>
</tr>
<tr>
<td>Customizable text-to-speech voice</td>
<td>Limited</td>
<td>Fully configurable</td>
</tr>
<tr>
<td>White-label Scripty</td>
<td>No</td>
<td>Tier 6</td>
</tr>
</tbody>
</table>
</section>
<section class="section">
<h2>Details</h2>
<p>
You can click the below button to be redirected to our dashboard, where you will log in with Discord,
then will be shown a list of premium plans.
</p>
</section>
<a href="https://dash.scripty.org/premium" class="button is-success">Log In With Discord</a>
<footer>
<hr>
made with <3 by 0/0 and valkyrie_pilot
</footer>
</div>
<!-- 100% privacy friendly analytics: https://a.scripty.org/ -->
<script async defer data-goatcounter="https://a.scripty.org/count" src="https://a.scripty.org/count.js"></script>
</body>
</html>