安卓手機(jī)變成無(wú)線揚(yáng)聲器的程序-wireless speaker for android
安卓手機(jī)變成無(wú)線揚(yáng)聲器的安卓應(yīng)用程序wireless speaker for android
可用利用舊手機(jī)當(dāng)作電腦揚(yáng)聲器
下載安卓手機(jī)軟件
https://d.appinn.com/wireless-speaker-for-android/
電腦端軟件下載
https://wifiaudio.boards.net/thread/2/wifiaudio-support-links-download-application
~~~~~~~~~~~~
如何使用
How to use
有了這個(gè)Android應(yīng)用程序,你可以把你的Android設(shè)備用作無(wú)線揚(yáng)聲器。
With this Android application you can use your Android device as a wireless speaker.
新增功能
New Features in
Windows Server:-
Windows Server :-
1)開(kāi)機(jī)自動(dòng)啟動(dòng)
1) Auto start at bootup
2)自動(dòng)發(fā)現(xiàn)移動(dòng)設(shè)備(Windows防火墻中32000端口需要防火墻例外)
2) Auto discover mobile device (Needs firewall exception for port 32000 in Windows Firewall)
3)記住上次使用的IP地址,如果存儲(chǔ)IP地址,自動(dòng)開(kāi)始音頻傳輸。
3) Remember last used IP address and auto start audio transmission if IP address is stored.
Linux服務(wù)器:—
Linux Server :-
1)自動(dòng)發(fā)現(xiàn)移動(dòng)設(shè)備
1) Auto discover mobile device
2)低延遲音頻的電影模式。
2) Movie mode for very low latency audio.
工作原理:
How it works:
根據(jù)您的操作系統(tǒng),在您的機(jī)器上下載Windows或Linux可執(zhí)行文件
Download Windows or Linux executable on your machine depending on the OS
a)運(yùn)行WiFi音頻Android App,按開(kāi)始鍵,下方會(huì)顯示移動(dòng)設(shè)備IP地址
a) Run WiFi Audio Android App and Press start, you will see IP address of mobile device in the bottom
然后運(yùn)行Windows/Linux應(yīng)用程序,在IP地址字段中輸入移動(dòng)設(shè)備的IP地址,然后在PC應(yīng)用程序上按啟動(dòng)鍵。
after that run Windows/Linux application and put mobile device's IP address in the IP address field and then press start on PC application.
現(xiàn)在所有來(lái)自PC的音頻都將被發(fā)送到移動(dòng)設(shè)備,你將在移動(dòng)設(shè)備上聽(tīng)到音頻。
Now all audio coming out from PC will be send to mobile device and you will hear audio on mobile device.
b)本版本還支持自動(dòng)發(fā)現(xiàn)功能,在以下情況下工作
b) This version also supports auto-discover function it will work in following conditions
1)用戶必須允許來(lái)自PC端32000端口的數(shù)據(jù)包傳入,對(duì)于Windows用戶必須為可執(zhí)行應(yīng)用程序或32000端口添加例外。
1) Users has to allow incoming packets from port 32000 on the PC, For Windows user has to add exception for either application executable or for the port 32000.
在Linux上,以下命令將為端口32000添加例外
On Linux following command will add exception for port 32000
iptables -I INPUT -p udp——dport 32000 -j ACCEPT或者用戶可以使用防火墻永久添加異常。
iptables -I INPUT -p udp --dport 32000 -j ACCEPT or users can use firewalld to add exception permanently.
(注意:在Linux下執(zhí)行iptables命令需要root權(quán)限)
(Note: to run iptables command root permission is required on Linux)