Skip to content

giampierosalvi/ASRWavesurferPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASRWavesurferPlugin

Automatic Speech Recognition Plugin for Wavesurfer

Reference

The WaveSurfer Automatic Speech Recognition Plugin
Giampiero Salvi and Niklas Vanhainen
Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14), May 2014, Reykjavik, Iceland.

Additional Resources

You can find the acoustic and language models required for the plugin to work at this address:

http://www.speech.kth.se/asr/

Installation

Preliminaries (all platforms):

Installation Linux/Mac OS X:

  • unpack v1.0.2.tar.gz into ~/.wavesurfer/1.8/plugins/ with:
tar xvfz v1.0.2.tar.gz -C ~/.wavesurfer/1.8/plugins/
tar xvfz wavesurfer_asr_plugin_Swedish_models_0.1.tgz -C ~/.wavesurfer/1.8/plugins/asr/
tar xvfz wavesurfer_asr_plugin_English_models_0.1.tgz -C ~/.wavesurfer/1.8/plugins/asr/

Installation MS Windows:

  • unpack v1.0.2.tar.gz into ${HOME}\.wavesurfer\1.8\plugins\
  • unpack at least one of the language packs into ${HOME}\.wavesurfer\1.8\plugins\asr\ Where ${HOME} is usually under C:\Users\<username>