mirror of
https://github.com/audacity/mod-openvino-macos.git
synced 2025-12-10 21:08:49 -06:00
34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><meta charset="UTF-8"><title>Welcome to Audacity OpenVINO Plugin</title>
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
line-height: 1.6;
|
|
color: #333;
|
|
padding: 40px;
|
|
background-color: #fff;
|
|
}
|
|
h1 {
|
|
font-size: 24px;
|
|
margin-bottom: 20px;
|
|
}
|
|
p, li {
|
|
font-size: 14px;
|
|
margin-bottom: 12px;
|
|
}
|
|
ul {
|
|
padding-left: 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Audacity OpenVINO Plugin</h1>
|
|
<p>This plugin adds AI-based features to Audacity using Intel's OpenVINO toolkit.</p>
|
|
<p><strong>Note:</strong> During installation, the plugin will download additional AI models.</p>
|
|
<p>These downloads can be large and may take a significant amount of time depending on your internet speed and model selection.</p>
|
|
<p>The installer will appear to "hang" on "Running package scripts" during this process — this is expected.</p>
|
|
</body>
|
|
</html>
|