The Annotation
class is used to store annotations on Wave
-like objects.
diff --git a/pkgdown.yml b/pkgdown.yml index 941d0b04..f029d14a 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -5,7 +5,7 @@ articles: audioblast: audioblast.html manage_audio: manage_audio.html sonicscrewdriver: sonicscrewdriver.html -last_built: 2024-02-17T18:24Z +last_built: 2024-02-17T19:28Z urls: reference: http://sonicscrewdriver.ebaker.me.uk/reference article: http://sonicscrewdriver.ebaker.me.uk/articles diff --git a/reference/Annotation-class.html b/reference/Annotation-class.html new file mode 100644 index 00000000..73b262fe --- /dev/null +++ b/reference/Annotation-class.html @@ -0,0 +1,119 @@ + +
The Annotation
class is used to store annotations on Wave
-like objects.
Create a new Annotation object
+annotation(
+ file = NA_character_,
+ start = 0,
+ end = Inf,
+ low = 0,
+ high = Inf,
+ source = NA_character_,
+ type = NA_character_,
+ value = NA_character_
+)
File being annotated.
Start time of annotation (seconds).
End time of annotation (seconds).
Low frequency of annotation (Hz).
High frequency of annotation (Hz).
Source of annotation.
Type of annotation.
Value of annotation.
PseudoWave-class
audio_filesize()
readAudio()
Reads an Audacity label file and returns either a list of Annotation
objects
+or a data frame.