Skip to content

pr-o/acoustic-feature-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

[AFE] - Acoustic Feature Extractor


AFE is a Praat script for which to extract various acoustic properties including duration, pitch, intensity and spectral qualities.


GUI

Run script in Praat:

Command Line Usage

# run script by specifying arguments
/usr/bin/praat --run AFE.praat \
  "/home/wavtextgrid/" ".wav" "/home/result.txt" 1 0 "All phonemes" " " 3 1 1 1 1 0 0 0

# using `nohup` recommended in case of a long running process
nohup /usr/bin/praat --run AFE.praat \
  "/home/wavtextgrid/" ".wav" "/home/result.txt" 1 0 "All phonemes" " " 3 1 1 1 1 0 0 0 > log &

# For more information, refer to:
#   http://www.fon.hum.uva.nl/praat/manual/Scripting_6_9__Calling_from_the_command_line.html
#   http://www.fon.hum.uva.nl/praat/manual/Scripting_6_1__Arguments_to_the_script.html

About

Praat script which extracts acoustic features from sound files with or without TextGrids

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published