drowe67 / LPCNet

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

Unbreak the build on non-Intel/ARM archs; add options for PowerPC #57

Closed barracuda156 closed 10 months ago

barracuda156 commented 11 months ago

Fixes: https://github.com/drowe67/LPCNet/issues/56

P. S. Old Xcode GCC 4.2 does not support =native optflag, however it fails to build LPCNet anyway, and a newer GCC is required. And then the same flags can be used regardless of the OS on PowerPC: they gonna work not just on Darwin, but on *BSD or Linux too.

tmiw commented 10 months ago

Per further discussion with the rest of the project team, I reimplemented this PR in what should be a lower impact manner (https://github.com/drowe67/LPCNet/pull/59) and will be closing this one.