Skip to content

Commit

Permalink
Regenerated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Dec 3, 2023
1 parent 32384fb commit 473de56
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,5 +467,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.1.2
Build Date UTC : 2023-12-03 09:34:42.179032+00:00
Build Date UTC : 2023-12-03 09:37:05.625515+00:00
-->
24 changes: 12 additions & 12 deletions docs/manual/architectures/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -638,10 +638,6 @@
</li>
<li class="nav-item" data-level="3"><a href="#python-tools" class="nav-link">Python tools</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="4"><a href="#faustlab" class="nav-link">faustlab</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="4"><a href="#faustpy" class="nav-link">FAUSTPy</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -673,6 +669,10 @@
<li class="nav-item" data-level="4"><a href="#ode2dsp" class="nav-link">ode2dsp</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="4"><a href="#faustlab" class="nav-link">faustlab</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand Down Expand Up @@ -2601,14 +2601,6 @@ <h4 id="faustjl"><a href="https://github.com/corajr/Faust.jl">Faust.jl</a></h4>
<h4 id="using-faust-in-julia"><a href="https://faustdoc.grame.fr/tutorials/julia/">Using Faust in Julia</a></h4>
<p>A tutorial to show how Faust can be used with <a href="https://julialang.org">Julia</a>, a high-level, general-purpose dynamic programming language with features well suited for numerical analysis and computational science.</p>
<h3 id="python-tools">Python tools</h3>
<h4 id="faustlab"><a href="https://github.com/shakfu/faustlab">faustlab</a></h4>
<p>A exploratory project to wrap the Faust <em>interpreter</em> for use by python via the following wrapping frameworks using the RtAudio cross-platform audio driver:</p>
<ul>
<li>cyfaust: cython (faust c++ interface)</li>
<li>cfaustt: cython (faust c interface)</li>
<li>pyfaust: pybind11 (faust c++ interface)</li>
<li>nanobind: nanobind (faust c++ interface)</li>
</ul>
<h4 id="faustpy"><a href="https://github.com/marcecj/faust_python">FAUSTPy</a></h4>
<p>FAUSTPy is a Python wrapper for the FAUST DSP language. It is implemented using the CFFI and hence creates the wrapper dynamically at run-time. A updated version of the project is available on <a href="https://github.com/hrtlacek/faust_python">this fork</a>.</p>
<h4 id="faust-ctypes"><a href="https://gitlab.com/adud2/faust-ctypes">Faust Ctypes</a></h4>
Expand All @@ -2625,6 +2617,14 @@ <h4 id="dawdreamer"><a href="https://github.com/DBraun/DawDreamer">DawDreamer</a
<p>DawDreamer is an audio-processing Python framework supporting Faust and Faust's Box API.</p>
<h4 id="ode2dsp"><a href="https://git.sr.ht/~kdsch/ode2dsp">ode2dsp</a></h4>
<p>ode2dsp is a Python library for generating ordinary differential equation (ODE) solvers in digital signal processing (DSP) languages. It automates the tedious and error-prone symbolic calculations involved in creating a DSP model of an ODE. Finite difference equations (FDEs) are rendered to Faust code.</p>
<h4 id="faustlab"><a href="https://github.com/shakfu/faustlab">faustlab</a></h4>
<p>A exploratory project to wrap the Faust <em>interpreter</em> for use by python via the following wrapping frameworks using the RtAudio cross-platform audio driver:</p>
<ul>
<li>cyfaust: cython (faust c++ interface)</li>
<li>cfaustt: cython (faust c interface)</li>
<li>pyfaust: pybind11 (faust c++ interface)</li>
<li>nanobind: nanobind (faust c++ interface)</li>
</ul>
<h3 id="rust-tools">Rust tools</h3>
<h4 id="rust-faust"><a href="https://github.com/Frando/rust-faust">rust-faust</a></h4>
<p>A better integration of Faust for Rust. It allows to build the DSPs via build.rs and has some abstractions to make it much easier to work with params and meta of the dsps</p>
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.
16 changes: 8 additions & 8 deletions mkdocs/docs/manual/architectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -2271,14 +2271,6 @@ A tutorial to show how Faust can be used with [Julia](https://julialang.org), a

### Python tools

#### [faustlab](https://github.com/shakfu/faustlab)
A exploratory project to wrap the Faust *interpreter* for use by python via the following wrapping frameworks using the RtAudio cross-platform audio driver:

- cyfaust: cython (faust c++ interface)
- cfaustt: cython (faust c interface)
- pyfaust: pybind11 (faust c++ interface)
- nanobind: nanobind (faust c++ interface)

#### [FAUSTPy](https://github.com/marcecj/faust_python)
FAUSTPy is a Python wrapper for the FAUST DSP language. It is implemented using the CFFI and hence creates the wrapper dynamically at run-time. A updated version of the project is available on [this fork](https://github.com/hrtlacek/faust_python).

Expand All @@ -2303,6 +2295,14 @@ DawDreamer is an audio-processing Python framework supporting Faust and Faust's
#### [ode2dsp](https://git.sr.ht/~kdsch/ode2dsp)
ode2dsp is a Python library for generating ordinary differential equation (ODE) solvers in digital signal processing (DSP) languages. It automates the tedious and error-prone symbolic calculations involved in creating a DSP model of an ODE. Finite difference equations (FDEs) are rendered to Faust code.

#### [faustlab](https://github.com/shakfu/faustlab)
A exploratory project to wrap the Faust *interpreter* for use by python via the following wrapping frameworks using the RtAudio cross-platform audio driver:

- cyfaust: cython (faust c++ interface)
- cfaustt: cython (faust c interface)
- pyfaust: pybind11 (faust c++ interface)
- nanobind: nanobind (faust c++ interface)

### Rust tools

#### [rust-faust](https://github.com/Frando/rust-faust)
Expand Down

0 comments on commit 473de56

Please sign in to comment.