diff vamp/collect.py @ 79:650f0697812f

naming: vampyhost module methods snake_case
author Chris Cannam
date Wed, 21 Jan 2015 12:28:16 +0000
parents aa8491a11530
children de501b7e165a
line wrap: on
line diff
--- a/vamp/collect.py	Wed Jan 21 12:23:34 2015 +0000
+++ b/vamp/collect.py	Wed Jan 21 12:28:16 2015 +0000
@@ -24,7 +24,7 @@
     
 #     if outputDict.sampleType == vampyhost.ONE_SAMPLE_PER_STEP:
 #         for True:
-#             yield vampyhost.frame2RealTime(n * stepSize, sampleRate)
+#             yield vampyhost.frame_to_realtime(n * stepSize, sampleRate)
 #             n = n + 1
 
 #     elif outputDict.sampleType == vampyhost.FIXED_SAMPLE_RATE: