REAPER

Introduction

This is a speech processing system. The reaper program uses the EpochTracker class to simultaneously estimate the location of voiced-speech "epochs" or glottal closure instants (GCI), voicing state (voiced or unvoiced) and fundamental frequency (F0 or "pitch")

Usage

module load  misc/google/reaper

 

Installation

module load cmake/3.8.1

cmake -D CMAKE_INSTALL_PREFIX=/sw/misc/google/REAPER .. 2>&1 | tee cmakelog.txt
make 2>&1| tee makeLog.txt

 

Reference

  1. https://github.com/google/REAPER