Skip to content

zzzdeb/asrlab

Repository files navigation

Group 1

Setup:

  1. Set up C++ compiler
  2. Clone repository including submodules:
git clone https://git.rwth-aachen.de/asrlabws2223/group-1.git --recurse-submodules
  1. Possibly need to install additional libraries such as libblas and libgsl:
sudo apt-get install libblas-dev libgsl-dev libboost-all-dev

or equivalent. to compile test Boost 1.74 needed. sudo apt-get install libboost-all-dev 4. Compile code:

  • Using the makefile:
cd src/
make
cd ..
  • Using cmake
mkdir build && cd build
cmake ..
make install
cd ..
  1. Run program using the asrlab executable and a config file:
./asrlab config/extract_wsj.config

Expected output:

Processing (1): example-wsj-1

About

asrlab ws22/23

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published