nightmare-space / fast_share

Fast Share is a highly available file sharing terminal on LAN(local area network) like airdrop developed by flutter framework.
MIT License
908 stars 93 forks source link

Audio streaming Server/Client #6

Open c-sanchez opened 2 years ago

c-sanchez commented 2 years ago

I'm not sure how easy or complicated can be this, I am currently using two applications to get more out of my wifi connection.

To send files between Windows and Android I am using NitroShare. Besides that I use Wifi Audio (Yes, that's the name of the program) to send the audio from Windows to my phone to use the headphones. The sound works really well and with very little lag, basically unnoticeable. I think it would be great to have a program like Speed Share that allows file and audio sharing, an all in one :D

Previously I used AudioRelay, however the application is a bit heavy for my taste and requires .net framework, although it works quite well. But Wifi Audio is only 738kb on Windows and 1.5MiB on Android.

Some screens: WifiAudio app (client) in my Android phone https://i.ibb.co/9ZkHffD/wifi-Audio-android.jpg

Wifi Audio program (server) in my Windows PC https://i.ibb.co/80CSdbV/wifi-Audio-windows.jpg

Interest links: NitroShare: https://github.com/nitroshare

Wifi Audio: https://wifiaudio.boards.net/thread/2/wifiaudio-support-links-download-application

AudioRelay: https://audiorelay.net/

mengyanshou commented 2 years ago

It should be a little difficult for me