-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed as not planned
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitypackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
This is a very important feature:
I need to record audio on client A and send it in realtime using a server to client B to then play the audio.
-I need it to make a voice call with others.
What I have so far:
- https://pub.dev/packages/audio_streams#-readme-tab- - Gives a byte-stream of the microphone for iOS only
- https://pub.dev/packages/mic_stream - Gives a byte-stream of the microphone for Android only
--
- It is not convenient for such a simple feature to be handled platform specific (or without an abstraction)
- There is no way (I have not found one) to use a byte-stream to then play it directly as a sound!
-That is the important part!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitypackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.