On Montag, 8. November 2021 20:16:13 CET Kolja Koch wrote:
> Hello all,

Hi,

> while working on the next release of gigcreator (which, as a sidenote,
> will support all available dimensions) , I just learned that libgig
> already supports 32 bit samples. I'm able to create gig-files with
> those kind of samples (Ivy-Piano) alright, but linuxsampler won't load
> them.

Actually libgig only supports samples up to 24 bit:
http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/libgig/trunk/src/gig.cpp?revision=3979&view=markup#l467

The disk streaming Read() method is currently quite ignorant and only knows
about 16 bit or 24 bit:
http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/libgig/trunk/src/gig.cpp?revision=3979&view=markup#l1118

> So my question is: Are there any plans to make linuxsampler support 32
> bit samples?

It is actually the other way around: the sampler already uses 32 bit
internally for many years. So it is more the file format loading libs like
libgig for .gig files or libsndfile for SFZ that would need to be extended.

CU
Christian




_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to