diff ater/submux.h @ 26:237687e2be6c

ater: implement play internals
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Jun 2024 20:15:42 +0000
parents 1e375472d5a5
children 16715bd149e0
line wrap: on
line diff
--- a/ater/submux.h	Mon Jun 24 18:56:05 2024 +0000
+++ b/ater/submux.h	Mon Jun 24 20:15:42 2024 +0000
@@ -22,6 +22,10 @@
 	bool is_efr;
 	struct osmo_trau_frame ul_frame;
 	unsigned mfrm_count;
+	uint8_t *play_buffer;
+	unsigned play_buf_total;
+	unsigned play_buf_ptr;
+	bool play_wait_align;
 };
 
 extern struct ater_subslot subslots[ATER_SUBSLOTS];