summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basetypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/basetypes.py b/basetypes.py
index 2a25688..09c5256 100644
--- a/basetypes.py
+++ b/basetypes.py
@@ -355,7 +355,7 @@ class Residual(object):
self.hop_size = 512
self.frame_size = 2048
- # TODO: break this up into find_residual and find_frame_residual
+ # TODO: break this up into find_residual and residual_frame
# so that it can be streamed
def find_residual(self, synth, original):
"Calculate and return the residual signal"