Skip to content

Commit

Permalink
Deployed 29d837c with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 22, 2023
1 parent 7ff8f07 commit 782764a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 32 deletions.
6 changes: 5 additions & 1 deletion getting-started/docker/images/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1727,6 +1727,10 @@
<p>Open Voice OS provides pre-build images available on <a href="https://hub.docker.com/u/smartgic">Docker Hub</a>. These images are referenced by default within the <code>docker-compose.*.yml</code> files.</p>
</div>
<p>Open Voice OS is a sofisticated piece of software which has several <a href="../../../about/glossary/components/">components</a>. These components have been split into containers to provide a better isolation and a <a href="https://en.wikipedia.org/wiki/Microservices">microservices</a> approach.</p>
<div class="admonition info">
<p class="admonition-title">GUI images size</p>
<p>The GUI container images are larger than the other images as they need many QT libraries and <a href="https://en.wikipedia.org/wiki/GStreamer">GStreamer</a> plugins in order to provide all the features supported by the voice assistant.</p>
</div>
<h2 id="supported-cpu-architectures">Supported CPU architectures<a class="headerlink" href="#supported-cpu-architectures" title="Permanent link"></a></h2>
<p>Container images could be used for different CPU architectures using the <a href="https://docs.docker.com/build/building/multi-platform/">multi-platform images</a> feature.</p>
<table>
Expand Down Expand Up @@ -1918,7 +1922,7 @@ <h2 id="volumes">Volumes<a class="headerlink" href="#volumes" title="Permanent l
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 29, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 22, 2023</span>
</span>


Expand Down
10 changes: 5 additions & 5 deletions getting-started/docker/installation/gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1718,8 +1718,8 @@

<div><h1 id="install-the-open-voice-os-gui">Install the Open Voice OS GUI<a class="headerlink" href="#install-the-open-voice-os-gui" title="Permanent link"></a></h1>
<div class="admonition warning">
<p class="admonition-title">Linux only</p>
<p>The GUI is currently only available on Linux operating system, not on Mac OS or Windows.</p>
<p class="admonition-title">For Linux eyes only</p>
<p>The GUI is currently available only on Linux operating system, not on Mac OS or Windows.</p>
</div>
<p>The Open Voice OS GUI supports two types of system execution:</p>
<ul>
Expand All @@ -1728,9 +1728,9 @@
</ul>
<p>When using EGLFS, the <code>DISPLAY</code> variable from the <code>.env</code> <a href="../../composition/#environment-files">composition environment file</a> must be removed or commented as if present the X or Wayland display servers will be tried first and result in an <code>ovos_gui</code> container in error.</p>
<div class="admonition question">
<p class="admonition-title">Hardware accelerated on Raspberry Pi 4 and 5 only</p>
<p class="admonition-title">Hardware accelerated on Raspberry Pi 4 and 5</p>
<p>Raspberry Pi 4 and 5 will leverage the GPU hardware acceleration which will provide a smoother experience.</p>
<p><strong>If not running on a Raspberry Pi 4 or 5 then the CPU might be used to render the GUI which will result in a high CPU consumption and a poor exprience.</strong></p>
<p><strong>If not running on a Raspberry Pi 4 or 5 then the CPU might be used to render the GUI which will result in a high CPU consumption and a poor user exprience.</strong></p>
</div>
<h2 id="configuration">Configuration<a class="headerlink" href="#configuration" title="Permanent link"></a></h2>
<p>The <code>ovos-gui-messagebus</code> component must be configured in order to receive the QML files from the skill containers. Because of these file transfers, the <code>ovos-message-bus</code> component must be configured to allow bigger payload.</p>
Expand Down Expand Up @@ -1851,7 +1851,7 @@ <h2 id="gui-services-deployment">GUI services deployment<a class="headerlink" hr
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 13, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 22, 2023</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,127 +2,127 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://openvoiceos.github.io/ovos-docker/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/about/what-is-it/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/about/why-use-ovos/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/about/glossary/components/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/about/glossary/terms/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/cli/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/composition/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/debug/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/images/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/update/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/installation/basic/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/installation/configuration/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/installation/gui/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/installation/requirements/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/installation/skills/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/plugins/microphone/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/plugins/phal/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/plugins/stt/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/plugins/tts/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/prerequisites/cpu/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/prerequisites/engine/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/prerequisites/sound/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/security/hardening/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://openvoiceos.github.io/ovos-docker/getting-started/docker/security/hivemind/</loc>
<lastmod>2023-11-20</lastmod>
<lastmod>2023-11-22</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 782764a

Please sign in to comment.