ZhangGaoxing / alsa.net

ALSA (Advanced Linux Sound Architecture) implemented by .NET Core.
MIT License
12 stars 9 forks source link

Alsa.net - requirement for libasound2-dev #2

Open davidacrestraka opened 2 months ago

davidacrestraka commented 2 months ago

Hi,

I've been using your package for Alsa but didn't want to install the libasound2-dev package, I found that installing this just creates a sym link to from libasound.so.2.0.0 to libasound.so and if I manually create the link then it works without installing the package.

ZhangGaoxing commented 2 months ago

Thank you, I have learned again