From 2ea222355fa906995ac359c8624c6a1c8ad2b8e1 Mon Sep 17 00:00:00 2001 From: legop3 Date: Fri, 13 Mar 2026 17:58:28 -0400 Subject: [PATCH] audioplan --- plans/audio forwarding.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plans/audio forwarding.md diff --git a/plans/audio forwarding.md b/plans/audio forwarding.md new file mode 100644 index 00000000..3b979698 --- /dev/null +++ b/plans/audio forwarding.md @@ -0,0 +1,14 @@ +# main idea: +- stream audio from server to rovers +- users can either stream their mic from their browser +- users can also play audio files on the rover through the browser +- this is a VIP feature for verified users only + - gate in UI and in the server + +## specifics +- only the current driver can play audio through a rover +- admins can enable / disable audio +- lockdown admins can adjust the volume for all rovers +- rovers are always listening for an audio stream from the server + - no transcoding allowed on-rover due to resources +- rovers are always local and cant be accessed from outside, no security is needed for audio streaming \ No newline at end of file