Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/AudioTransport.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
:sc-related: Classes/FluidBufAudioTransport
:see-also:
:description:
Interpolates between the spectra of two sounds using the Optimal Transport algorithm
Interpolates between the spectra of two sounds using optimal transport.

:discussion:
Interpolates between the spectra of two sounds using the optimal transport algorithm. This enables morphing and hybridisation of the perceptual qualities of each source linearly.
See Henderson and Solomonm (2019) AUDIO TRANSPORT: A GENERALIZED PORTAMENTO VIA OPTIMAL TRANSPORT, DaFx


https://arxiv.org/abs/1906.06763

:control in2:

Expand Down
7 changes: 5 additions & 2 deletions doc/BufAudioTransport.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
:sc-related: Classes/FluidAudioTransport
:see-also:
:description:
Interpolates between the spectra of two sounds using the Optimal Transport algorithm
Interpolates between the spectra of two sounds using optimal transport

See Henderson and Solomonm (2019) AUDIO TRANSPORT: A GENERALIZED PORTAMENTO VIA OPTIMAL TRANSPORT, DaFx
:discussion:
Interpolates between the spectra of two sounds using the optimal transport algorithm. This enables morphing and hybridisation of the perceptual qualities of each source linearly.

See Henderson and Solomonm (2019) AUDIO TRANSPORT: A GENERALIZED PORTAMENTO VIA OPTIMAL TRANSPORT, DaFx

https://arxiv.org/abs/1906.06763

:control sourceA:

Expand Down