this post was submitted on 30 Aug 2026
9 points (100.0% liked)

F-Droid

10816 readers
1 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 5 years ago
MODERATORS
 

I hope you guys understand my question, as somebody who has used VOIP on very limited times.

On a regular phone call, there is a constant line of communication, meaning both sides could talk at the same time if they wanted. I thought VOIP would be like this, but in my experience VOIP is a short audio message you send, the other side hears it and sends you an answer, nothing wrong with that.

I want to talk to family, I don’t want to use whatsapp and I’m experimenting with SimpleX Chat. It allows me to send short audio files as audio messages, but it’s still not a continuous LOC. Would whatsapp be the same?

I want to convince family to use SimpleX, user experience would have to be as similar as possible to whatsapp

top 5 comments
sorted by: hot top controversial new old
[–] davad@lemmy.world 8 points 2 weeks ago (2 children)

meaning both sides could talk at the same time

You're describing "full-duplex" communication (or sometimes just called "duplex").

In practice, that's not always a "continuous line of communication". As long as messages can go in both directions at the same time, it's full-duplex.

Compare this to a walkie-talkie. With walkie-talkie, you're constantly transmitting or receiving. But when you push the button to speak, you can't hear anything until you let go of the button. This is because it can only transmit or receive (half-duplex).

As a general rule, VoIP should be duplex. Voice notes (on any platform) would be half-duplex (you can't listen and record at the same time).

Something that can muddy the waters with VoIP and other real-time voice methods is noise cancelling and bandwidth/data reduction methods. Your device might try to reduce wind noise, avoid sending data when you aren't talking, etc. In doing that, sometimes it interferes in a way that makes your brain feel like your call isn't a "continuous line". That might sound like a completely dead line (no line static) that makes you feel like the call cutout. Or the other person's noise reduction algorithm might cut or clip some of their audio.

[–] davad@lemmy.world 4 points 2 weeks ago

Oh, also SimpleX lets you do both voice notes and audio calls.

[–] merompetehla@lemmy.ml 2 points 1 week ago
[–] MeowWeHaveAProblem@toast.ooo 2 points 2 weeks ago (1 children)

Both sides can talk at the same time during VOIP calls. While Simplex can send audio or other files you can also tap the phone icon in your contact. This will make a regular phone call or video call with two way communication. For me, calls have worked the best out of other open source apps other than Signal. Only problem I have had was echo when using speaker phone. Regular calls work fine.

If you were asking about the network layer how things work. There are small packets of information going in both directions. Dropped packets will cause short lost audio. But normally all the small packets are put together into a continuous two way communication.

[–] merompetehla@lemmy.ml 2 points 1 week ago

thank you for the answer