UNPKG

echogarden

Version:

An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.

7 lines 301 B
import { logToStderr, setupProgramTerminationListeners } from '../utilities/Utilities.js'; const log = logToStderr; setupProgramTerminationListeners(); //process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0' //process.env.http_proxy = 'http://localhost:8080' process.exit(0); //# sourceMappingURL=Test.js.map