audio_streamer 4.1.1 audio_streamer: ^4.1.1 copied to clipboard
Streaming of Pulse-code modulation (PCM) audio from Android and iOS
4.1.1 #
- enable AGP 8.0
4.0.0 #
- removal of permission_handler dependency - handling permission should take place in the app, not the plugin.
- major refactor of plugin code
- update of example app to handle permissions to access the microphone and other improvements.
3.1.0 #
- upgrade of permission_handler plugins
3.0.0 #
2.2.0+1 #
- updated example app podfile to correctly include permission for iOS
- updated README to include podfile permission
2.2.0 #
- upgrade of
permission_handler: ^10.0.0
- Upgraded to Dart 2.17 and Flutter 3.0
2.0.0 #
- Null safety migration
1.3.0 #
- Fixed an issue where using another media player/recorder would cause the plugin to go into an error state on iOS (see https://github.com/cph-cachet/flutter-plugins/issues/86)
1.2.0 #
- Fixed an issue where the AVAudioRecorder would crash on iOS (see https://github.com/cph-cachet/flutter-plugins/issues/91)
1.1.6 #
- Upgrade to
permission_handler
v. 5.
1.1.5 #
- Added a getter for the sample rate field.
1.1.0 #
- Able to stream audio data on Android as well
- The plugin will now record as soon as the permission dialog ends.
1.0.0 #
- Able to stream audio data on iOS.