On Sun Dec 31, 2006 at 02:35:55PM -0500, patrick wrote:
InfoAudio and sndfile-info .. part of AFSP and libsndfile
those tools cannot be use inside pure data (as external) right? is there a solution inside pure data to get all the information about a WAV in 32-bit IEEE float format?
you can call either one from [popen] or [shell]. porting them to an external shoul be fairly trivial (mostly copy/paste). i did something similar for LADSPA's 'listplugins' plugin-analyzer and i don't know much C...it even ran w/o segfaults :)