Skip to content

Commit d53884c

Browse files
committed
Add WoA beta discaimer
1 parent 2fb1043 commit d53884c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/pages/download.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const { version, src } = audacityReleases;
3232
<div class="flex flex-col gap-4 mt-2">
3333
<OperatingSystemCard
3434
title="Windows"
35-
description="32 & 64 bit"
35+
description="Intel: 32 & 64 bit, ARM64 (beta)"
3636
targetURL="/download/windows"
3737
/>
3838
<OperatingSystemCard

src/pages/download/windows.astro

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,15 @@ import DownloadPageLayout from "../../layouts/DownloadPageLayout.astro";
2323
8.1, 7 and Vista. Both 64-bit and 32-bit versions are available. Audacity
2424
has no specific CPU or GPU requirements and should be able to run on any
2525
notebook or PC that can run aforementioned operating systems.
26-
</p><p class="mt-2">
26+
</p>
27+
<p class="mt-2">
28+
<strong>Note:</strong> Audacity for Windows ARM64 is in beta and there are few restrictions:
29+
<ul class="list">
30+
<li>It requires Windows 11 or later.</li>
31+
<li>It is not compatible with thirdparty plugins: VST2, VST3 and OpenVINO plugins are not supported.</li>
32+
<li>It was not thoroughly tested with all features and workflows, your feedback is welcome</li>
33+
</p>
34+
<p class="mt-2">
2735
<strong>Note:</strong> Audacity requires fast, uninterrupted access to a hard
2836
drive or SSD to operate. Network storage, consumer-grade external hard drives
2937
or USB thumbdrives may be unreliable.

0 commit comments

Comments
 (0)