Page 1 of 1

Library not found ???

Posted: Wed Dec 08, 2021 10:20 am
by Joris
Hi,

I wont to (learn and) use the ALSA library on the Raspberry PI.
https://www.purebasic.fr/english/viewtopic.php?t=78337
Installed itt with : sudo apt-get install alsa-utils
Tried some commands in the terminal : aconnect -l, etc.
They work like should.

So start PB to get more things done. :
If OpenLibrary(0, "ALSA")
Debug "open"
Else
Debug "close"
EndIf

Only "close" is showed.
What do I have todo ?
How can I get this to be used in PB ?

(I don't find that alsa path (indisde the lib-folder, and don't knwo what exactly should be there to find.)

Thanks,