fpc/packages/fpalsa
2026-01-30 14:25:09 +01:00
..
namespaced + support dotted units in fpalsa 2026-01-29 00:16:27 +02:00
src + support dotted units in fpalsa 2026-01-29 00:16:27 +02:00
fpmake.pp
namespaces.lst * Add missing namespaces.lst 2026-01-30 14:25:09 +01:00
README

fpALSA is a Free Pascal translation of the ALSA (Advanced Linux Sound
Architecture: http://www.alsa-project.org/) library headers. It allows the use
of the ALSA C library from Pascal programs, using Free Pascal
(http://www.freepascal.org/).

This particular version is based on the headers of ALSA 1.0.29, and should
work with (at least) fpc 3.0.4 or later. To compile, simply do:

fpc asoundlib

in the src/ directory. No makefiles needed :)

Enjoy!

Nikolay Nikolov (nickysn@users.sourceforge.net)

Hope to see some really cool audio software, written in Pascal for Linux, using
 this little port :)