> Actually, I'm looking for Ogg Vorbis support, but *writing* them through > oggenc rather than reading them in. Am I missing examples of them? Can I > have function names, please? Sorry to make such specific requests, but I > really didn't find them. in contrib/dlp/misc.scm, look for ogg123 (it's reading OGG files). To write them you could use "system" and call "oggenc" etc.