Difference between revisions of "Reaper reference"

From Phonlab
Jump to navigationJump to search
Line 1: Line 1:
== `reaper` command line tool ==
+
== <code>reaper</code> 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 <code>reaper</code> command line tool extracts F0 measurements from an audio file. It was written by David Talkin and is a successor to the <code>get_f0</code> command from the ESPS tools. Users of the [[Berkeley Phonetics Machine]] can install it with <code>sudo bpm-update reaper</code> command.
   
The `reaper` tool is not very heavily documented. To see the available options, run the command with no arguments:
+
The <code>reaper</code> tool is not very heavily documented. To see the available options, run the command with no arguments:
   
 
reaper
 
reaper

Revision as of 16:58, 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.