I installed the ACS audio component suite from the online packager and it of course has issues.
One of them being that with fpc 3.2.x apparently its no longer allowed to index out of bounds array types with [0..0] via a pointer reference,
the compiler is inserting bounds check regardless of debugging set points in project.
I corrected that with a unknown range set so the compiler does not fault there..
Another issue I found was using one of the components of the package, the TMemoryOut had a first time initial starting index out of whack
and caused memory alignment issues with the memory blocks going out to the sound system.
That is now correct.
So the real question here is, what do you do with the package you now have modified ?
do I zipped the complete tree from where it was originally installed from the down load package manager? And if so, is that enough for a complete installation for others to use ?