Re: [flac-dev] PATCH: OS SSE support detection, version 2

2014-03-15 Thread Erik de Castro Lopo
lvqcl wrote: > So, about the patches from > http://lists.xiph.org/pipermail/flac-dev/2014-March/004577.html > >* The patch cpu_part1.patch should be applied; > >* The patch cpu_part2.patch (already applied) is almost useless now, so > why keep it? > It can be useful only for those

Re: [flac-dev] PATCH: OS SSE support detection, version 2

2014-03-15 Thread lvqcl
Erik de Castro Lopo wrote: > It looks like I applied the the part1 patch and didn't apply the > part2 patch. > > Please check commit 99d5154f436b389758d6a9020e448b8dbedb14bc. > Well, it's part2 as far as i can see... My message contained 2 attached files: 1) cpu_part1.patch that begins with di

[flac-dev] FLAC-compress data with Python

2014-03-15 Thread Nouvelle Collection
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 FL

Re: [flac-dev] FLAC-compress data with Python

2014-03-15 Thread Erik de Castro Lopo
Nouvelle Collection wrote: > 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

Re: [flac-dev] PATCH: OS SSE support detection, version 2

2014-03-15 Thread Martijn van Beurden
op 15-03-14 06:15, lvqcl schreef: > I hope that this code will help to avoid "bug" reports such as > http://sourceforge.net/p/flac/bugs/409/ It's even mentioned in the FAQ, so it's really nog a bug, not even a "bug" :) http://xiph.org/flac/faq.html#tools__different_sizes ___