| AudioMeta | R Documentation | 
Add metadata to recording summary. Including (1) Recording location and parameters (2) BirdNET analysis settings
AudioMeta(
  Location = NULL,
  Lat = NULL,
  Lon = NULL,
  Device = c("AudioMoth", "Olympus LS-3", "Olympus LS-11"),
  Micro = c("none", "Primo EM-172", "Dodotronics HiSound"),
  Min_conf = 0.7,
  Overlap = 0.25,
  Sensitivity = 1.25,
  Slist = "E:/BirdNET/species_list.txt"
)
| Location | location name | 
| Lat | latitude | 
| Lon | longitude | 
| Device | recording device | 
| Micro | external microphone | 
| Min_conf | min_conf | 
| Overlap | overlap | 
| Sensitivity | sensitivity | 
| Slist | slist | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.