Re: Are there any ALSA Perl Modules?

[email protected] (Olivier) Tue, 30 Jan 2024 13:45:17 +0700
Newsgroups perl.beginners
Message-ID <[email protected]>
Shlomi Fish <[email protected]> writes:

>> 	Anyway, the FFI concept will probably someday come in
>> handy for a different project so I will continue with the C I was
>> working on.

What I did in a project is having the main functionality written in C,
but using Perl for things that could be handy like parsing a config file
(lot of text, regex, etc.) or calling outside script that could be
written independently from the main code.

Best luck,

Olivier