Skip to content

Commit

Permalink
Correct soundfiles in the Web section.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jul 29, 2024
1 parent fe6cf61 commit feeb655
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,5 +477,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.3
Build Date UTC : 2024-07-28 12:50:14.197298+00:00
Build Date UTC : 2024-07-29 10:19:36.784834+00:00
-->
2 changes: 1 addition & 1 deletion docs/manual/soundfiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ <h2 id="using-sound-files-with-the-faust2xx-scripts">Using sound files with the
<p>Check the <a href="https://faustdoc.grame.fr/manual/tools/">faust2xx</a> script description page to know which one currently support the <em>-soundfile</em> option.</p>
<h2 id="the-soundfile-library">The Soundfile Library</h2>
<p>They are some additional functions in the <a href="https://faustlibraries.grame.fr/libs/soundfiles/">soundfiles.lib</a> library. Three basic functions are fully documented for now. There is more code already written in the <a href="https://github.com/grame-cncm/faustlibraries/blob/master/soundfiles.lib">library source</a> that allows to read sound files with different kind of interpolation.</p>
<p>Note that the <code>soundfile</code> primitive is not yet available in the <a href="https://faustide.grame.fr">Faust Web IDE</a>.</p></div>
<p>The <code>soundfile</code> primitive can be used in the Web platform. See the <a href="https://github.com/grame-cncm/faustide?tab=readme-ov-file#soundfiles-access">Faust Web IDE</a> related documentation.</p></div>
</div>
</div>

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

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion mkdocs/docs/manual/soundfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Check the [faust2xx]( https://faustdoc.grame.fr/manual/tools/) script descriptio

They are some additional functions in the [soundfiles.lib](https://faustlibraries.grame.fr/libs/soundfiles/) library. Three basic functions are fully documented for now. There is more code already written in the [library source](https://github.com/grame-cncm/faustlibraries/blob/master/soundfiles.lib) that allows to read sound files with different kind of interpolation.

Note that the `soundfile` primitive is not yet available in the [Faust Web IDE](https://faustide.grame.fr).
The `soundfile` primitive can be used in the Web platform. See the [Faust Web IDE](https://github.com/grame-cncm/faustide?tab=readme-ov-file#soundfiles-access) related documentation.

0 comments on commit feeb655

Please sign in to comment.