festvox / speech_tools

Edinburgh Speech Tools
Other
56 stars 25 forks source link

finite(X) not found on Mac #55

Open OlaFosheimGrostad opened 6 months ago

OlaFosheimGrostad commented 6 months ago

In order to compile the festival repo I had to add the following to speech_tools/include/EST_math.h:

#define finite(X) isfinite(X)

For some reason it didn't cause an issue when compiling the speech_tools repo...