Skip to content

Simple Java wrapper to calculate INTSINT/MOMEL features of any WAV file.

License

Notifications You must be signed in to change notification settings

danijel3/SpeechProsody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpeechProsody

This project contains a simple Java wrapper which can be used to calculate INTSINT/MOMEL features and dump them in an easy Json format.

Requirements

Optional (not used yet):

  • sox
  • ffmpeg

Usage

Download and place praat in some convenient place. Unpack momel_intsint.zip somewhere as well.

Modify the "paths.conf" file to point to the right programs/files.

Run the program.

Usage: <main class> [options]
  Options:
    -d
       Print debug of intermediary steps.
       Default: false
    -h
       This help.
       Default: false
  * -i
       Input WAV file.
    -m
       Skip the Momel step during computation.
       Default: false
  * -o
       Output JSON file.
    -t
       Path to tmp directory.
       Default: ./

About

Simple Java wrapper to calculate INTSINT/MOMEL features of any WAV file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages