├── README.md └── src ├── feat ├── feature-common-inl.h ├── feature-common.h ├── feature-mfcc.cc └── feature-mfcc.h └── featbin-mask ├── compute-mfcc-feats-masks.cc └── makefile /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irebai/SpecAugment_KALDI/HEAD/README.md -------------------------------------------------------------------------------- /src/feat/feature-common-inl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irebai/SpecAugment_KALDI/HEAD/src/feat/feature-common-inl.h -------------------------------------------------------------------------------- /src/feat/feature-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irebai/SpecAugment_KALDI/HEAD/src/feat/feature-common.h -------------------------------------------------------------------------------- /src/feat/feature-mfcc.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irebai/SpecAugment_KALDI/HEAD/src/feat/feature-mfcc.cc -------------------------------------------------------------------------------- /src/feat/feature-mfcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irebai/SpecAugment_KALDI/HEAD/src/feat/feature-mfcc.h -------------------------------------------------------------------------------- /src/featbin-mask/compute-mfcc-feats-masks.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irebai/SpecAugment_KALDI/HEAD/src/featbin-mask/compute-mfcc-feats-masks.cc -------------------------------------------------------------------------------- /src/featbin-mask/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irebai/SpecAugment_KALDI/HEAD/src/featbin-mask/makefile --------------------------------------------------------------------------------