Read audio data with libsndfile
Hi all, Would anybody have experience, or know about how to easily read data from audio files in LispWorks ? I am currently writing bindings for the libsndfile library using CFFI. At a first sight, it seems that libsndfile requires long-long foreign types (int64) which are not supported by CFFI / LW 32-bits. I guess it is possible to get round this quite easily (I have not much experience with CFFI) but maybe similar things already exist somewhere, which would help to start. Thanks for any help Jean