获取音频输出设备列表(扬声器/耳机)
Future<List<MediaDevice>> getAudioOutputDevices() async { return await Hardware.instance.enumerateDevices(type: 'audiooutput'); }