File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const { version, src } = audacityReleases;
32
32
<div class =" flex flex-col gap-4 mt-2" >
33
33
<OperatingSystemCard
34
34
title =" Windows"
35
- description =" 32 & 64 bit"
35
+ description =" Intel: 32 & 64 bit, ARM64 (beta) "
36
36
targetURL =" /download/windows"
37
37
/>
38
38
<OperatingSystemCard
Original file line number Diff line number Diff line change @@ -23,7 +23,15 @@ import DownloadPageLayout from "../../layouts/DownloadPageLayout.astro";
23
23
8.1, 7 and Vista. Both 64-bit and 32-bit versions are available. Audacity
24
24
has no specific CPU or GPU requirements and should be able to run on any
25
25
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" >
27
35
<strong >Note:</strong > Audacity requires fast, uninterrupted access to a hard
28
36
drive or SSD to operate. Network storage, consumer-grade external hard drives
29
37
or USB thumbdrives may be unreliable.
You can’t perform that action at this time.
0 commit comments