手机端
从soundwire官网下载对应安卓版本.apk文件并安装
电脑端
- 从soundwire官网官网下载对应Linux版本.tar.gz压缩文件
- 解压soundwire.tar.gz,得到的文件夹里面有install.txt,安装文档,里面有详细的安装方法、步骤,按照里面的步骤来就行了,具体如下:
- 运行SoundWire要求:
- 确保59010 & 59011端口不被占用
- 安装Pulse Audio Volume Control (pavucontrol) :
sudo apt-get install pavucontrol
- SoundWire Server命令行模式配置
- 为了能在命令行使用Soundwire,将Soundwire文件夹添加到环境变量
sudo vim /etc/profile
- 在末尾添加:
export PATH=$PATH:/home/sky/software/SoundWireServer
- 使配置生效:
source /etc/profile
- 这样以来,就可以在命令行输入:
SoundWireServer
打开Soundwire了,如果不想使用图形界面,可以加上-nogui参数:
SoundWireServer -nogui
- SoundWire Server桌面打开模式设置
- 将图标文件sw-icon.xpm拷贝到/usr/share/applications,这一步可以不要,在设置图标位置的时候,就要选择正确的位置就行了
- 复制Soundwire文件夹下的SoundWire-Server.desktop到/usr/share/applications,这样Soundwire就可以显示在程序列表里面了
手机连接电脑端播放声音
注意
- 如果程序列表里面的SoundWire图标不正确,则需要编辑SoundWire-Server.desktop中的icon属性:
sudo vim /usr/share/applications/SoundWire-Server.desktop
设置Icon图标的正确路径
[Desktop Entry]
Name=SoundWire Server
Comment=Server program for SoundWire Android app
Exec=SoundWireServer
Icon=/usr/share/applications/sw-icon.xpm#设置到sw-icon.xpm的路径
Terminal=false
Type=Application
Categories=AudioVideo;Audio
- 如果手机连上之后并没有声音,那么
-
点击Open Pulse Audio Volume Control键
-
点击“Monitor of”按钮,选择一个有声音的就行了