SwiftAudioEx
SwiftAudioEx copied to clipboard
Add device and output selection support
- Adds
AudioDeviceclass. - Adds
localDevicesproperty to retrieve a list of visible audio output devices. - Adds
outputDeviceproperty to get / set the audio output device. - Fixed deadlock in AVPlayerWrapper where the delegate can issue a state change while still inside the lock.
- Depends on #80
Codecov Report
Attention: Patch coverage is 74.70588% with 43 lines in your changes are missing coverage. Please review.
Project coverage is 77.54%. Comparing base (
4d3c1db) to head (8dd0a04).
Additional details and impacted files
@@ Coverage Diff @@
## main #85 +/- ##
==========================================
- Coverage 78.33% 77.54% -0.80%
==========================================
Files 17 19 +2
Lines 1288 1456 +168
==========================================
+ Hits 1009 1129 +120
- Misses 279 327 +48
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.