| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | This module creates the audio parameter parser shared library file. |
| 2 | |||||
| 3 | |||||
| 4 | WHAT IT DOES? | ||||
| 5 | ============= | ||||
| 6 | |||||
| 7 | The audio parameter parser library is used to parse the xml files which contain the audio parameters, | ||||
| 8 | User could get/set these parameters through the audio parameter parser APIs. | ||||
| 9 | |||||
| 10 | |||||
| 11 | HOW TO USE IT? | ||||
| 12 | ============== | ||||
| 13 | |||||
| 14 | Link the audio parameter library and using it's APIs to retrieve audio parameters you want. | ||||