Export table with Media column?

I was just curious. Yes, you could get the bytes and write those to a table I suppose. That might be feasible, depending on the audio files and what you want to do with that raw data. You would have to write that code though of course.

I’d probably use Pandas to make a nice little table that has exactly what I want in it, and then download that (or store the audio files somewhere else and link to them in the table; no idea if that would work for your purposes).