[README] basic tree
This commit is contained in:
parent
7f2b5577fc
commit
579fcb9281
1 changed files with 23 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal 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
|
||||
```
|
Loading…
Add table
Reference in a new issue