Audio Share远程声卡 0.0.17 • 2.79MB

Audio Share远程声卡

0.0.17 2.79MB 实用工具
star star star star star_border
4.2 • 1.2万条评价
file_download
28 下载量
storage
2.79MB 应用大小
chat_bubble_outline
1 评论数
favorite_border
26 收藏数

应用截图

应用截图 1
zoom_in
应用截图 2
zoom_in
实用工具
小工具
info

正式版为F-Droid版应用,不可与其他版本混装,因为采用F-Droid公版签名 清华源链接位于剪贴板

new_releases

新版特性

update 版本 0.0.17
storage 2.79MB schedule

- If you have downloaded the v0.0.16, you should upgrade to this version right away. The v0.0.16 has no limit of "Loudness Enhancer". If this value that you set too big, it will hurt your ears. - Add a limit to "Loudness Enhancer". Its max value is `3000mB`. - Change the step of "Audio Volume" seekbar to `0.01`.

description

应用介绍

将 Windows/Linux 电脑的音频共享到 Android 手机。 音频共享可以通过网络将 Windows/Linux 电脑的音频共享到 Android 手机,这样你的手机就成了电脑的扬声器。 (你无需购买新的扬声器😄)。 ## 使用 Windows 图形用户界面 - 你需要一台装有 Windows 10 x86_64 的电脑和一部装有 Android 6.0(API 23)+ 的手机。 - 从 [最新版本](https://github.com/mkckr0/audio-share/releases/latest) 下载 APK 文件和 AudioShareServer.exe。 - 在电脑上打开 AudioShareServer.exe。 默认参数可能效果不错。 但你可能仍需检查 "主机 "部分。 它通常是局域网地址,如 "192.168.3.2"。 确保手机可以通过此 IP 地址连接电脑。 然后点击 "启动服务器 "按钮。 - 将 APK 安装到手机并打开。 修改 "Host "部分,确保与上一步的值相同,如 "192.168.3.2"。 点击"▶"按钮,欣赏音频🎶。 > 注意!!!**: 此应用程序目前不支持自动重新连接功能。 一旦应用程序被 Android 省电程序杀死或断开连接,音频播放就会停止。 建议将应用添加到电源保护器的白名单中。 ## Usage for Windows/Linux CMD - Your Linux distro must have a PipeWire. Rocky Linux 9 works well. - Download the `audio-share-server-cmd-windows.zip` for Windows, the `audio-share-server-cmd-linux.tar.gz` for Linux. - Uncompress the archive file. - Find the LAN address of your computer, such as `192.168.3.2`. Then run `as-cmd -b 192.168.3.2` to start the server. It will use the default port `65530` and select a default audio endpoint. - The Windows will ask you to add firewall rules automatically while Linux not. So you need to configure firewall manually if your Linux distribution enables firewall. ```sh sudo firewall-cmd --add-rich-rule='rule family="ipv4" destination address="192.168.3.2" port port="65530" protocol="tcp" accept' sudo firewall-cmd --add-rich-rule='rule family="ipv4" destination address="192.168.3.2" port port="65530" protocol="udp" accept' sudo firewall-cmd --runtime-to-permanent ``` - Install APK to your phone and open it. Modify the "Host" part to make sure it's same as the value of previous step, such as `192.168.3.2`. Click "▶" button and enjoy the audio🎶.