def __init__(self,wavfile,transcription): self.wavfile = wavfile Decoder.__init__(self,wavfile,transcription)
def __init__(self, N=50): Decoder.__init__(self) self.N = N