Description Usage Arguments Value Examples
View source: R/identify_intro.R
Takes a unit table and identifies the notes that are part of the introduction. An introduction are a contiguous sequence of notes at the beginning of a song, which are less than 0.25s apart. The introductions cut off after 5 notes.
1 | identify_intro(unit_table)
|
unit_table: |
A unit table tibble containing the original sound file, start/end times of the note,the note position and note_label. |
The input unit table with an additional column indicating whether each note is in an introduction or not.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.