New release of racket-audio

I just release a new version of module racket-audio. It now also works with ffmpeg as backend and there's no special C-layer necessary anymore. The needed audio libraries are used directly.

For windows the needed DLL's are still downloaded though. On linux the libraries are expected to be installed (e.g. using apt). On MacOSx one needs to install the needed libraries using homebrew.

This module need following libraries:

A good interface to ffmpeg's libav* libraries would be a nice thing to have in Racket. Maybe this is a start!

1 Like

I wouldn't count on that. This module is fully focused on using ffmpeg for audio decoding. It uses the bare minimum of ffmpeg definitions / functions for it's purpose.