Mentions légales du service

Skip to content

Resampler build

HU Mathieu requested to merge resampler-build into wasm-build

With this merge:

  • index.html uses a GUI that feeds the ASR system with the microphone signal
  • resampling is done in WASM
  • workers (idb, asr and resampler) are wrapped in classes implemented in src/worker_wrappers for easy usage
  • fileProc.jsx is compatible with the changes
  • code has been fixed to work under firefox (provided a URL is used, e.g. https://localhost:8080)
  • webpack config has been modified
    • to serve over https
    • to serve batch.html as well, which loads the old interface

Merge request reports