diff options
author | John Glover <john@john-glovers-macbook.local> | 2010-12-17 18:11:41 +0000 |
---|---|---|
committer | John Glover <john@john-glovers-macbook.local> | 2010-12-17 18:11:41 +0000 |
commit | 20473bc111d2ec16dbe1403b0d8e4d963e15c0c3 (patch) | |
tree | 3aadae70041225b3b24a4f48804a6798f794aa75 /basetypes.py | |
parent | e63147a042bebb1cdbeec3b82cc263d16f537a95 (diff) | |
download | simpl-20473bc111d2ec16dbe1403b0d8e4d963e15c0c3.tar.gz simpl-20473bc111d2ec16dbe1403b0d8e4d963e15c0c3.tar.bz2 simpl-20473bc111d2ec16dbe1403b0d8e4d963e15c0c3.zip |
changed name of residual streaming method
Diffstat (limited to 'basetypes.py')
-rw-r--r-- | basetypes.py | 2 |
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" |