Skip to content

rwth-i6/rasr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c892b7 · Apr 4, 2025
Mar 19, 2025
Apr 4, 2025
Nov 7, 2024
Jul 26, 2022
Jul 11, 2023
Apr 4, 2025
Jul 2, 2024
Nov 22, 2022
Jul 2, 2021
Mar 6, 2020
Jun 2, 2022
Nov 7, 2018
Apr 4, 2025
Nov 7, 2018
Mar 6, 2020
Nov 7, 2018
Nov 7, 2018
Jul 11, 2023
Jul 2, 2024

Repository files navigation

Sprint - The RWTH Speech Recognition Framework

* Requirements
  Debian package name given in brackets
  - GCC >= 4.8 (gcc, g++)
  - GNU Bison  (bison)
  - GNU Make   (make)
  - libxml2    (libxml2, libxml2-dev)
  - libsndfile (libsndfile1, libsndfile1-dev)
  - libcppunit        (libcppunit, libcppunit-dev)
  - LAPACK     (lapack3, lapack3-dev)
  - BLAS       (refblas3, refblas3-dev)

* Build
  - Adapt Config.make, Options.make, config/os-linux.make to your environment
  - Check requirements:
    ./scripts/requirements.sh
  - Compile
    make
  - Install: Will install executables in arch/linux-intel-standard/
    (INSTALL_TARGET in Options.make)
    make install

* Documentation
  - Code Documentation (requires Doxygen)
    Run 'doxygen' in src/
    Documentation is generated in src/api/html
  - http://www-i6.informatik.rwth-aachen.de/rwth-asr
    Wiki: http://www-i6.informatik.rwth-aachen.de/rwth-asr/manual
  - Manual: http://www-i6.informatik.rwth-aachen.de/sprintdoc
    Login on request

* Signal Analysis
  Flow files for common acoustic features:
  http://www-i6.informatik.rwth-aachen.de/rwth-asr/files/flow-examples-0.2.tar.gz 


--
(c) 2000-2020 RWTH Aachen University, Lehrstuhl fuer Informatik 6
http://www-i6.informatik.rwth-aachen.de/rwth-asr/
rwthasr@i6.informatik.rwth-aachen.de