diff options
-rw-r--r-- | simpl/synthesis.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simpl/synthesis.pyx b/simpl/synthesis.pyx index fd945ed..87a4019 100644 --- a/simpl/synthesis.pyx +++ b/simpl/synthesis.pyx @@ -37,7 +37,7 @@ cdef class Synthesis: def synth_frame(self, Frame frame not None): self.thisptr.synth_frame(frame.thisptr) - return frame.audio + return frame.synth def synth(self, frames): cdef int size = self.thisptr.hop_size() |