@antisvin hiya - so some progress and here is what I am finding so far.
Resource loading through the website seems iffy with my Lich ( Lich v22.5.rc1
) - loading one sample will cause a readback error after the upload is done - dunno if it is file data type related or the size of it. Apparently its a twos (codec2 ? maybe some quicktime wav thing…its some maxmsp factory file) and its about 243kb - 124,439 samples length.
Another file is a bit smaller and is PCM S16 LE codec. Once the file uploads to the lich, the web interface just stays at 98% completion, but doesn’t show any erorrs.
Ok so onto the testing -
It works! I think only a tiny part of the file gets played back, maybe due to sample length allocated to the data object is some default. In gen, the data object has a syntax [data name samplelength] otherwise it defaults to 512 samples. I’ll take a look at the code, maybe theres something there for me to understand.
I’ll stick to this file format for now, since it works and bug you about samplelengths.
also need to build a windows firmware sender just to optimize this tool chain.