in reply to The state of audio processing with Perl

I don't know if it would work, but you can try popening sox. It can record and play raw (no header) sound files.

  • Comment on Re: The state of audio processing with Perl

Replies are listed 'Best First'.
Re^2: The state of audio processing with Perl
by Joost (Canon) on Oct 16, 2006 at 09:31 UTC
    Hmmm I hadn't thought about that. I doubt it'll be very responsive. Also, it uses OSS instead of ALSA on linux and it looks like it doesn't support more than 2 channels of hardware I/O (but I might be wrong there).

    On the other hand, it will probably work on almost any unix system, so it might be worth it if only as a fallback.