Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1dd557 commit af722bfCopy full SHA for af722bf
1 file changed
Lib/sunau.py
@@ -386,7 +386,7 @@ def setparams(self, params):
386
self.setcomptype(comptype, compname)
387
388
def getparams(self):
389
- return _sunau_getparams(self.getnchannels(), self.getsampwidth(),
+ return _sunau_params(self.getnchannels(), self.getsampwidth(),
390
self.getframerate(), self.getnframes(),
391
self.getcomptype(), self.getcompname())
392
0 commit comments