<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
Good morning,<br>
<br>
I am working for a university here in France and we need to be able
to compress a large audio corpus (780Mb).<br>
I have seen that, with flac providing a lossless compression, that
this could be well suited.<br>
My tests has shown we can reduce the file size to around to 320Mb.<br>
<br>
We use this corpus to extract audio samples and build a new audio
file.<br>
<br>
I have seen that we can specify a seektable which would allow us to
identify where, in the original source corpus, the samples start
from.<br>
<br>
I am needing to use either libFLAC or libFLAC++ to create the flac
file, including the seektable and then, subsequently, be able to
extract specific sound samples at a later execution.<br>
<br>
However, I have not been able to find any examples to guide me.<br>
<br>
This is the first time that I am doing audio treatment, so can
anyone please help ?<br>
<br>
Best regards<br>
Simon Giddings<br>
<br>
</body>
</html>