Skip to content

Commit

Permalink
Correct sp.wfs docuemntation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Feb 25, 2025
1 parent 013d096 commit 15163e7
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 @@ -389,5 +389,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2025-02-25 13:41:20.579872+00:00
Build Date UTC : 2025-02-25 16:35:30.743751+00:00
-->
2 changes: 1 addition & 1 deletion docs/libs/spats/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h4 id="usage_3">Usage</h4>
<li><code>speakersDist</code>: distance between speakers</li>
<li><code>nSources</code>: number of sound sources</li>
<li><code>nSpeakers</code>: number of speakers</li>
<li><code>inGain</code>: input gain (0-1)</li>
<li><code>inGain</code>: input gain (0-1) as a function of the source index</li>
<li><code>xs</code>: x-coordinate of the sound source as a function of the source index</li>
<li><code>ys</code>: y-coordinate of the sound source as a function of the source index</li>
<li><code>zs</code>: z-coordinate of the sound source as a function of the source index</li>
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 spats.lib
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ with {
// * `speakersDist`: distance between speakers
// * `nSources`: number of sound sources
// * `nSpeakers`: number of speakers
// * `inGain`: input gain (0-1)
// * `inGain`: input gain (0-1) as a function of the source index
// * `xs`: x-coordinate of the sound source as a function of the source index
// * `ys`: y-coordinate of the sound source as a function of the source index
// * `zs`: z-coordinate of the sound source as a function of the source index
Expand Down

0 comments on commit 15163e7

Please sign in to comment.