Phase Coherence #300
Replies: 1 comment
-
Hi,
That class is for the upcoming JUCE plugin that does real-time streaming.
The additive synthesis procedure maintains phase coherence by design by
smoothly incrementing the phase between each frame and then just taking the
sin.
…On Wed, Jan 6, 2021 at 12:31 PM Bonikt ***@***.***> wrote:
I see you added the StreamingF0Ld class to the ddsp/training/inference.py
module.
Can you tell me, how you can use your model in real-time and generate
frames with consistent phases and no border effects?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#300>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANFCCN2PH2CXHN6GNQUWOLSYTCCLANCNFSM4VYBCSVA>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bonk1t
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see you added the StreamingF0Ld class to the ddsp/training/inference.py module.
Can you tell me, how you can use your model in real-time and generate frames with consistent phases and no border effects?
Beta Was this translation helpful? Give feedback.
All reactions