def __init__(self,wavfile,transcription):
		self.wavfile = wavfile
		Decoder.__init__(self,wavfile,transcription)
示例#2
0
 def __init__(self, N=50):
     Decoder.__init__(self)
     self.N = N