文件名称:mac2rpi_playback_server:将音频从Mac流传输到Raspberry Pi的解决方案
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-09 22:56:01
audio macos raspberry-pi streaming C++
mac2rpi_playback_server 从Mac将音频流传输到Raspberry Pi的解决方案。 播放服务器在Raspberry Pi上运行,它侦听Mac上运行发送的音频数据包。 快速开始 安装依赖项: sudo apt update sudo apt install libasound-dev libboost-all-dev 使用C ++绑定编译并安装 : wget http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz tar xf pa_stable_v190600_20161030.tgz cd portaudio ./configure --enable-cxx --with-alsa --without-oss && make sudo make install 克隆存储库: B
【文件预览】:
mac2rpi_playback_server-master
----test()
--------test.cpp(3KB)
--------CMakeLists.txt(313B)
----LICENSE(1KB)
----src()
--------default_player.cpp(2KB)
--------default_player.h(704B)
--------receiver.h(2KB)
--------main.cpp(844B)
--------player.h(268B)
--------CMakeLists.txt(816B)
----.gitignore(3KB)
----CMakeLists.txt(214B)
----README.md(2KB)
----script()
--------mac2rpi_playback_server.service(222B)