Skip to content

Commit 4dc7545

Browse files
committed
am idiot
1 parent 637da08 commit 4dc7545

File tree

1 file changed

+32
-31
lines changed

1 file changed

+32
-31
lines changed

src/pages/au4.astro

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
33
import "../styles/icons.css";
44
import { betaReleases } from "../assets/data/betaReleases";
55
import SplitDownloadButton from "../components/button/SplitDownloadButton.jsx";
6+
import FeaturedVideo from "../components/video/FeaturedVideo";
67
78
const { win, mac, lin } = betaReleases;
89
---
@@ -13,46 +14,46 @@ const { win, mac, lin } = betaReleases;
1314
title="Audacity 4 alpha download"
1415
description="Test the latest Audacity 4 alpha for Windows, macOS and Linux"
1516
>
16-
<main id="main" class="max-w-screen-xl mx-auto">
17+
<main id="main" class="max-w-screen-xl mx-auto text-gray-700">
1718
<div class="grid grid-cols-12 pt-8 pb-32 gap-y-12">
1819
<section class="col-start-2 col-span-10 sm:col-start-2 sm:col-span-5">
1920
<div>
20-
<h1 class="text-gray-700">Help us test the first Audacity&nbsp;4 alpha!</h1>
21+
<h1>Help us test the first Audacity&nbsp;4 alpha!</h1>
2122
<div class="mt-4">
22-
<p class="text-gray-700">
23+
<p>
2324
The first alpha version of Audacity 4 is intended as an early preview and feedback opportunity on some core interactions we have designed.
2425
</p>
25-
<iframe
26-
width="560"
27-
height="315"
28-
src="https://www.youtube.com/embed/qEAZv_o0HuQ?si=cSkDGalD1VmC9SJK"
29-
title="YouTube video player"
30-
frameborder="0"
31-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
32-
allowfullscreen
33-
class="my-4"></iframe>
34-
<h2 class="mt-6 text-2xl text-gray-700">What should work</h2>
26+
<FeaturedVideo
27+
client:load
28+
placeholderImage="https://i.ytimg.com/vi/qEAZv_o0HuQ/maxresdefault.jpg"
29+
imageAltText="Video thumbnail: Audacity 4 alpha preview"
30+
videoURL="https://www.youtube-nocookie.com/embed/qEAZv_o0HuQ?autoplay=1"
31+
title="Audacity 4 alpha preview"
32+
label="A quick look at the new features and changes in Audacity 4"
33+
/>
34+
35+
<h2 class="mt-6 text-2xl">What should work</h2>
3536
<p class="mt-2">We expect the following flow to work reasonably well:</p>
36-
<ul class="list-disc mt-2 ml-6 text-gray-700">
37-
<li class="text-gray-700">Recording, generating and importing audio</li>
38-
<li class="text-gray-700">The core editing flow of applying effects (destructive or realtime), making cuts, moving clips and such.</li>
39-
<li class="text-gray-700">Exporting (without metadata)</li>
40-
<li class="text-gray-700">Customization of the app (themes, and editing/moving the toolbar)</li>
37+
<ul class="list-disc mt-2 ml-6">
38+
<li>Recording, generating and importing audio</li>
39+
<li>The core editing flow of applying effects (destructive or realtime), making cuts, moving clips and such.</li>
40+
<li>Exporting (without metadata)</li>
41+
<li>Customization of the app (themes, and editing/moving the toolbar)</li>
4142
</ul>
4243
</div>
43-
<h2 class="mt-6 text-2xl text-gray-700">What doesn't work yet</h2>
44+
<h2 class="mt-6 text-2xl">What doesn't work yet</h2>
4445
<p class="mt-2">We haven't completed all development tasks for the full app yet. As such, a lot of features are missing, or appear disabled for the moment. We expect the following things to not work right now:</p>
4546
<ul class="list-disc mt-2 ml-6">
46-
<li class="text-gray-700">Various menu items and buttons haven't been hooked up to functionality yet, you'll see them greyed out.</li>
47-
<li class="text-gray-700">Various plugins – Nyquist, LADSPA and VAMP and the OpenVINO plugins – have not been ported over yet.</li>
48-
<li class="text-gray-700">Preferences from Audacity 3 are not carried over.</li>
49-
<li class="text-gray-700">Some more advanced features, like envelopes, labels, spectrograms aren't available yet.</li>
50-
<li class="text-gray-700">Most effects/generators/analyzers aren't available yet.</li>
51-
<li class="text-gray-700">Opening multiple projects at the same time is not supported yet.</li>
47+
<li>Various menu items and buttons haven't been hooked up to functionality yet, you'll see them greyed out.</li>
48+
<li>Various plugins – Nyquist, LADSPA and VAMP and the OpenVINO plugins – have not been ported over yet.</li>
49+
<li>Preferences from Audacity 3 are not carried over.</li>
50+
<li>Some more advanced features, like envelopes, labels, spectrograms aren't available yet.</li>
51+
<li>Most effects/generators/analyzers aren't available yet.</li>
52+
<li>Opening multiple projects at the same time is not supported yet.</li>
5253
</div>
5354

