drowe67 / LPCNet

Experimental Neural Net speech coding for FreeDV
BSD 3-Clause "New" or "Revised" License
68 stars 24 forks source link

cmake: Make LPCNET_URL an option #16

Closed doronbehar closed 4 years ago

doronbehar commented 4 years ago

Trying to package LPCNet for NixOS, I stumbled the difficulty to get the model data for our build as our build system builds packages inside a sandbox with no internet access. This change enables us to easily set the URL for the model data we pre-download.

hobbes1069 commented 4 years ago

I'm working on an alternative where if you download the file and put it in the build dir ahead of time it will skip trying to download it. Take a look at the "packaging" branch. I may merge it today though.

hobbes1069 commented 4 years ago

Closed in favor of #20