comparison Example VamPy plugins/PySpectralFeatures.py @ 69:f5b8646494d2

Metadata fixes
author Chris Cannam
date Mon, 17 Nov 2014 12:53:51 +0000
parents 44d56a3d16b7
children
comparison
equal deleted inserted replaced
68:44d56a3d16b7 69:f5b8646494d2
52 def getIdentifier(self): 52 def getIdentifier(self):
53 return 'vampy-sf3' 53 return 'vampy-sf3'
54 54
55 def getDescription(self): 55 def getDescription(self):
56 return 'A collection of low-level spectral descriptors.' 56 return 'A collection of low-level spectral descriptors.'
57 57
58 def getCopyright(self):
59 return 'Plugin By George Fazekas. Freely redistributable example plugin (BSD license)'
60
58 def getMaxChannelCount(self): 61 def getMaxChannelCount(self):
59 return 1 62 return 1
60 63
61 def getInputDomain(self): 64 def getInputDomain(self):
62 return FrequencyDomain 65 return FrequencyDomain