[BUILD] update new lutin 0.5.3
This commit is contained in:
parent
955a551ac9
commit
dde25794bf
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import lutinModule as module
|
import lutin.module as module
|
||||||
import lutinTools as tools
|
import lutin.tools as tools
|
||||||
import lutinDebug as debug
|
import lutin.debug as debug
|
||||||
|
|
||||||
def get_desc():
|
def get_desc():
|
||||||
return "audio_algo_aec : AEC basic algo"
|
return "audio_algo_aec : AEC basic algo"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import lutinModule as module
|
import lutin.module as module
|
||||||
import lutinTools as tools
|
import lutin.tools as tools
|
||||||
import lutinDebug as debug
|
import lutin.debug as debug
|
||||||
|
|
||||||
def get_desc():
|
def get_desc():
|
||||||
return "audio_algo_aec_test: test for LMS ALGO"
|
return "audio_algo_aec_test: test for LMS ALGO"
|
||||||
|
Loading…
Reference in New Issue
Block a user