[README] basic tree

This commit is contained in:
thibaud keller 2025-02-08 19:26:50 +00:00
parent 7f2b5577fc
commit 579fcb9281

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# 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
```