Merge branch 'design'

This commit is contained in:
guozhigq
2024-06-25 00:11:59 +08:00
4 changed files with 45 additions and 1 deletions

View File

@ -0,0 +1,6 @@
final List aoOutputList = [
{'title': 'audiotrack,opensles', 'value': '0'},
{'title': 'opensles,audiotrack', 'value': '1'},
{'title': 'audiotrack', 'value': '2'},
{'title': 'opensles', 'value': '3'},
];