raymondxyy / pyaudlib

A speech signal processing library in Python with emphasis on deep learning.
MIT License
31 stars 6 forks source link

Automatically compile sph2pipe #18

Closed andrewwuan closed 4 years ago

andrewwuan commented 5 years ago

Compile sph2pipe executable while client downloads our package. Or, we can pre-compile different flavors and have client download one directly.

raymondxyy commented 5 years ago

The first option sounds good to me.

mahmoudalismail commented 4 years ago

As we discussed on Slack, it is not recommended to compile sph2pipe every time the library is loaded.

Thus, we discussed two options:

  1. Compile once during installations
  2. Port sph2pipe to Python and move away from any C code

@raymondxyy recommended we go with option 1.

Does that sound better?