LabAcoustics / piwfs

Raspberry Pi based wave field synthesis system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TBD

Ashymad opened this issue · comments

  • PRs
  1. Send PR to https://github.com/diwic/alsa-sys to use bindgen (diwic/alsa-sys#2)
  2. Send PR to https://github.com/diwic/alsa-rs to add get_driver_htstamp()
  • Networking
  1. Create a way to exchange simple messages between the master and the slaves
    a) Send message with playback start time to slaves (e.g. current master time + 2s)
    b) Possibly incorporate this into the cli
  2. Send audio data to slaves
    a) Investigate possibilty of using RTP (++AES67 compatibility)

PRs: 1 already done upstream. (Didn't check 2 but driver htstamp not needed for now)