mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-25 08:28:41 +01:00
| .. | ||
| namespaced | ||
| src | ||
| fpmake.pp | ||
| namespaces.lst | ||
| 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 :)