| 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.
 |