<div dir="ltr"><div><div><div>Hello,<br><br></div>I would like to compress some data, stored in a Numpy Array (Python) with something like (*):<br><br><span style="font-family:courier new,monospace">flac.compress(my_array)     </span><br>

<br></div>without having to put data in a .wav file, without having to deal with containers, etc., <br>i.e. : <br><b>raw data in / raw data out</b><br><br>Do you have an idea on how to do that with FLAC?<br><br></div><div>

This could be useful for audio data of course (stored in simple arrays), but also for other kind of sampled data : I can imagine that FLAC can be useful on lots of different kinds of data (mainly for those whose waveforms look like continuous function, like audio data), isn&#39;t it true ?<br>

</div><div><br></div><div>Best regards, <br></div><div>basj<br></div><div><br><br><br></div>(*) in a similar fashion than all Python tools like :  json.dumps(mydata), lz4.dumps(mydata), pickle.dumps(myobject), <br><div><br>

<br></div></div>