hermann meyer wrote:
Yes, I use sf_write_float to write/read the flac file, even if flac
didn't support floats. When I understand the libsndfile api right,
libsndfile will handle that.
Yes, that is correct.
So my quetion will be, which is the common format
to write flac file
with libsndfile,
Writing float is fine, you just need to ensure that the data is
in
range [-1.0, 1.0] first.
and is there a way to write values out of range
into a
flac file?
No, there isn't.
Erik