Example #1
0
 def echoprint(self):
     
     from lib.analyzer.echoprint import Echoprint
     e = Echoprint()
     code, version, duration, echoprint = e.echoprint_from_path(self.sample.path)
     res = e.get_by_echoprintfp(code, version)
     
     self.echoprintfp = echoprint
     return res
Example #2
0
    def echoprint(self):

        from lib.analyzer.echoprint import Echoprint
        e = Echoprint()
        code, version, duration, echoprint = e.echoprint_from_path(
            self.sample.path)
        res = e.get_by_echoprintfp(code, version)

        self.echoprintfp = echoprint
        return res