forked from fossdd/tenacity-webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
207 lines (181 loc) · 7.67 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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tenacity</title>
<meta name="description" content="an easy-to-use, cross-platform multi-track audio editor/recorder"/>
<meta name="author" content="Tenacity Team"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="styles/main.css"/>
<link rel="shortcut icon" type="image/svg" href="logo/favicon.svg"/>
<meta name="theme-color" content="#ffe8cc"> <!-- Orange 1 from Open Color -->
<meta name="keywords" content="Audio, Recording, Editing, Easy-to-Use, FLOSS, Free, Libre, Open-Source, Tenacity"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="canonical" href="https://tenacityaudio.org"/>
</head>
<body>
<div class="header">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/tenacityteam/assets/master/screenshots/tenacity-screenshot-light-3840x2160.png"/>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tenacityteam/assets/master/screenshots/tenacity-screenshot-dark-3840x2160.png"/>
<img alt="" src="https://raw.githubusercontent.com/tenacityteam/assets/master/screenshots/tenacity-screenshot-light-3840x2160.png" class="main-image"/>
</picture>
<h1 style="margin-bottom: 1rem;">
<img alt="Tenacity" src="logo/header-logo.png" height="51"/>
</h1>
an easy-to-use, cross-platform multi-track audio editor/recorder
<p style="margin-top: 2rem;">
<a href="https://github.com/tenacityteam/tenacity/releases" class="button header-button" style="padding-left:2em; padding-right:2em;">
Download
</a>
</p>
</div>
<div class="padding-before-and-after-text"></div>
<!-- Remove the following <p> element
if officially publishing the webpage as the Tenacity Team -->
<p class="standard-paragraph">
Hint: This is not the real Tenacity website.
This is a working prototype made by Sosasees
for suggestion purposes.<br/>
<a href="https://www.github.com/sosasees/tenacity-webpage">
View its Source Code on GitHub.
</a>
</p>
<p class="standard-paragraph">
<em>Tenacity</em> is an easy-to-use, cross-platform multi-track
audio editor/recorder
for Windows, MacOS, GNU/Linux and other operating systems
and is developed by a group of volunteers as open-source software.
</p>
<!-- Comment out this section until replacing
the placeholder link with the real link.
If you don't want to do this, you could instead comment out the button
and uncomment the "Coming Soon" text. -->
<h2>Documentation</h2>
<!-- <p style="text-align: center;">Coming Soon</p> -->
<div class="buttons-section">
<a href="placeholder.html" class="docs-wiki-link button">Wiki</a>
</div>
<h2>Source Code</h2>
<div class="buttons-section">
<a href="https://git.sr.ht/~tenacity/tenacity" class="source-sourcehut-link button">
SourceHut
</a>
<a href="https://github.com/tenacityteam/tenacity" class="source-github-link button">
GitHub
</a>
</div>
<h2>Community</h2>
<div class="buttons-section community-section">
<a href="https://sr.ht/~tenacity/tenacity/lists" class="community-maillist-link button">
Mailing Lists
</a>
<a href="irc://irc.libera.chat/tenacity" class="community-irc-link button button">
IRC
</a>
<a href="https://web.libera.chat/gamja/?channels=#tenacity" class="community-irc-join-link button">
Web Chat
</a>
</div>
<h2 style="margin-bottom: calc( var(--page-padding) / 2);">Features</h2>
<div class="features-section">
<div class="feature-card">
<img alt="" src="images/feature-icons/recording.png" class="feature-icon"/>
<p><em>Recording</em><br/>
from audio devices (real or virtual)</p>
</div>
<div class="feature-card">
<img alt="" src="images/feature-icons/export-import.png" class="feature-icon"/>
<p><em>Export & Import</em><br/>
a wide range of audio formats (extendible with FFmpeg)</p>
</div>
<div class="feature-card">
<img alt="" src="images/feature-icons/high-quality.png" class="feature-icon"/>
<p><em>High Quality</em><br/>
including up to 32-bit float audio support</p>
</div>
<div class="feature-card">
<img alt="" src="images/feature-icons/plugins.png" class="feature-icon"/>
<p><em>Plug-Ins</em><br/>
providing support for VST, LV2, and AU plugins</p>
</div>
<div class="feature-card">
<img alt="" src="images/feature-icons/scripting.png" class="feature-icon"/>
<p><em>Scripting</em><br/>
in the built-in scripting language Nyquist, or in Python, Perl and
other languages with named pipes
</p>
</div>
<div class="feature-card">
<img alt="" src="images/feature-icons/editing.png" class="feature-icon"/>
<p><em>Editing</em><br/>
arbitrary sampling and multi-track timeline</p>
</div>
<div class="feature-card">
<img alt="" src="images/feature-icons/accessibility.png" class="feature-icon"/>
<p><em>Accessibility</em><br/>
including editing via keyboard, screen reader support and narration
support
</p>
</div>
<div class="feature-card">
<img alt="" src="images/feature-icons/tools.png" class="feature-icon"/>
<p><em>Tools</em><br/>
useful in the analysis of signals, including audio</p>
</div>
</div>
<h2 style="margin-top: calc( var(--page-padding) / 2 );">Getting Started</h2>
<p class="standard-paragraph">
Prepackaged builds will be available through the
<a href="https://github.com/tenacityteam/tenacity/releases">releases page</a>
on the repository once the initial process of transitioning the project
is completed enough for the first release version. Packaging Tenacity to other
package managers is already <a href="https://github.com/tenacityteam/tenacity/labels/packaging">planned</a>
</p>
<p class="standard-paragraph">Alternatively, you can build Tenacity from source.
<a href="https://git.sr.ht/~tenacity/tenacity/tree/master/item/BUILDING.md">
See BUILDING.md</a>
</p>
<h2>Getting Help</h2>
<p class="standard-paragraph">
A great place to ask for general questions with using Tenacity,
starting discussions about your ideas and feature requests,
and generally getting to know the community is the
<a href="https://lists.sr.ht/~tenacity/tenacity-discuss">
tenacity-discuss mailing list
</a>.
</p>
<p class="standard-paragraph">
You may also use our IRC channel,
<a href="irc://irc.libera.chat/#tenacity">#tenacity</a>
(hosted on irc.libera.chat),<br/>
where you're welcome to ask questions
and have discussions in a more free-form, real-time context.
The channel is also
<a href="https://matrix.to/#/#tenacity:libera.chat">bridged to Matrix</a>.
</p>
<h2>Development</h2>
<p class="standard-paragraph">The upstream development repository may be found on sr.ht.</p>
<p class="standard-paragraph">
Contribute by sending patches to the<br/>
<a href="https://lists.sr.ht/~tenacity/tenacity-dev">
development mailing list</a> at
<a href="mailto:~tenacity/[email protected]">
~tenacity/[email protected]</a>.
</p>
<div class="padding-before-and-after-text"></div>
<div class="padding-before-and-after-text"></div>
<footer><div class="footer-contents">
<p class="footer-contents">
<a href="https://git.sr.ht/~tenacity/tenacityaudio.org" class="footer-contents">
This Website's Source Code</a>
</p><p style="margin-top: var(--footer-line-margin);" class="footer-contents">
<a href="https://github.com/tenacityteam/assets/tree/master/screenshots" class="footer-contents">
Screenshots</a> by
<a href="https://github.com/vchernin" class="footer-contents">
@vchermin on GitHub</a>, licensed under
<a href="https://creativecommons.org/licenses/by/4.0/" class="footer-contents">
CC-BY 4.0</a>
</p>
</div></footer>
</body>
</html>