Skip to content

BufAudioTransport now has A-B based arguments #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2022
Merged
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
20 changes: 10 additions & 10 deletions doc/BufAudioTransport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,34 @@ description: |
See Henderson and Solomonm (2019) AUDIO TRANSPORT: A GENERALIZED PORTAMENTO VIA OPTIMAL TRANSPORT, DaFx

parameters:
source1:
sourceA:
description: |
The first source buffer
startFrame1:
startFrameA:
description: |
offset into the first source buffer (samples)
numFrames1:
numFramesA:
description: |
number of samples to use from first source buffer
startChan1:
startChanA:
description: |
starting channel of first source buffer
numChans1:
numChansA:
description: |
number of channels to process in first source buffer
source2:
sourceB:
description: |
the second source buffer
startFrame2:
startFrameB:
description: |
offset into the second source buffer (samples)
numFrames2:
numFramesB:
description: |
number of samples to process from second buffer
startChan2:
startChanB:
description: |
starting channel for second buffer
numChans2:
numChansB:
description: |
number of channels to process in second buffer
destination:
Expand Down