Move the call to expand variables and expressions
11 Dec
2021
11 Dec
'21
11:44 p.m.
alsa-project/alsa-utils pull request #127 was opened from ranj063:
With the addition of the math expression evaluator in alsa-lib, we can use it to evaluate simple math expresionns for objects attribute values based on other attributes.
For example to calculate the size attribute in buffer objects: size "$[$[$[$periods * $sample_size] * $channels] * $[$[$rate * $period]]] / 1000000"
The size attribute value will be computed from the values for the periods, sample_size, channels, rate and period attribute values set in the buffer object.
Request URL : https://github.com/alsa-project/alsa-utils/pull/127 Patch URL : https://github.com/alsa-project/alsa-utils/pull/127.patch Repository URL: https://github.com/alsa-project/alsa-utils
1107
Age (days ago)
1107
Last active (days ago)
0 comments
1 participants
participants (1)
-
GitHub pull_request - opened