Re: [Linuxsampler-devel] sfz and flac

2012-06-15 Thread Andreas Persson
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

[Linuxsampler-devel] sfz and flac

2012-06-14 Thread jungman
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