sound_stream 0.4.1 sound_stream: ^0.4.1 copied to clipboard
A Flutter plugin for streaming audio data from Mic and data to Audio engine without using a file.
0.4.1 #
- Fix issue #62 - Orange microphone bubble remains on iOS
0.4.0 #
- Fix some bugs reported by the community: crashes, cannot play via headsets...
- Allow to force using built-in mic & speaker
0.3.0 #
- Migrate to null-safety
0.2.0 #
- Recorder & Player can work simultaneously
- Minor code refactor
0.1.0+1 #
Refactor to match pub.dev's Health suggestions
- Add a dispose method
0.1.0 #
Cross-platform support
- Audio data can be sent from Android to iOS and vice versa.
- Player that receive stream of PCM 16bit sound data in a (Uint8List).
- Added new example: Send data via WebSocket
- Fixed some bugs.
0.0.1 #
Initial release
- Provides stream of data from mic (Uint8List).
- Player that receive stream of raw sound data (Uint8List).
- Support both Android and iOS.