phase 3: subprocess backend, dual-backend pipeline, packets flowing

This commit is contained in:
2026-04-09 19:46:20 -03:00
parent 5b467ffba8
commit ff96dcb4f7
9 changed files with 527 additions and 157 deletions

View File

@@ -1,3 +1,4 @@
pub mod backends;
pub mod capture;
pub mod encoder;
pub mod pipeline;