kamalmostafa / minimodem

general-purpose software audio FSK modem
http://www.whence.com/minimodem
Other
854 stars 114 forks source link

minimodem as system library? #36

Open imranrajjad opened 6 years ago

imranrajjad commented 6 years ago

Hi, is it possible to use minimodem in my c++ application without adding the complete source to the project? Can we use minimodem as a dynamically/static linked library?

thanks

IdotMaster1 commented 1 year ago

i wish this was done!

vit1251 commented 1 year ago

In case you decide to port, it might be convenient to use CMake or Meson ability to use an external dependency via FetchDepend and/or WarpDB dependency delivery mechanisms.