Displaying 1 result from an estimated 1 matches for "pysoundfil".
Did you mean:
pysoundfile
2014 Mar 15
1
FLAC-compress data with Python
Hello,
I would like to compress some data, stored in a Numpy Array (Python) with
something like (*):
flac.compress(my_array)
without having to put data in a .wav file, without having to deal with
containers, etc.,
i.e. :
*raw data in / raw data out*
Do you have an idea on how to do that with FLAC?
This could be useful for audio data of course (stored in simple arrays),
but also for other kind