feat: 音频输出方式设置

This commit is contained in:
guozhigq
2024-06-24 23:43:37 +08:00
parent 6978c76fcd
commit 791809daa6
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'},
];