On 2012-06-15 01:12, [email protected] wrote:
> Hi. I was wondering how hard it would be to add flac import support for
> the sfz engine.
>
> I looked into src/engines/common/SampleFile.cpp. The thing I find most
> confusing there is the non-local interaction with Synthesize::GetSample
> for 24
Hi. I was wondering how hard it would be to add flac import support for
the sfz engine.
I looked into src/engines/common/SampleFile.cpp. The thing I find most
confusing there is the non-local interaction with Synthesize::GetSample
for 24 bit samples (according to a comment there). Can somebody who