Reaper reference

From Phonlab
Revision as of 16:53, 20 February 2018 by Ronald (talk | contribs) (Created page with "== `reaper` command line tool == The `reaper` command line tool extracts F0 measurements from an audio file. It was written by David Talkin and is a successor to the `get_f0` co…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

`reaper` command line tool

The `reaper` command line tool extracts F0 measurements from an audio file. It was written by David Talkin and is a successor to the `get_f0` command from the ESPS tools. Users of the [Berkeley Phonetics Machine] can install it with `sudo bpm-update reaper` command.

The `reaper` tool is not very heavily documented. To see the available options, run the command with no arguments:

``` reaper ```

The available options will be listed. You can also consult [source repository] for more information or to inspect the code.