mac os x instructions

This commit is contained in:
2026-05-06 17:31:15 +02:00
parent 7d662b0670
commit d2d9c82635
5 changed files with 75 additions and 13 deletions
+12 -1
View File
@@ -1,3 +1,14 @@
# racket-audio
Integration of common audio libraries in racket
Integration of common audio libraries in racket.
## Mac OS X
Make sure you have libao, libFLAC, mpg123 and ffmpeg-full installed using brew.
% brew install libao
% brew install flac
% brew install mpg123
% brew install ffmpeg-full