drowe67 / LPCNet

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

Changes to enable compilation under OSX. #2

Closed darksidelemm closed 5 years ago

darksidelemm commented 5 years ago

A few changes to the cmake file and idct.c to enable detection of processor optimizations and build under OSX. Note that I haven't tested this under a Linux system, but it should be OK...

drowe67 commented 5 years ago

A few changes to the cmake file and idct.c to enable detection of processor optimizations and build under OSX. Note that I haven't tested this under a Linux system, but it should be OK...

Thanks! I've added some Travis support in https://github.com/drowe67/LPCNet/pull/3 that can check the Linux build against your patch. Travis can also test as a Mac, but not sure how to make it do both builds.

drowe67 commented 5 years ago

@darksidelemm LPCNet/master now has Travis support that is building successfully on Ubuntiu Xenial. Pls try merging this PR with master. You may need a Travis account.