Difference between revisions of "Reaper reference"

From Phonlab
Jump to navigationJump to search
Line 1: Line 1:
 
== `reaper` command line tool ==
 
== `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` 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:
 
The `reaper` tool is not very heavily documented. To see the available options, run the command with no arguments:

Revision as of 16:55, 20 February 2018

`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 the source repository for more information or to inspect the code.