summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simpl/synthesis.pyx2
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()