feat: Convert opus to aac on iOS before playing

This commit is contained in:
Krille 2024-08-04 15:00:23 +02:00
commit 0bd61ced3f
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 59 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '12.0'
platform :ios, '12.1'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'