You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiled debian/ubuntu packages are available for [armhf](https://github.com/mincequi/cornrow/releases/download/v0.5.1/cornrowd_0.5.1_armhf.deb) and [amd64](https://github.com/mincequi/cornrow/releases/download/v0.5.1/cornrowd_0.5.1_amd64.deb).
15
+
Compiled debian/ubuntu packages are available for [armhf](https://github.com/mincequi/cornrow/releases/download/v0.6.0/cornrowd_0.6.0_armhf.deb) and [amd64](https://github.com/mincequi/cornrow/releases/download/v0.6.0/cornrowd_0.6.0_amd64.deb).
16
16
17
17
Get dependencies first
18
18
```
19
19
sudo apt update
20
20
sudo apt install \
21
-
libgstreamermm-1.0 \
22
21
libqt5bluetooth5 \
23
22
libqt5network5 \
24
23
libasound2 \
25
-
libao4 \
26
24
libavcodec58 \
25
+
libavutil56 \
27
26
libsbc1
28
27
dpkg -i cornrowd__<version>_<your_arch>.deb
29
28
```
@@ -35,15 +34,14 @@ Consider downloading the release tarballs. Master might be broken from time to t
A lot of Bluetooth packets seem to be dropped when CPU usage is **low**. As soon as the system is put under load, bluetooth packet reception is a **lot** better. This seems to be related to core frequency scaling (https://www.raspberrypi.org/documentation/configuration/uart.md).
0 commit comments