Skip to content
/ REAPER.jl Public

A Julia interface for REAPER (Robust Epoch And Pitch EstimatoR)

License

Notifications You must be signed in to change notification settings

r9y9/REAPER.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REAPER

Build Status Coverage Status License

A Julia interface for REAPER.

High level interface

# Compute pitch mark, F0 and normalized cross-correlation function simultaneously
pm_times, pm, f0_times, f0, corr = reaper(x, fs)

where fs is sampling frequency and x::Vector{Int16} is a input monoral speech signal like:

Pitch mark

F0

Normalized cross-correlation function

For the complete code of visualizations shown above, please check the ijulia notebook.

Notice

  • This is not an official package
  • REAPER.jl is based on a slightly modified version of REAPER (see here)

About

A Julia interface for REAPER (Robust Epoch And Pitch EstimatoR)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages