Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 989 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 989 Bytes

MOVED

This repository is not maintained. The development continues in my personal repository.

https://github.com/ndac-todoroki/esp32_aes67_sender

ESP32 AES67 audio over IP (over WiFi) trial prototype application

This is a experimental application which aims to send audio packets via WiFi, while following the AES67 audio-over-IP requirements.

You need a working ESP32 (two of them), and ESP-IDF installed to your host computer.

Results for now

AES67 L16 48kHz requires to send RTP packets every 250 micro seconds in a particular format, but I acheived only about 2000 microseconds (= 2ms) for now.
Sending vanilla packets takes only 100 microseconds, so somewhere around the AES67 payload encoding must be taking time.

Links