R Ramezanpour Active Member Licensed User Longtime User Mar 2, 2015 #1 hi how can i create walkie talkie in Basic4ios?
Erel B4X founder Staff member Licensed User Longtime User Mar 3, 2015 #2 It will not be "realtime" as with the B4A solution based on AudioStreamer. You can use AudioRecorder from the iMedia library to capture the audio and then send it to the other device with code similar to B4A and play it. Upvote 0
It will not be "realtime" as with the B4A solution based on AudioStreamer. You can use AudioRecorder from the iMedia library to capture the audio and then send it to the other device with code similar to B4A and play it.
R Ramezanpour Active Member Licensed User Longtime User Mar 3, 2015 #3 Erel said: and then send it to the other device with code similar to B4A and play it. Click to expand... How ? Upvote 0
Erel said: and then send it to the other device with code similar to B4A and play it. Click to expand... How ?
Erel B4X founder Staff member Licensed User Longtime User Mar 4, 2015 #4 Use AsyncStreams.WriteStream to send the file to the other device. Upvote 0