Bug 441403

Summary: [Feature Request]Add support for audio redirection.
Product: [Applications] kdeconnect Reporter: strayingfar
Component: commonAssignee: Albert Vaca Cintora <albertvaka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: nicolas.fella, stuart.lopresti
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description strayingfar 2021-08-23 02:11:11 UTC
I want to use my phone as the speaker & microphone for my pc and I think this could be especially useful for some specific occasions.
Comment 1 stuart.lopresti 2021-12-19 01:35:27 UTC
I've just been looking for a solution to this myself. After some significant searching, I've found that pulseaudio is capable of sending an RTP stream over the network: https://www.tipvote.com/a/linux/10537

It's a bit cumbersome using this method since you have to know your phone's IP address on your home network, manually load the null-sink and rtp-send modules targeting that address, and connect to the resulting RTP stream on your phone via a compatible app, (e.g. VLC or PulseDroid RTP https://github.com/wenxin-wang/PulseDroidRtp/) but it works with only minor latency and very little dropped audio.

Perhaps this is coming from a place of ignorance, (I am not a developer) but it doesn't seem like it would be difficult in principle to incorporate this functionality into kdeconnect, especially since it's mainly just leveraging capabilities pulseaudio already has.
Comment 2 Nicolas Fella 2022-05-30 19:00:29 UTC

*** This bug has been marked as a duplicate of bug 374017 ***