WARNING: In last commit e4379e6 some methods have new parameter.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

WARNING: In last commit e4379e6 some methods have new parameter.

fredvs
Administrator
Hello.

In last release, AddFromDevIn() and AddIntoDevOut() have a new parameter: ChunkCount.

ChunkCount is the number of chuncks from the buffer to take/give from/to the device.
It can be usefull to tune the sound mainly on arm machine.
By default (-1) it is set to 512.

Also uos_InputGetArrayLevel was renamed into uos_InputGetLevelArray and
uos_InputSetArrayLevelEnable into uos_InputSetLevelArrayEnable.

Sorry for the inconvenience.

There are also new methods: InputFiltersGetLevel() for spectrum features.

Fre;D

PS: The demos where updated.