24 lines
907 B
Markdown
24 lines
907 B
Markdown
|
# Objective
|
||
|
|
||
|
This gide aims at outputing aes67 audio streams from the raspbery pi, using pipewire. Our hope is to get the [score sequencer](ossia.io) running on the pi and streaming to aes67 compatible hardware. Tested on the respbery pi 5 runing arch linux, and streaming to innosonix LP2 amps.
|
||
|
|
||
|
# File system
|
||
|
|
||
|
```md
|
||
|
├──/etc
|
||
|
│ ├── /linuxptp
|
||
|
│ │ └── /ptp4l.conf
|
||
|
│ ├── /netctl
|
||
|
│ │ └── /ethernet-static
|
||
|
│ ├── /systemd
|
||
|
│ │ ├── /system
|
||
|
│ │ │ ├── /aes67-proxy@.service
|
||
|
│ │ │ └── /linuxptp.ptp4l@.service
|
||
|
│ │ └── /user
|
||
|
│ │ └── /pipewire-aes67.service
|
||
|
├──/home
|
||
|
│ └──/<user>
|
||
|
│ └── /.config/
|
||
|
│ └── pipewire-aes67.conf
|
||
|
```
|