Log in

View Full Version : integral number of Group of LPCM samples


edo1080
26th May 2008, 21:01
Hi, I'm importing a wav file into scenarist and here the message I receive as error:


input file does not consist of an integral number of Group of LPCM samples


What does this mean and how can I fix this? Thanks for your help

drmpeg
27th May 2008, 00:37
Hi, I'm importing a wav file into scenarist and here the message I receive as error:


input file does not consist of an integral number of Group of LPCM samples


What does this mean and how can I fix this? Thanks for your help
A group of LPCM samples (GOLS) is a set of samples for one instant of time for all channels. For example, if the audio stream is 16-bit and 6-channel, a GOLS is 12 bytes and the entire LPCM file must be a multiple of 12 bytes.

To fix the problem, you need to trim some samples off the end of the file.

Ron

edo1080
27th May 2008, 08:02
Thanks, I'm going to try