Skip to content

sfc-arch/esp32_aes67_sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Prototype of sending AES67-based audio packets over WiFi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published