You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from ctypes import cdll
lib = cdll.LoadLibrary('/home/dfsad/go/src/extsound/extsoundmix.so')
print("Loaded go generated SO library")
result = lib.PlaySong("/home/dfsad/Downloads/black-alert.mp3")
Hi, I'm trying to use .go as .so lib which then is imported to python.
extsoundmix.go
app.py
Original issue: faiface/beep#51
The text was updated successfully, but these errors were encountered: