You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this error, the app stops. When I only use other CARP packages (e.g. from context, device and sensor), the app keeps working, also in background.
I added everything to plist that should be there according to carp_audio_package.
Thank you for your help!
flutter doctor -v
[✓] Flutter (Channel stable, 2.2.1, on macOS 11.5.2 20G95 darwin-x64, locale en-BE)
• Flutter version 2.2.1 at /Users/app/flutter
• Framework revision 02c026b03c (4 months ago), 2021-05-27 12:24:44 -0700
• Engine revision 0fdb562ac8
• Dart version 2.13.1
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
• Android SDK at /Users/merijnmestdagh/Library/Android/sdk
• Platform android-30, build-tools 29.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6916264)
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.5.1, Build version 12E507
• CocoaPods version 1.10.1
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 4.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6916264)
[✓] Connected device (2 available)
• Merijn’s iPhone (mobile) • 00008020-0009601E1199002E • ios • iOS 14.8
• Chrome (web) • chrome • web-javascript • Google Chrome 93.0.4577.82
The text was updated successfully, but these errors were encountered:
sc00n
changed the title
[carp_audio_package] error in iOS when screen is off
[carp_audio_package] error in iOS when app in background
Sep 17, 2021
I get an error when I use
AudioSamplingPackage.NOISE
fromcarp_audio_package 0.30.1
in my sampling scheme.The app runs fine when in foreground. When the app is in background, I get the following error after a while:
After this error, the app stops. When I only use other CARP packages (e.g. from
context
,device
andsensor
), the app keeps working, also in background.I added everything to plist that should be there according to
carp_audio_package
.Thank you for your help!
flutter doctor -v
The text was updated successfully, but these errors were encountered: