22import { audacityReleases , museHubReleases } from " ../../assets/js/releaseData" ;
33import " ../../styles/icons.css" ;
44import DownloadPageLayout from " ../../layouts/DownloadPageLayout.astro" ;
5-
65---
76
87<DownloadPageLayout
@@ -24,18 +23,34 @@ import DownloadPageLayout from "../../layouts/DownloadPageLayout.astro";
2423 has no specific CPU or GPU requirements and should be able to run on any
2524 notebook or PC that can run aforementioned operating systems.
2625 </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 >
3426 <p class =" mt-2" >
3527 <strong >Note:</strong > Audacity requires fast, uninterrupted access to a hard
3628 drive or SSD to operate. Network storage, consumer-grade external hard drives
3729 or USB thumbdrives may be unreliable.
3830 </p >
31+ <div class =" border-yellow-400 border-2 p-4 rounded-lg mt-4" >
32+ <h4 class =" " >Windows on ARM notes</h4 >
33+ Audacity for Windows ARM64 (WoA) is in beta. At this time, it comes with the following
34+ caveats:
35+ <ul class =" list" >
36+ <li >
37+ Audacity for WoA requires Windows 11 or later. Windows RT is not
38+ supported.
39+ </li >
40+ <li >Plugins (VST, OpenVINO, etc.) are not supported.</li >
41+ <li >
42+ It requires an <a
43+ href =" https://github.com/tordona/ffmpeg-win-arm64/releases"
44+ class =" hyperlink" >WoA-version of FFmpeg</a
45+ >, the regular installer does not work.
46+ </li >
47+ <li >
48+ It was not thoroughly tested with all features and workflows due to a
49+ lack of devices – your feedback is welcome.
50+ </li >
51+ </ul >
52+ </div >
53+
3954 <h4 class =" mt-4 md:mt-8" >Older versions of Audacity</h4 >
4055 <p class =" mt-2" >
4156 You can <a
0 commit comments