5455
<div>
55-
<h2 class="mt-4 text-2xl text-gray-700">Submit your feedback!</h2>
56+
<h2 class="mt-4 text-2xl">Submit your feedback!</h2>
5657
<p class="mt-2">
5758
We're always eager to hear what you have to say, but it's especially
5859
important we hear from you during this early phase. Please let us
@@ -78,7 +79,7 @@ const { win, mac, lin } = betaReleases;
7879
And with all that out of the way: <strong>Happy testing!</strong>
7980
</p>
8081
</div>
81-
<h2 class="mt-8 text-2xl text-gray-700">System requirements</h2>
82+
<h2 class="mt-8 text-2xl">System requirements</h2>
8283
<p class="mt-2">Audacity 4 has higher system requirements than Audacity 3, mostly due to Qt's platform support. We expect Audacity 4 Alpha 1 to work on the following platforms:</p>
8384
<ul class="list-disc mt-2 ml-6">
8485
<li>
@@ -96,12 +97,12 @@ const { win, mac, lin } = betaReleases;
9697
<aside
9798
class="row-start-2 sm:row-start-1 col-start-2 col-span-10 sm:col-start-8 sm:col-span-4"
9899
>
99-
<h2 class="text-sm uppercase font-normal text-gray-700">
100+
<h2 class="text-sm uppercase font-normal">
100101
Download links
101102
</h2>
102103
<div class="flex flex-col gap-6 mt-2">
103104
<div class="border border-bg-200 rounded-md p-6">
104-
<h3 class="additional-resource-heading text-gray-700">
105+
<h3 class="additional-resource-heading">
105106
Audacity 4 alpha 1 for Windows
106107
</h3>
107108
<div class="mt-2">
@@ -110,14 +111,14 @@ const { win, mac, lin } = betaReleases;
110111
</div>
111112

112113
<div class="border border-bg-200 rounded-md p-6">
113-
<h3 class="additional-resource-heading text-gray-700">Audacity 4 alpha 1 for macOS</h3>
114+
<h3 class="additional-resource-heading">Audacity 4 alpha 1 for macOS</h3>
114115
<div class="mt-2">
115116
<SplitDownloadButton OS="macOS" releaseData={mac} client:load />
116117
</div>
117118
</div>
118119

119120
<div class="border border-bg-200 rounded-md p-6">
120-
<h3 class="additional-resource-heading text-gray-700">Audacity 4 alpha 1 for Linux</h3>
121+
<h3 class="additional-resource-heading">Audacity 4 alpha 1 for Linux</h3>
121122
<div class="mt-2">
122123
<SplitDownloadButton OS="Linux" releaseData={lin} client:load />
123124
</div>

0 commit comments

Comments
 (0)