From 579fcb9281a09daf9b6fce63b84feb6b26e350da Mon Sep 17 00:00:00 2001 From: thibaudk Date: Sat, 8 Feb 2025 19:26:50 +0000 Subject: [PATCH] [README] basic tree --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c206ad8 --- /dev/null +++ b/README.md @@ -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 +│ └──/ +│ └── /.config/ +│ └── pipewire-aes67.conf +```