Skip to content

Commit 9ece340

Browse files
committed
WoA notes
1 parent d53884c commit 9ece340

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

src/content/blog/openvino-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: OpenVINO AI Plugins are now available for macOS
33
author: Leo Wattenberg
44
description: "AI Music separation, noise suppression, music generation, transcription and super resolution is coming to macOS"
5-
cover: "openvino-logo.webp"
5+
cover: "./openvino-logo.webp"
66
coverAlt: "The openvino logo"
77
publishDate: 2025-06-11
88
draft: false

src/pages/download/windows.astro

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { audacityReleases, museHubReleases } from "../../assets/js/releaseData";
33
import "../../styles/icons.css";
44
import 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

Comments
 (0)