luxonis / depthai-core

DepthAI C++ Library
MIT License
231 stars 126 forks source link

Develop Audio Nodes #1115

Open TheMutta opened 1 month ago

TheMutta commented 1 month ago

Adding audio managment capabilities to depthai with the creation of various audio nodes for audio capture, output, mixing, encoding and replay.

asahtik commented 3 weeks ago

It'd probably be good to add comments to node / datatype getters and setters for docs generation before merging.

Also might be good to run clangformat, but I'm not sure if v3_develop is properly formatted. If clangformat causes a lot of new changes, skip - we'll make a separate merge just for formatting.