Create AUP3 file on a headless server?

I would like to take audio recorded via LikeKit (video conferencing library) to a web server, and then take the audio data recorded from each user and put the sample data into an AUP3 file, using 1 track per in the conference. It looks AUP3 this is an sqlite3 file. I can see the database structure, but I would rather not reverse engineer all the fields through trial and error.

What would be the easiest way to programmatically (via PHP, Python, Javascript, or whatever) generate an AUP3 file that could be downloaded by the user?

I think your best bet here is to indeed reverse-engineer things. Good starting points would probably be

1 Like

Thanks for the links! Much appreciated. It’s a start